David Maciejak
|
041e0cec78
Support for non-ascii text in email headers (#83)
|
6 yıl önce |
Jordan Wright
|
4e83f79356
Added ability to import emails with base64 encoded mime parts. Fixes #38
|
7 yıl önce |
Jordan Wright
|
07563d8dcc
Fixing test format print statements.
|
7 yıl önce |
Jeremy Wohl
|
473746f012
Allow a custom envelope sender (overriding e.From) for bounce handling, etc. (#52)
|
7 yıl önce |
Frédéric Miserey
|
83b84678d9
Added Content-Type logic
|
8 yıl önce |
Jordan Wright
|
a62870b0c3
Added stripping of whitespace at the beginning of emails when importing from a reader.
|
9 yıl önce |
Jordan Wright
|
f61123ea07
Fixed syntax error in test
|
9 yıl önce |
Jordan Wright
|
669ab2f297
Added multipart sub-part default content type checks
|
9 yıl önce |
Jordan Wright
|
48c3347cb8
Added check for default Content-Type
|
9 yıl önce |
Jordan Wright
|
381271e2a1
Added NewEmailFromReader method and tests
|
10 yıl önce |
Jordan Wright
|
e95df3c231
Now using the standard library mime/quotedprintable package to encode/decode content
|
10 yıl önce |
Inigo Lopez de Heredia
|
99bc1ec867
'Q' encode non US-ASCII header values(RFC 2047)
|
10 yıl önce |
Jed Denlea
|
e14dc8e5a6
Derp. Fix build.
|
11 yıl önce |
Jed Denlea
|
2e26ae7ff4
Remove tinker cruft from test
|
11 yıl önce |
Jed Denlea
|
a8f65cf632
Make message bodies []byte instead of string
|
11 yıl önce |
Jed Denlea
|
2670a44307
Add big ugly test.
|
11 yıl önce |
Jed Denlea
|
d8df992de1
Rewrite quotePrintEncode, add tests.
|
11 yıl önce |
Jed Denlea
|
701ff9b41a
Soup up base64Wrap, add test and benchmark.
|
11 yıl önce |
Jordan
|
577e1b9b50
Changed Attach() to use a generic io.Reader
|
11 yıl önce |
Jesse McNelis
|
14553fee07
Changes to conform with golint
|
11 yıl önce |
Jordan
|
6c67352633
README: Adjusted examples
|
11 yıl önce |
Jordan
|
fbd6f382ec
Updated README with Email.From example
|
11 yıl önce |
Jordan
|
543585516a
Working on Attach() function, Fixed function signatures, added very basic test, changed some struct signatures
|
11 yıl önce |