summaryrefslogtreecommitdiff
path: root/camel/providers/smtp
Commit message (Expand)AuthorAgeFilesLines
* Bug 552425 - [SMTP] Try to reconnect on connection lost during AUTH commandMilan Crha2015-09-251-1/+42
* [SMTP] Add thread safety around istream/ostreamMilan Crha2015-08-112-102/+193
* Bug 749292 - SMTP connection lost while reading message dataMilan Crha2015-05-261-0/+31
* Bug 747500 - Mail account connection settings change requires restartMilan Crha2015-04-101-0/+4
* Bug 746395 - Let the provider store sent messages on its ownMilan Crha2015-04-011-0/+1
* Bug 624003 - [SMTP] GMail password change not accepted first timeMilan Crha2015-03-061-2/+11
* [SMTP] Fails to send message after a change for bug 737903Milan Crha2014-10-141-2/+8
* Bug 737951 - CAMEL_DEBUG=smtp should provide information about SMTP serverMilan Crha2014-10-131-14/+54
* Bug 737903 - [SMTP] Crash when authentication failsMilan Crha2014-10-091-2/+2
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-145-29/+25
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-261-4/+4
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-075-53/+45
* Makefile.am cleanups.Matthew Barnes2013-11-171-16/+18
* CamelNetworkService: Return GIOStream instead of CamelStream.Matthew Barnes2013-11-051-15/+25
* Add the other Camel services to API documentation.Matthew Barnes2013-11-032-16/+8
* CamelNetworkService: Transition to GTcpConnection.Matthew Barnes2013-09-262-37/+44
* Bug #705273 - Leaked sockets after failed authenticationMilan Crha2013-08-011-18/+14
* Bug #692904 - Do not call camel_service_disconnect during connection phaseMilan Crha2013-07-191-14/+4
* Be able to debug SMTP provider separatelyMilan Crha2013-06-031-3/+1
* CamelSmtpTransport: Override new CamelNetworkService properties.Matthew Barnes2013-02-211-0/+65
* Use camel_service_ref_session().Matthew Barnes2013-02-111-1/+3
* Bug 688639 – SMTP: Correctly deal with 535 authentication errorPaul Menzel2012-11-201-3/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-08-192-26/+34
* Rename camel_service_get_settings().Matthew Barnes2012-08-121-3/+9
* Bug #679488 - Unable to send mail using SMTPMilan Crha2012-08-091-2/+8
* Bug 677664 - Camel: Remove "SMTP Authentication" status messageMatthew Barnes2012-06-071-4/+0
* CamelService: Rewrite connect/disconnect API.Matthew Barnes2012-05-191-15/+30
* Bug #671172 - camel: smtp: Make EHLO keywords check case insensitivePawel Moll2012-03-261-4/+4
* build: Add an --enable-code-coverage configure option to enable gcov supportPhilip Withnall2012-03-261-2/+6
* Camel: Use thread-safe accessors for string settings.Matthew Barnes2012-01-031-32/+57
* Camel: Add thread-safe accessors for string settingsMatthew Barnes2012-01-031-6/+6
* rehandshake_ssl(): Be more responsive to cancellations.Matthew Barnes2011-12-011-1/+2
* Camel no longer depends on libedataserver.Matthew Barnes2011-11-141-3/+2
* Move remaining CamelURL elements to CamelSettings.Matthew Barnes2011-10-242-16/+106
* smtp: Adapt to Camel's new authentication API.Matthew Barnes2011-10-151-276/+184
* Merge libcamel-provider into libcamel.Matthew Barnes2011-09-271-1/+0
* Bug #642984 - Drop --enable-ssl configure option (nss/nspr always required)Milan Crha2011-09-261-8/+0
* CamelSmtpTransport: Use camel_service_set_password().Matthew Barnes2011-09-261-13/+19
* Coding style and whitespace cleanups.Matthew Barnes2011-09-032-16/+23
* Add CamelSmtpSettings.Matthew Barnes2011-08-155-122/+170
* Camel: Fix enumeration regressions.Matthew Barnes2011-08-151-2/+2
* Bug #655409 - Extra flags in CamelStoreInfo break folder type checkMilan Crha2011-07-271-2/+2
* Add CamelNetworkService interface.Matthew Barnes2011-07-211-124/+193
* camel_tcp_stream_ssl_enable_ssl(): Add GError parameter.Matthew Barnes2011-07-051-6/+5
* SMTP: Use GError instead of errno.Matthew Barnes2011-07-041-68/+55
* Authorization domains are no longer used in password storage.Matthew Barnes2011-07-041-1/+1
* SMTP: Handle 235 code after initial AUTH command.Matthew Barnes2011-06-241-0/+4
* Coding style cleanups.Matthew Barnes2011-05-081-1/+1
* Seal up CamelService.Matthew Barnes2011-04-171-39/+57