aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2006-05-05Fixed typo when parsing ESMTP/AUTH response.Vincent Richard1-4/+4
2006-04-24Week of year calculation.Vincent Richard2-0/+71
2006-04-23Folder deletion.Vincent Richard4-0/+120
2006-04-18Renamed 'byte' to 'byte_t'.Vincent Richard13-50/+49
2006-04-05Clean up.Vincent Richard5-63/+131
2006-03-29Refactored and cleaned up smart pointers.Vincent Richard17-415/+663
2006-02-24Force encoding when there is a CR/LF in the word.Vincent Richard1-0/+8
2006-02-24Check for connection before any operation.Vincent Richard1-0/+6
2006-02-12Added unit tests for datetimeUtils + renamed functions.Vincent Richard2-22/+33
2006-02-09Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).Vincent Richard3-3/+3
2006-02-05Added toAddressList().Vincent Richard1-0/+7
2006-02-05Changed copyright year to 2006.Vincent Richard135-135/+135
2006-01-31Fixed encoding of reserved/unsafe chars.Vincent Richard1-2/+6
2006-01-29Added service::isSecuredConnection() and service::getConnectionInfos() to ret...Vincent Richard8-15/+265
2006-01-29getPeerCertificates() should be const.Vincent Richard1-1/+1
2006-01-29Fixed segfault when cert data is NULL.Vincent Richard1-0/+3
2006-01-19Treat 'inline' parts without Content-[Id/Location] as attachments.Vincent Richard1-0/+8
2006-01-16Added support for attachments of type 'message/rfc822'.Vincent Richard3-23/+314
2006-01-15Fixed bug when reading CAPABILITY/LIST responses.Vincent Richard1-17/+20
2006-01-15Implemented IMAP multi-fetching.Vincent Richard3-83/+149
2006-01-15Non-const folder for events.Vincent Richard1-3/+3
2006-01-10Fixed bug when fetching structure.Vincent Richard1-13/+25
2006-01-10Fixed segfault when dynamic-casting a ref (thanks to Benjamin Biron).Vincent Richard1-2/+2
2006-01-09Allow '@' in the username part of an URL.Vincent Richard1-1/+1
2006-01-08Recognize deleted messages not yet expunged (thanks to Benjamin Biron).Vincent Richard1-2/+10
2006-01-08Code clean-up.Vincent Richard2-20/+18
2006-01-07Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).Vincent Richard1-3/+3
2006-01-07Added SMTPResponse to read and parse SMTP responses.Vincent Richard2-134/+270
2005-12-30Rewritten code using std:: algorithms (thanks to Pierre THIERRY).Vincent Richard1-27/+39
2005-12-30Rewritten some code without using iterators.Vincent Richard1-10/+10
2005-12-26Added support for getaddrinfo() on POSIX.Vincent Richard1-0/+61
2005-12-20Fixed typo causing infinite loop.Vincent Richard1-1/+1
2005-12-05Fixed segfault in destructor when chaining 3 exceptions or more.Vincent Richard1-0/+6
2005-12-04Fixed a bug in argument vector.Vincent Richard1-1/+1
2005-12-02Fixed bug when connecting to IMAP with default authenticator.Vincent Richard2-3/+3
2005-11-30Fixed bug when disconnecting SMTP.Vincent Richard1-1/+8
2005-11-28Fixed buffer overrun in random::getString().Vincent Richard1-1/+1
2005-11-27Fixed problem with maildir and ':' in filename on Windows.Vincent Richard1-5/+32
2005-11-14gmtime() and localtime() are reentrant when using MS C runtime library (MinGW...Vincent Richard1-1/+12
2005-11-07Fixed bug in disconnect() when authentication is not needed (thanks to Benjam...Vincent Richard1-0/+2
2005-11-05Fixed typos in documentation.Vincent Richard4-6/+12
2005-11-04Refactored header field values and parameters.Vincent Richard35-840/+701
2005-10-30Fixed problem with 'no_auth_information' exception when SASL support is disab...Vincent Richard1-13/+26
2005-10-30Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard6-29/+29
2005-10-20Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...Vincent Richard7-4/+117
2005-10-19Added 'charsetFilteredOutputStream'.Vincent Richard1-2/+168
2005-10-19Refactoring of built-in services registration system.Vincent Richard3-4/+108
2005-10-19Charset converter.Vincent Richard3-29/+169
2005-10-19Charset converter.Vincent Richard1-139/+6
2005-10-14Fixed a bug in length calculation.Vincent Richard1-1/+1