aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringC...Vincent Richard2005-01-289-373/+570
* Prefixed function names with 'get' + written some doc for functions.Vincent Richard2005-01-131-12/+12
* Removed useless 'const' on some declarations.Vincent Richard2005-01-071-1/+1
* Removed useless 'const' in return value of some functions.Vincent Richard2005-01-067-7/+7
* Fixed compilation errors with 'isascii' on some systems.Vincent Richard2005-01-052-0/+2
* Added diagnostic error string for 'exceptions::connection_error' + fixed a bu...Vincent Richard2005-01-043-11/+8
* Fixed a linking error with g++ <= 3.2.Vincent Richard2005-01-031-0/+4
* outputStreamStringAdapter::write() improvement.Vincent Richard2005-01-031-2/+1
* Changed year to 2005 in copyright header.Vincent Richard2005-01-0390-90/+90
* Moved 'datetime::getDayOfWeek()' to 'datetimeUtils'.Vincent Richard2005-01-022-25/+28
* Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.Vincent Richard2005-01-0218-48/+275
* Added setValue(string).Vincent Richard2005-01-021-0/+6
* Added unit tests for 'utility::path'.Vincent Richard2005-01-024-6/+9
* Converted all C-style casts to C++-style casts + added unit test for utility:...Vincent Richard2005-01-0111-64/+92
* Autotools and libtool support.Vincent Richard2004-12-302-1/+7
* Renamed files in POSIX platform handler.Vincent Richard2004-12-273-3/+3
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-26195-18553/+255
* Allow creating a service from an URL.Vincent Richard2004-12-265-9/+61
* Fixed bug in URL parsing.Vincent Richard2004-12-261-15/+23
* Removed relative paths from #include's.Vincent Richard2004-12-2675-221/+245
* Renamed class 'disposition' to 'contentDisposition'.Vincent Richard2004-12-2410-45/+45
* 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
* Missing #include for close() function.Vincent Richard2004-12-231-0/+1
* Some more class documentation.Vincent Richard2004-12-2226-20/+183
* Added getCapabilities() on messaging::store.Vincent Richard2004-12-228-9/+67
* Done rename() operation on 'maildir' + fixed some bugs/limitations in maildir...Vincent Richard2004-12-223-23/+116
* Notify direct and indirect sub-folders when renaming an IMAP folder.Vincent Richard2004-12-221-1/+10
* Explain renameParent() in function doc.Vincent Richard2004-12-221-0/+2
* Added renameParent() function.Vincent Richard2004-12-222-0/+34
* Added isParentOf() function.Vincent Richard2004-12-222-1/+23
* 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 open() flags when writing to file.Vincent Richard2004-12-211-1/+1
* Fixed notification when adding message to IMAP folder.Vincent Richard2004-12-211-0/+13
* Fixed ',2' in filename/flags + fixed file renaming when moving from 'new' to ...Vincent Richard2004-12-215-3/+62
* Added component::getChildComponents() function.Vincent Richard2004-12-2036-0/+206
* Exception chaining in create().Vincent Richard2004-12-201-1/+8
* Changed permissions when creating file/directory.Vincent Richard2004-12-201-2/+2
* More details in function doc.Vincent Richard2004-12-191-2/+4
* Fixed memory leaks.Vincent Richard2004-12-192-4/+40
* Do not use std::remove() for removing elements from std::vector...Vincent Richard2004-12-192-2/+10
* Fixed warning when compiling.Vincent Richard2004-12-191-1/+1
* Fixed bugs.Vincent Richard2004-12-191-8/+21
* Fixed bug with message index in getMessageFSPath().Vincent Richard2004-12-191-1/+1
* Fixed bugs in scanFolder() and fileIterator.Vincent Richard2004-12-193-18/+62
* Moved code from 'exception.hpp' to 'exception.cpp' + new features for excepti...Vincent Richard2004-12-192-118/+875