Commit Graph

5 Commits

Author SHA1 Message Date
fzerorubigd 11b919ab49 remove dependency to quotedprintable.v1
since the v2 is already used in gomail.go

Closes #29.
2015-03-20 14:28:19 +01:00
Alexandre Cesaro 6805982221 It is now possible to set the Content-ID of embeded files
Closes #20.
2015-02-18 22:27:23 +01:00
Mateusz Czapliński d7294067b8 Fix to emit at most 76 chars per line
From RFC 2045 (and also from looking at other packages), it appears that
line length limit is actually 76 characters, not 78. Also, this fixes
attachments broken before for a certain webmail client (roundcube).

Closes #18.
2015-01-20 15:11:08 +01:00
alexcesaro b4e3113e2d Added a new encoding: Unencoded 2014-10-28 08:35:50 +01:00
alexcesaro 707e81ecee Initial commit 2014-10-15 17:47:07 +02:00