aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵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
|
* 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
| | | | 'cur' + new functions random::getString() and maildirUtils::generateId().
* 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 ↵Vincent Richard2004-12-192-118/+875
| | | | exceptions.
* Added #ifdefs's to fix bugs when compiling without messaging or file-system ↵Vincent Richard2004-12-182-2/+15
| | | | support.
* Added #ifdefs's to fix bugs when compiling without messaging or file-system ↵Vincent Richard2004-12-182-0/+12
| | | | support.
* Default platform handlers (currently only POSIX).Vincent Richard2004-12-186-0/+1211
|
* Added appendComponent() and getComponentAt() functions.Vincent Richard2004-12-172-0/+38
|
* Fixed bugs with message count notification.Vincent Richard2004-12-173-13/+64
|
* Updated function doc.Vincent Richard2004-12-171-1/+2
|
* Folder names can not contain '.' in maildirStore::isValidFolderName().Vincent Richard2004-12-171-1/+2
|
* Updated function doc.Vincent Richard2004-12-171-0/+3
|
* Added @throw in function doc.Vincent Richard2004-12-171-0/+4
|
* Added store::isValidFolderName().Vincent Richard2004-12-167-0/+32
|
* Added isValidPath() in fileSystemFactory.Vincent Richard2004-12-163-4/+26
|
* Missing '= 0' on pure virtual function.Vincent Richard2004-12-161-8/+22
|
* Working on 'maildir' implementation.Vincent Richard2004-12-162-3/+80
|
* Added skip() method on inputStream.Vincent Richard2004-12-162-0/+58
|
* Working on 'maildir' implementation.Vincent Richard2004-12-157-65/+269
|
* Added parsing bounds on 'component'.Vincent Richard2004-12-1520-0/+107
|
* Working on 'maildir' implementation.Vincent Richard2004-12-154-191/+82
|
* Fixed bug with g++ <= 3.2.Vincent Richard2004-12-131-0/+8
|
* Working on 'maildir' implementation.Vincent Richard2004-12-102-2/+214
|
* Fixed compilation problems with g++ < 3.4.Vincent Richard2004-12-082-3/+6
|
* Flags must be stored in ASCII order.Vincent Richard2004-12-041-2/+2
|
* Working on 'maildir' implementation.Vincent Richard2004-12-046-30/+184
|
* Some update for 'maildir' protocol.Vincent Richard2004-12-045-43/+357
|
* Prevent from renaming 'INBOX' folder in IMAP (illegal_operation exception).Vincent Richard2004-11-142-0/+18
|
* Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵Vincent Richard2004-11-079-564/+579
| | | | "text.cpp".