d3aecee1eb9c37db930a061695bb49efd2cd4abe |
|
23-Aug-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib-mail: Clarify istream-attachment-extractor's error handling API usage. |
0482d891a6669537e10a1abc9866b45f2fc55fcc |
|
22-Sep-2013 |
Timo Sirainen <tss@iki.fi> |
Fixes and improvements to istream-attachment-extractor error handling.
If an attachment saving failed, the mail was still saved to disk, just
without the attachments. |
af5fc8ca268d69dd3ebbe0416ec6270f94121e39 |
|
08-Aug-2012 |
Timo Sirainen <tss@iki.fi> |
Compiler warning fixes |
8aeae03f9f447c8a792b215c9fb954468053c556 |
|
29-Jun-2012 |
Timo Sirainen <tss@iki.fi> |
lib-mail: Added istream-attachment-[connector|extractor].
istream-attachment-extractor can be used to parse messages and extract
attachment MIME parts from them to wanted output streams. The attachments
are base64-decoded if they can be later re-encoded to original input without
any changes.
istream-attachment-connector does the reverse by taking the base istream and
attachment istreams and merging them together to create the original
istream. |