summaryrefslogtreecommitdiffstats
path: root/examples/mailtransportresource/mailtransport.cpp
Commit message (Collapse)AuthorAge
* Fix smtps over port 465Christian Mollekopf2018-08-15
| | | | | | | | 465 is for tls only 587 is for plain with upgrade via starttls curl recognizes tls by a smtps:// protocol, for start tls we must start with smtp:// but set the flag to upgrade.
* Check if libcurl is built with ssl support.Christian Mollekopf2018-06-27
| | | | On windows we lack ssl support it seems.
* Log to qDebug which we then funnel to Sink::LogChristian Mollekopf2018-05-29
|
* Do the logging in the resource code.Christian Mollekopf2018-01-25
|
* 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