Matt Jibson
|
16125ff71c
Set Content-ID on attachments
|
11 年 前 |
Jordan
|
e9c33a30b4
Added check for invalid email address
|
11 年 前 |
Jordan
|
e90cd6ac74
Added Mime-Version header - fixes #8
|
11 年 前 |
Jordan
|
478639e56c
Use filepath.Base() instead of path.Base() to provide cross-platform functionality
|
11 年 前 |
Jordan
|
aeb36a789a
Fixed bug which didn't allow for <> in To addresses
|
11 年 前 |
Jed Denlea
|
0e4265e225
comments spelling
|
11 年 前 |
Jed Denlea
|
9af1f4b0b2
Set Date header as mandated by RFC2822
|
11 年 前 |
Jed Denlea
|
2706649e0a
gofmt
|
11 年 前 |
Jed Denlea
|
7d362f33ad
Use slice instead of array in base64Wrap.
|
11 年 前 |
Jed Denlea
|
af35596614
More quotedPrintEncode speed-ups
|
11 年 前 |
Jed Denlea
|
7b5a61b910
Clean up handling of message headers.
|
11 年 前 |
Jed Denlea
|
a8f65cf632
Make message bodies []byte instead of string
|
11 年 前 |
Jed Denlea
|
d8df992de1
Rewrite quotePrintEncode, add tests.
|
11 年 前 |
Jed Denlea
|
701ff9b41a
Soup up base64Wrap, add test and benchmark.
|
11 年 前 |
Jed Denlea
|
77d7031f8d
Return errors in Bytes()
|
11 年 前 |
Jed Denlea
|
9e4dfffe2e
Make Email.Attachments a slice
|
11 年 前 |
Jed Denlea
|
e0aefef59d
Tighten Attach and AttachFile
|
11 年 前 |
Jed Denlea
|
7ec213d6e7
Safely concatenate addresses.
|
11 年 前 |
Jed Denlea
|
8fb32b91e8
Add leading space to comments
|
11 年 前 |
Jordan
|
577e1b9b50
Changed Attach() to use a generic io.Reader
|
11 年 前 |
Jordan
|
c7591f8419
Changes to use MaxLineLength again (looks like these got overwritten in the merge)
|
11 年 前 |
Jesse McNelis
|
14553fee07
Changes to conform with golint
|
11 年 前 |
Jesse McNelis
|
9f763e60cf
add error checks for previously ignored error return values
|
11 年 前 |
Jordan
|
fa5e253c85
Quick bugfix to make the text work
|
11 年 前 |
Jordan
|
ae9390adea
Added some documentation to functions
|
11 年 前 |
Jordan
|
ab0c2a0949
Encoding is now working. I believe it should (for the most part) be working.
|
11 年 前 |
Jordan
|
2ce12aac80
Think I've got the encoding working - will experiment to test.
|
11 年 前 |
Jordan
|
ecc9656380
Got line wrapping working in quotePrintEncode - just need to implement special char encoding.
|
11 年 前 |
Jordan
|
f71e9a39db
Moved Attachment struct before helper functions
|
11 年 前 |
Jordan
|
3707c4710a
Working on writeMime function (may make this a full encoder later)
|
11 年 前 |