aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed ',2' in filename/flags + fixed file renaming when moving from 'new' to ↵Vincent Richard2004-12-213-3/+30
| | | | 'cur' + new functions random::getString() and maildirUtils::generateId().
* Exception chaining in create().Vincent Richard2004-12-201-1/+8
|
* 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-191-14/+35
|
* Fixed bugs with message count notification.Vincent Richard2004-12-173-13/+64
|
* Folder names can not contain '.' in maildirStore::isValidFolderName().Vincent Richard2004-12-171-1/+2
|
* Added store::isValidFolderName().Vincent Richard2004-12-167-0/+32
|
* Added isValidPath() in fileSystemFactory.Vincent Richard2004-12-161-0/+3
|
* Working on 'maildir' implementation.Vincent Richard2004-12-162-3/+80
|
* Working on 'maildir' implementation.Vincent Richard2004-12-157-65/+269
|
* Working on 'maildir' implementation.Vincent Richard2004-12-154-191/+82
|
* Working on 'maildir' implementation.Vincent Richard2004-12-102-2/+214
|
* 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-141-0/+2
|
* Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵Vincent Richard2004-11-071-2/+2
| | | | "text.cpp".
* Refactoring (see ChangeLog).Vincent Richard2004-10-2144-550/+972
|
* Added FLAG_PASSED message flag to indicate a forwarded message (used in ↵Vincent Richard2004-10-061-0/+1
| | | | maildir).
* Fixed possible bug in destructor, when parent folder is closed before ↵Vincent Richard2004-10-051-1/+3
| | | | destroying the message.
* Changed meaning of "path" portion in a URL. This does not specify the root ↵Vincent Richard2004-10-052-5/+6
| | | | path for "maildir" protocol anymore; instead the "server.rootpath" property is used. The "path" portion can be used to point a specific folder into a mail store (empty = root folder).
* Initial import.Vincent Richard2004-10-0562-0/+16233