aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-2329-9683/+0
|
* Added FETCH_IMPORTANCE flag.Vincent Richard2005-07-256-11/+40
|
* Fixed some doc + getHeader() now returns a ref.Vincent Richard2005-07-243-36/+28
|
* Removed implicit conversion to T* for smart pointers.Vincent Richard2005-07-241-1/+1
|
* Fixed getMessages().Vincent Richard2005-07-233-4/+15
|
* Fixed a bug when destroying an unconnected IMAP service.Vincent Richard2005-07-211-3/+6
|
* Reference counting and smart pointers.Vincent Richard2005-07-1221-444/+468
|
* Fixed compilation errors with g++ 4.0.Vincent Richard2005-06-211-1/+1
|
* Fixed multi-line terminator spanning on multiple incoming packets.Vincent Richard2005-06-161-38/+20
|
* Added 'peek' parameter to extract() and extractPart().Vincent Richard2005-05-273-14/+24
|
* Fixed bug in subfolders enumeration.Vincent Richard2005-05-191-2/+13
|
* Service properties enhancement.Vincent Richard2005-05-157-96/+386
|
* Fixed missing space in STATUS command + parse error in 'status_info'.Vincent Richard2005-05-031-1/+1
|
* Added 'childProcess'.Vincent Richard2005-04-301-195/+16
|
* Sendmail implementation + filtered streams.Vincent Richard2005-04-2811-82/+429
|
* Ignore filenames starting with '.' for message files.Vincent Richard2005-04-272-2/+20
|
* Added missing case when replacing '.' in send().Vincent Richard2005-04-261-1/+13
|
* Moved generic implementation of send() to 'transport'.Vincent Richard2005-04-262-72/+116
|
* Moved 'url' and 'urlUtils' classes to 'utility' namespace.Vincent Richard2005-04-144-404/+4
|
* Moved IMAP, POP3, maildir and SMTP files to separate namespaces.Vincent Richard2005-04-0315-50/+78
|
* Fixed POP3Store::sendPacket() for some servers.Vincent Richard2005-03-281-2/+4
|
* Added POP3 notifications.Vincent Richard2005-03-232-2/+68
|
* Fixed multiple bugs in POP3 protocol.Vincent Richard2005-03-232-45/+129
|
* Updated VMime website URL.Vincent Richard2005-03-1828-28/+28
|
* Fixed compilation problems on Solaris 9.Vincent Richard2005-03-162-2/+2
|
* Removed 'singleton' and 'singletonManager' classes.Vincent Richard2005-03-141-0/+7
|
* Moved 'static' functions into 'parserHelpers' class.Vincent Richard2005-02-052-2/+3
|
* Prefixed function names with 'get' + written some doc for functions.Vincent Richard2005-01-131-12/+12
|
* Added diagnostic error string for 'exceptions::connection_error' + fixed a ↵Vincent Richard2005-01-041-1/+1
| | | | bug in 'posixSocket::connect()' when specifying an IP address.
* Changed year to 2005 in copyright header.Vincent Richard2005-01-0328-28/+28
|
* Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.Vincent Richard2005-01-023-4/+4
|
* Added unit tests for 'utility::path'.Vincent Richard2005-01-023-5/+8
|
* Converted all C-style casts to C++-style casts + added unit test for ↵Vincent Richard2005-01-013-3/+3
| | | | utility::md5.
* Autotools and libtool support.Vincent Richard2004-12-301-1/+1
|
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-2662-9105/+101
|
* Allow creating a service from an URL.Vincent Richard2004-12-263-6/+56
|
* Fixed bug in URL parsing.Vincent Richard2004-12-261-15/+23
|
* Removed relative paths from #include's.Vincent Richard2004-12-2658-195/+218
|
* When connecting, create root directory if it does not exists.Vincent Richard2004-12-231-2/+20
|
* Hide private class 'IMAPauthenticator' from class documentation.Vincent Richard2004-12-231-0/+4
|
* Removed unused 'POP3header' class.Vincent Richard2004-12-231-15/+9
|
* Some more class documentation.Vincent Richard2004-12-229-16/+53
|
* Added getCapabilities() on messaging::store.Vincent Richard2004-12-228-9/+67
|
* Done rename() operation on 'maildir' + fixed some bugs/limitations in ↵Vincent Richard2004-12-223-23/+116
| | | | maildir/IMAP.
* Notify direct and indirect sub-folders when renaming an IMAP folder.Vincent Richard2004-12-221-1/+10
|
* Notification when renaming IMAP folder.Vincent Richard2004-12-221-0/+14
|
* Typo in function doc.Vincent Richard2004-12-221-1/+1
|
* Done copyMessage() operation for 'maildir'.Vincent Richard2004-12-212-54/+193
|
* Done addMessage() operation for 'maildir'.Vincent Richard2004-12-211-4/+132
|
* Fixed notification when adding message to IMAP folder.Vincent Richard2004-12-211-0/+13
|