aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/maildir/maildirFolder.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard1-1387/+0
2005-07-25Added FETCH_IMPORTANCE flag.Vincent Richard1-1/+2
2005-07-23Fixed getMessages().Vincent Richard1-1/+5
2005-07-12Reference counting and smart pointers.Vincent Richard1-98/+125
2005-04-28Sendmail implementation + filtered streams.Vincent Richard1-4/+5
2005-04-27Ignore filenames starting with '.' for message files.Vincent Richard1-2/+6
2005-04-03Moved IMAP, POP3, maildir and SMTP files to separate namespaces.Vincent Richard1-4/+6
2005-03-18Updated VMime website URL.Vincent Richard1-1/+1
2005-01-03Changed year to 2005 in copyright header.Vincent Richard1-1/+1
2005-01-02Added unit tests for 'utility::path'.Vincent Richard1-2/+3
2004-12-26Moved all header files to 'vmime/' directory.Vincent Richard1-8/+8
2004-12-26Removed relative paths from #include's.Vincent Richard1-6/+10
2004-12-22Done rename() operation on 'maildir' + fixed some bugs/limitations in ↵Vincent Richard1-18/+93
maildir/IMAP.
2004-12-21Done copyMessage() operation for 'maildir'.Vincent Richard1-54/+188
2004-12-21Done addMessage() operation for 'maildir'.Vincent Richard1-4/+132
2004-12-21Fixed ',2' in filename/flags + fixed file renaming when moving from 'new' to ↵Vincent Richard1-2/+5
'cur' + new functions random::getString() and maildirUtils::generateId().
2004-12-20Exception chaining in create().Vincent Richard1-1/+8
2004-12-19Do not use std::remove() for removing elements from std::vector...Vincent Richard1-1/+5
2004-12-19Fixed bug with message index in getMessageFSPath().Vincent Richard1-1/+1
2004-12-19Fixed bugs in scanFolder() and fileIterator.Vincent Richard1-14/+35
2004-12-17Fixed bugs with message count notification.Vincent Richard1-10/+33
2004-12-16Added isValidPath() in fileSystemFactory.Vincent Richard1-0/+3
2004-12-15Working on 'maildir' implementation.Vincent Richard1-3/+3
2004-12-15Working on 'maildir' implementation.Vincent Richard1-186/+68
2004-12-10Working on 'maildir' implementation.Vincent Richard1-2/+212
2004-12-04Working on 'maildir' implementation.Vincent Richard1-19/+69
2004-12-04Some update for 'maildir' protocol.Vincent Richard1-33/+255
2004-10-21Refactoring (see ChangeLog).Vincent Richard1-22/+51