aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard29-9683/+0
2005-07-25Added FETCH_IMPORTANCE flag.Vincent Richard6-11/+40
2005-07-24Fixed some doc + getHeader() now returns a ref.Vincent Richard3-36/+28
2005-07-24Removed implicit conversion to T* for smart pointers.Vincent Richard1-1/+1
2005-07-23Fixed getMessages().Vincent Richard3-4/+15
2005-07-21Fixed a bug when destroying an unconnected IMAP service.Vincent Richard1-3/+6
2005-07-12Reference counting and smart pointers.Vincent Richard21-444/+468
2005-06-21Fixed compilation errors with g++ 4.0.Vincent Richard1-1/+1
2005-06-16Fixed multi-line terminator spanning on multiple incoming packets.Vincent Richard1-38/+20
2005-05-27Added 'peek' parameter to extract() and extractPart().Vincent Richard3-14/+24
2005-05-19Fixed bug in subfolders enumeration.Vincent Richard1-2/+13
2005-05-15Service properties enhancement.Vincent Richard7-96/+386
2005-05-03Fixed missing space in STATUS command + parse error in 'status_info'.Vincent Richard1-1/+1
2005-04-30Added 'childProcess'.Vincent Richard1-195/+16
2005-04-28Sendmail implementation + filtered streams.Vincent Richard11-82/+429
2005-04-27Ignore filenames starting with '.' for message files.Vincent Richard2-2/+20
2005-04-26Added missing case when replacing '.' in send().Vincent Richard1-1/+13
2005-04-26Moved generic implementation of send() to 'transport'.Vincent Richard2-72/+116
2005-04-14Moved 'url' and 'urlUtils' classes to 'utility' namespace.Vincent Richard4-404/+4
2005-04-03Moved IMAP, POP3, maildir and SMTP files to separate namespaces.Vincent Richard15-50/+78
2005-03-28Fixed POP3Store::sendPacket() for some servers.Vincent Richard1-2/+4
2005-03-23Added POP3 notifications.Vincent Richard2-2/+68
2005-03-23Fixed multiple bugs in POP3 protocol.Vincent Richard2-45/+129
2005-03-18Updated VMime website URL.Vincent Richard28-28/+28
2005-03-16Fixed compilation problems on Solaris 9.Vincent Richard2-2/+2
2005-03-14Removed 'singleton' and 'singletonManager' classes.Vincent Richard1-0/+7
2005-02-05Moved 'static' functions into 'parserHelpers' class.Vincent Richard2-2/+3
2005-01-13Prefixed function names with 'get' + written some doc for functions.Vincent Richard1-12/+12
2005-01-04Added diagnostic error string for 'exceptions::connection_error' + fixed a ↵Vincent Richard1-1/+1
bug in 'posixSocket::connect()' when specifying an IP address.
2005-01-03Changed year to 2005 in copyright header.Vincent Richard28-28/+28
2005-01-02Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.Vincent Richard3-4/+4
2005-01-02Added unit tests for 'utility::path'.Vincent Richard3-5/+8
2005-01-01Converted all C-style casts to C++-style casts + added unit test for ↵Vincent Richard3-3/+3
utility::md5.
2004-12-30Autotools and libtool support.Vincent Richard1-1/+1
2004-12-26Moved all header files to 'vmime/' directory.Vincent Richard62-9105/+101
2004-12-26Allow creating a service from an URL.Vincent Richard3-6/+56
2004-12-26Fixed bug in URL parsing.Vincent Richard1-15/+23
2004-12-26Removed relative paths from #include's.Vincent Richard58-195/+218
2004-12-23When connecting, create root directory if it does not exists.Vincent Richard1-2/+20
2004-12-23Hide private class 'IMAPauthenticator' from class documentation.Vincent Richard1-0/+4
2004-12-23Removed unused 'POP3header' class.Vincent Richard1-15/+9
2004-12-22Some more class documentation.Vincent Richard9-16/+53
2004-12-22Added getCapabilities() on messaging::store.Vincent Richard8-9/+67
2004-12-22Done rename() operation on 'maildir' + fixed some bugs/limitations in ↵Vincent Richard3-23/+116
maildir/IMAP.
2004-12-22Notify direct and indirect sub-folders when renaming an IMAP folder.Vincent Richard1-1/+10
2004-12-22Notification when renaming IMAP folder.Vincent Richard1-0/+14
2004-12-22Typo in function doc.Vincent Richard1-1/+1
2004-12-21Done copyMessage() operation for 'maildir'.Vincent Richard2-54/+193
2004-12-21Done addMessage() operation for 'maildir'.Vincent Richard1-4/+132
2004-12-21Fixed notification when adding message to IMAP folder.Vincent Richard1-0/+13