summaryrefslogtreecommitdiffstats
path: root/examples/mail-file.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement submission to smtps service.Pawel Salek2010-03-051-1/+7
| | | | | | | | * examples/mail-file.c: allow testing submission to smtps service. * libesmtp-private.h: add negotiate_ssl() prototype. * libesmtp.h: add Starttls_OVER_SSL to starttls_option enum. * protocol.h: enable SSL on connection whenever selected. * smtp-tls.c: share negotiate_ssl().
* Initial CommitPawel Salek2010-03-041-0/+567