aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-163-23/+314
* Fixed bug when reading CAPABILITY/LIST responses.Vincent Richard2006-01-151-17/+20
* Implemented IMAP multi-fetching.Vincent Richard2006-01-153-83/+149
* Non-const folder for events.Vincent Richard2006-01-151-3/+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-091-1/+1
* 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
* 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-072-134/+270
* Rewritten code using std:: algorithms (thanks to Pierre THIERRY).Vincent Richard2005-12-301-27/+39
* Rewritten some code without using iterators.Vincent Richard2005-12-301-10/+10
* Added support for getaddrinfo() on POSIX.Vincent Richard2005-12-261-0/+61
* Fixed typo causing infinite loop.Vincent Richard2005-12-201-1/+1
* Fixed segfault in destructor when chaining 3 exceptions or more.Vincent Richard2005-12-051-0/+6
* Fixed a bug in argument vector.Vincent Richard2005-12-041-1/+1
* Fixed bug when connecting to IMAP with default authenticator.Vincent Richard2005-12-022-3/+3
* Fixed bug when disconnecting SMTP.Vincent Richard2005-11-301-1/+8
* Fixed buffer overrun in random::getString().Vincent Richard2005-11-281-1/+1
* Fixed problem with maildir and ':' in filename on Windows.Vincent Richard2005-11-271-5/+32
* gmtime() and localtime() are reentrant when using MS C runtime library (MinGW...Vincent Richard2005-11-141-1/+12
* Fixed bug in disconnect() when authentication is not needed (thanks to Benjam...Vincent Richard2005-11-071-0/+2
* Fixed typos in documentation.Vincent Richard2005-11-054-6/+12
* Refactored header field values and parameters.Vincent Richard2005-11-0435-840/+701
* Fixed problem with 'no_auth_information' exception when SASL support is disab...Vincent Richard2005-10-301-13/+26
* Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard2005-10-306-29/+29
* Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...Vincent Richard2005-10-207-4/+117
* Added 'charsetFilteredOutputStream'.Vincent Richard2005-10-191-2/+168
* Refactoring of built-in services registration system.Vincent Richard2005-10-193-4/+108
* Charset converter.Vincent Richard2005-10-193-29/+169
* Charset converter.Vincent Richard2005-10-191-139/+6
* Fixed a bug in length calculation.Vincent Richard2005-10-141-1/+1
* Not an attachment if a 'Content-Id' field is present.Vincent Richard2005-10-141-0/+5
* Added 'attachmentHelper'.Vincent Richard2005-10-133-168/+378
* Added removeAllFields() for a field name.Vincent Richard2005-10-131-0/+9
* Added getPart() and getHeader() on attachment.Vincent Richard2005-10-131-0/+12
* Don't return references.Vincent Richard2005-10-131-4/+4
* Sendmail support on POSIX platforms only.Vincent Richard2005-10-111-0/+6
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-0620-55/+55
* Added service::setTimeoutHandlerFactory().Vincent Richard2005-10-0410-58/+18
* Added service::setSocketFactory().Vincent Richard2005-10-0410-42/+28
* Added TLS/SSL support.Vincent Richard2005-10-0325-388/+2443
* Reduced waiting time.Vincent Richard2005-10-031-1/+1
* Made 'datetime' compatible with C's time_t.Vincent Richard2005-10-031-0/+29
* Too much CPU time used when waiting for data to be received.Vincent Richard2005-10-021-0/+10
* Updated FSF address.Vincent Richard2005-09-17117-351/+651
* SASL authentication.Vincent Richard2005-09-1724-494/+2204
* Input buffer size.Vincent Richard2005-09-161-2/+4