Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for MIME headers when using NewEmailFromReader #140

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Switched the GO111MODULE env variable to auto to allow building witho…
…ut go.mod
Tarmo Randma committed Aug 12, 2021
commit 252d37dc7ac55266feea0dca925c3e7dcf29c787
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -11,6 +11,8 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
GO111MODULE: auto
steps:

- name: Set up Go 1.x