Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix smtps over port 465 | Christian Mollekopf | 2018-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 Mollekopf | 2018-06-27 |
| | | | | On windows we lack ssl support it seems. | ||
* | Log to qDebug which we then funnel to Sink::Log | Christian Mollekopf | 2018-05-29 |
| | |||
* | Do the logging in the resource code. | Christian Mollekopf | 2018-01-25 |
| | |||
* | No more SINK_DEBUG_AREA | Christian Mollekopf | 2017-05-12 |
| | |||
* | Mailtransport | Christian Mollekopf | 2017-03-18 |
| | |||
* | Gather some more error messages when trying to send mail. | Christian Mollekopf | 2017-03-17 |
| | |||
* | Get mailtransport with kolabnow to work | Christian Mollekopf | 2017-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 Mollekopf | 2016-12-19 |
| | |||
* | Catch errors | Christian Mollekopf | 2016-06-21 |
| | |||
* | Initial version of the mailtransport resource | Christian Mollekopf | 2016-06-17 |
| | |||
* | Added a mailtransport resource for smtp | Christian Mollekopf | 2016-04-10 |