summaryrefslogtreecommitdiffstats
path: root/examples/mailtransportresource/mailtransport.cpp
Commit message (Collapse)AuthorAge
* No more SINK_DEBUG_AREAChristian Mollekopf2017-05-12
|
* MailtransportChristian Mollekopf2017-03-18
|
* Gather some more error messages when trying to send mail.Christian Mollekopf2017-03-17
|
* Get mailtransport with kolabnow to workChristian Mollekopf2017-03-06
| | | | | | | | | | when connecting to smtps:// the command will silently fail, with wireshark spewing out a cryptic "5.5.2 command not recognized". The magic commandline (that works) is: curl smtp://smtp.kolabnow.com:587 -v --mail-from "$USER" --mail-rcpt "$USER" --ssl -u $USER.ch:$PW -T alternative.mbox -k --anyauth
* Get mailtransport to work with kolab container.Christian Mollekopf2016-12-19
|
* Catch errorsChristian Mollekopf2016-06-21
|
* Initial version of the mailtransport resourceChristian Mollekopf2016-06-17
|
* Added a mailtransport resource for smtpChristian Mollekopf2016-04-10