summaryrefslogtreecommitdiffstats
path: root/examples/mailtransportresource/tests
Commit message (Collapse)AuthorAge
* Deal with both CRLF and LF mime messages.Christian Mollekopf2017-06-14
| | | | | | | IMAP always requires CRLF, and so does the MIME standard, KMIME expects LF-only. We now just try to always use CRLF on disk, but convert LF-only messages should we have to (e.g. because copied over from maildir or so).
* Allow the preprocessor to move and use in mailtransportChristian Mollekopf2017-04-12
|
* Copy mail back from mailtransportChristian Mollekopf2017-04-11
|
* Don't continue processing the pipeline until we have appended theChristian Mollekopf2017-04-10
| | | | | | message. Otherwise the processor might think its done before it actually is.
* MailtransporttestChristian Mollekopf2016-12-22
|
* Move mail to sent folder after sending itChristian Mollekopf2016-12-06
|
* These jobs now work reliably.Christian Mollekopf2016-10-07
|
* A better resource filter apiChristian Mollekopf2016-10-05
|
* Control debugoutput during tests with sinksh.Christian Mollekopf2016-07-08
|
* Use shared preprocessors in mailtransport.Christian Mollekopf2016-06-19
|
* A working mailtransport resourceChristian Mollekopf2016-06-17
|
* Initial version of the mailtransport resourceChristian Mollekopf2016-06-17