aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵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-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
'cur' + new functions random::getString() and maildirUtils::generateId().
2004-12-20Added component::getChildComponents() function.Vincent Richard36-0/+206
2004-12-20Exception chaining in create().Vincent Richard1-1/+8
2004-12-20Changed permissions when creating file/directory.Vincent Richard1-2/+2
2004-12-19More details in function doc.Vincent Richard1-2/+4
2004-12-19Fixed memory leaks.Vincent Richard2-4/+40
2004-12-19Do not use std::remove() for removing elements from std::vector...Vincent Richard2-2/+10
2004-12-19Fixed warning when compiling.Vincent Richard1-1/+1
2004-12-19Fixed bugs.Vincent Richard1-8/+21
2004-12-19Fixed bug with message index in getMessageFSPath().Vincent Richard1-1/+1
2004-12-19Fixed bugs in scanFolder() and fileIterator.Vincent Richard3-18/+62
2004-12-19Moved code from 'exception.hpp' to 'exception.cpp' + new features for ↵Vincent Richard2-118/+875
exceptions.
2004-12-18Added #ifdefs's to fix bugs when compiling without messaging or file-system ↵Vincent Richard2-2/+15
support.
2004-12-18Added #ifdefs's to fix bugs when compiling without messaging or file-system ↵Vincent Richard2-0/+12
support.
2004-12-18Default platform handlers (currently only POSIX).Vincent Richard6-0/+1211
2004-12-17Added appendComponent() and getComponentAt() functions.Vincent Richard2-0/+38
2004-12-17Fixed bugs with message count notification.Vincent Richard3-13/+64
2004-12-17Updated function doc.Vincent Richard1-1/+2
2004-12-17Folder names can not contain '.' in maildirStore::isValidFolderName().Vincent Richard1-1/+2
2004-12-17Updated function doc.Vincent Richard1-0/+3
2004-12-17Added @throw in function doc.Vincent Richard1-0/+4
2004-12-16Added store::isValidFolderName().Vincent Richard7-0/+32
2004-12-16Added isValidPath() in fileSystemFactory.Vincent Richard3-4/+26
2004-12-16Missing '= 0' on pure virtual function.Vincent Richard1-8/+22
2004-12-16Working on 'maildir' implementation.Vincent Richard2-3/+80
2004-12-16Added skip() method on inputStream.Vincent Richard2-0/+58
2004-12-15Working on 'maildir' implementation.Vincent Richard7-65/+269
2004-12-15Added parsing bounds on 'component'.Vincent Richard20-0/+107
2004-12-15Working on 'maildir' implementation.Vincent Richard4-191/+82
2004-12-13Fixed bug with g++ <= 3.2.Vincent Richard1-0/+8
2004-12-10Working on 'maildir' implementation.Vincent Richard2-2/+214
2004-12-08Fixed compilation problems with g++ < 3.4.Vincent Richard2-3/+6
2004-12-04Flags must be stored in ASCII order.Vincent Richard1-2/+2
2004-12-04Working on 'maildir' implementation.Vincent Richard6-30/+184
2004-12-04Some update for 'maildir' protocol.Vincent Richard5-43/+357
2004-11-14Prevent from renaming 'INBOX' folder in IMAP (illegal_operation exception).Vincent Richard2-0/+18
2004-11-07Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵Vincent Richard9-564/+579
"text.cpp".