aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/maildirFolder.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved IMAP, POP3, maildir and SMTP files to separate namespaces.Vincent Richard2005-04-031-1348/+0
|
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
|
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
|
* Added unit tests for 'utility::path'.Vincent Richard2005-01-021-2/+3
|
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-261-8/+8
|
* Removed relative paths from #include's.Vincent Richard2004-12-261-6/+10
|
* Done rename() operation on 'maildir' + fixed some bugs/limitations in ↵Vincent Richard2004-12-221-18/+93
| | | | maildir/IMAP.
* Done copyMessage() operation for 'maildir'.Vincent Richard2004-12-211-54/+188
|
* Done addMessage() operation for 'maildir'.Vincent Richard2004-12-211-4/+132
|
* Fixed ',2' in filename/flags + fixed file renaming when moving from 'new' to ↵Vincent Richard2004-12-211-2/+5
| | | | 'cur' + new functions random::getString() and maildirUtils::generateId().
* Exception chaining in create().Vincent Richard2004-12-201-1/+8
|
* Do not use std::remove() for removing elements from std::vector...Vincent Richard2004-12-191-1/+5
|
* 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-171-10/+33
|
* Added isValidPath() in fileSystemFactory.Vincent Richard2004-12-161-0/+3
|
* Working on 'maildir' implementation.Vincent Richard2004-12-151-3/+3
|
* Working on 'maildir' implementation.Vincent Richard2004-12-151-186/+68
|
* Working on 'maildir' implementation.Vincent Richard2004-12-101-2/+212
|
* Working on 'maildir' implementation.Vincent Richard2004-12-041-19/+69
|
* Some update for 'maildir' protocol.Vincent Richard2004-12-041-33/+255
|
* Refactoring (see ChangeLog).Vincent Richard2004-10-211-22/+51
|
* Initial import.Vincent Richard2004-10-051-0/+552