aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵Vincent Richard1-1/+12
(MinGW/MSVC).
2005-11-07Fixed bug in disconnect() when authentication is not needed (thanks to ↵Vincent Richard1-0/+2
Benjamin Biron).
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 ↵Vincent Richard1-13/+26
disabled.
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 ↵Vincent Richard7-4/+117
'charsetFilteredOutputStream' when input contains invalid sequences.
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
2005-10-14Not an attachment if a 'Content-Id' field is present.Vincent Richard1-0/+5
2005-10-13Added 'attachmentHelper'.Vincent Richard3-168/+378
2005-10-13Added removeAllFields() for a field name.Vincent Richard1-0/+9
2005-10-13Added getPart() and getHeader() on attachment.Vincent Richard1-0/+12
2005-10-13Don't return references.Vincent Richard1-4/+4
2005-10-11Sendmail support on POSIX platforms only.Vincent Richard1-0/+6
2005-10-06Renamed 'progressionListener' to 'progressListener'.Vincent Richard20-55/+55
2005-10-04Added service::setTimeoutHandlerFactory().Vincent Richard10-58/+18
2005-10-04Added service::setSocketFactory().Vincent Richard10-42/+28
2005-10-03Added TLS/SSL support.Vincent Richard25-388/+2443
2005-10-03Reduced waiting time.Vincent Richard1-1/+1
2005-10-03Made 'datetime' compatible with C's time_t.Vincent Richard1-0/+29
2005-10-02Too much CPU time used when waiting for data to be received.Vincent Richard1-0/+10
2005-09-17Updated FSF address.Vincent Richard117-351/+651
2005-09-17SASL authentication.Vincent Richard24-494/+2204