Alexandre Cesaro
|
b01506efc6
|
Simplified variable name of Message
|
2015-07-29 22:47:36 +02:00 |
Alexandre Cesaro
|
69106c0cb2
|
Removed dead code
|
2015-07-29 22:47:36 +02:00 |
Alexandre Cesaro
|
13385d50ea
|
Added method Reset() to Message
Fixes #31
|
2015-07-29 22:47:36 +02:00 |
Alexandre Cesaro
|
cab7c5adfb
|
Added a buffer to Message and removed the buffer pool
|
2015-07-29 22:47:36 +02:00 |
Alexandre Cesaro
|
9d308546b7
|
Made File struct more flexible
The File can now be streamed to the SMTP server directly without
being buffered into memory first.
Fixes #4
|
2015-07-29 22:47:36 +02:00 |
Alexandre Cesaro
|
66c8b9ae4c
|
Changed body content type from []byte to func(io.Writer) error
It allows streaming the message body when sending an email instead
of buffering it to memory.
|
2015-07-29 22:47:36 +02:00 |
Alexandre Cesaro
|
31a7bd9a49
|
Renamed files
|
2015-07-29 22:47:36 +02:00 |