aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2005-03-15Fixed parsing bounds for header fields and values.Vincent Richard3-15/+12
2005-03-15Moved word parsing from 'text' class to 'word' class.Vincent Richard2-504/+598
2005-03-14Fixed bug with CRLF between two encoded words.Vincent Richard1-1/+1
2005-03-14Removed 'singleton' and 'singletonManager' classes.Vincent Richard7-53/+42
2005-03-12Fixed parameters not showing as child components + fixed parsing bounds in ty...Vincent Richard2-2/+23
2005-03-12Moved header field parsing to 'headerField::parseNext()'.Vincent Richard2-147/+163
2005-02-06Changed protected inheritance to simple composition.Vincent Richard2-16/+61
2005-02-05Moved 'static' functions into 'parserHelpers' class.Vincent Richard14-81/+83
2005-02-05Removed extra '::' before numeric constants.Vincent Richard1-3/+3
2005-02-05Fixed forward use of swapUint32Array().Vincent Richard1-21/+21
2005-02-01Fixed possible segfault when encoding is Base64.Vincent Richard1-1/+1
2005-01-28Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringC...Vincent Richard9-373/+570
2005-01-13Prefixed function names with 'get' + written some doc for functions.Vincent Richard1-12/+12
2005-01-07Removed useless 'const' on some declarations.Vincent Richard1-1/+1
2005-01-06Removed useless 'const' in return value of some functions.Vincent Richard7-7/+7
2005-01-05Fixed compilation errors with 'isascii' on some systems.Vincent Richard2-0/+2
2005-01-04Added diagnostic error string for 'exceptions::connection_error' + fixed a bu...Vincent Richard3-11/+8
2005-01-03Fixed a linking error with g++ <= 3.2.Vincent Richard1-0/+4
2005-01-03outputStreamStringAdapter::write() improvement.Vincent Richard1-2/+1
2005-01-03Changed year to 2005 in copyright header.Vincent Richard90-90/+90
2005-01-02Moved 'datetime::getDayOfWeek()' to 'datetimeUtils'.Vincent Richard2-25/+28
2005-01-02Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.Vincent Richard18-48/+275
2005-01-02Added setValue(string).Vincent Richard1-0/+6
2005-01-02Added unit tests for 'utility::path'.Vincent Richard4-6/+9
2005-01-01Converted all C-style casts to C++-style casts + added unit test for utility:...Vincent Richard11-64/+92
2004-12-30Autotools and libtool support.Vincent Richard2-1/+7
2004-12-26Renamed files in POSIX platform handler.Vincent Richard3-3/+3
2004-12-26Moved all header files to 'vmime/' directory.Vincent Richard195-18554/+256
2004-12-26Allow creating a service from an URL.Vincent Richard5-9/+61
2004-12-26Fixed bug in URL parsing.Vincent Richard1-15/+23
2004-12-26Removed relative paths from #include's.Vincent Richard75-223/+247
2004-12-24Renamed class 'disposition' to 'contentDisposition'.Vincent Richard10-45/+45
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-23Missing #include for close() function.Vincent Richard1-0/+1
2004-12-22Some more class documentation.Vincent Richard26-20/+183
2004-12-22Added getCapabilities() on messaging::store.Vincent Richard8-9/+67
2004-12-22Done rename() operation on 'maildir' + fixed some bugs/limitations in maildir...Vincent Richard3-23/+116
2004-12-22Notify direct and indirect sub-folders when renaming an IMAP folder.Vincent Richard1-1/+10
2004-12-22Explain renameParent() in function doc.Vincent Richard1-0/+2
2004-12-22Added renameParent() function.Vincent Richard2-0/+34
2004-12-22Added isParentOf() function.Vincent Richard2-1/+23
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 open() flags when writing to file.Vincent Richard1-1/+1
2004-12-21Fixed notification when adding message to IMAP folder.Vincent Richard1-0/+13
2004-12-21Fixed ',2' in filename/flags + fixed file renaming when moving from 'new' to ...Vincent Richard5-3/+62