aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up.Vincent Richard2006-04-0512-73/+219
|
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-2934-732/+931
|
* Force encoding when there is a CR/LF in the word.Vincent Richard2006-02-241-0/+8
|
* Check for connection before any operation.Vincent Richard2006-02-241-0/+6
|
* Accept 8-bit characters even if not allowed (non-strict mode).Vincent Richard2006-02-202-3/+32
|
* Missing libs.Vincent Richard2006-02-201-1/+1
|
* Added unit tests for datetimeUtils + renamed functions.Vincent Richard2006-02-125-28/+168
|
* Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).Vincent Richard2006-02-093-3/+3
|
* Added toAddressList().Vincent Richard2006-02-052-0/+13
|
* Changed copyright year to 2006.Vincent Richard2006-02-05162-162/+162
|
* Changed copyright year to 2006.Vincent Richard2006-02-05160-160/+160
|
* Fixed encoding of reserved/unsafe chars.Vincent Richard2006-01-312-2/+41
|
* Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard2006-01-2922-16/+564
| | | | retrieve information about the connection.
* getPeerCertificates() should be const.Vincent Richard2006-01-292-2/+2
|
* Fixed segfault when cert data is NULL.Vincent Richard2006-01-291-0/+3
|
* Link with Winsock under Windows.Vincent Richard2006-01-291-1/+9
|
* Do not link with SASL/TLS libraries if support not enabled.Vincent Richard2006-01-261-10/+10
|
* Non-SASL authenticator.Vincent Richard2006-01-261-1/+43
|
* Treat 'inline' parts without Content-[Id/Location] as attachments.Vincent Richard2006-01-191-0/+8
|
* Added support for attachments of type 'message/rfc822'.Vincent Richard2006-01-1612-24/+670
|
* Update for new contributor.Vincent Richard2006-01-151-0/+1
|
* Fixed bug when reading CAPABILITY/LIST responses.Vincent Richard2006-01-151-17/+20
|
* Fixed memory leaks.Vincent Richard2006-01-151-0/+16
|
* Implemented IMAP multi-fetching.Vincent Richard2006-01-155-85/+188
|
* Non-const folder for events.Vincent Richard2006-01-152-6/+6
|
* Fixed 'uninitialised values' warnings in Valgrind.Vincent Richard2006-01-141-1/+3
|
* Fixed bug when fetching structure.Vincent Richard2006-01-101-13/+25
|
* Fixed segfault when dynamic-casting a ref (thanks to Benjamin Biron).Vincent Richard2006-01-101-2/+2
|
* Allow '@' in the username part of an URL.Vincent Richard2006-01-092-1/+13
|
* Recognize deleted messages not yet expunged (thanks to Benjamin Biron).Vincent Richard2006-01-081-2/+10
|
* Code clean-up.Vincent Richard2006-01-082-20/+18
|
* Fixed compilation problem with GCC 4.Vincent Richard2006-01-081-1/+1
|
* Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).Vincent Richard2006-01-071-3/+3
|
* Added SMTPResponse to read and parse SMTP responses.Vincent Richard2006-01-075-143/+417
|
* Updated contributors list.Vincent Richard2006-01-011-0/+16
|
* Rewritten code using std:: algorithms (thanks to Pierre THIERRY).Vincent Richard2005-12-302-27/+64
|
* Rewritten some code without using iterators.Vincent Richard2005-12-301-10/+10
|
* Fixed mistake.Vincent Richard2005-12-291-2/+2
|
* Fixed mistake.Vincent Richard2005-12-291-1/+1
|
* Added support for getaddrinfo() on POSIX.Vincent Richard2005-12-263-0/+77
|
* Fixed typo causing infinite loop.Vincent Richard2005-12-201-1/+1
|
* Compatibility bugs in IMAP response parser.Vincent Richard2005-12-182-68/+136
|
* Enhanced detection of GnuTLS (SCons).Vincent Richard2005-12-151-1/+4
|
* Fixed segfault in destructor when chaining 3 exceptions or more.Vincent Richard2005-12-053-0/+12
|
* Fixed a bug in argument vector.Vincent Richard2005-12-042-1/+6
|
* Fixed bug when connecting to IMAP with default authenticator.Vincent Richard2005-12-022-3/+3
|
* Added toStrong() on weak ref.Vincent Richard2005-12-021-0/+8
|
* Fixed typo in CXXFLAGS/debug.Vincent Richard2005-12-011-2/+2
|
* Fixed bug when disconnecting SMTP.Vincent Richard2005-11-301-1/+8
|
* Detailed instruction for sending message.Vincent Richard2005-11-301-1/+1
|