aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/imap/IMAPFolder.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard1-1608/+0
2005-07-25Added FETCH_IMPORTANCE flag.Vincent Richard1-1/+2
2005-07-23Fixed getMessages().Vincent Richard1-1/+6
2005-07-12Reference counting and smart pointers.Vincent Richard1-83/+113
2005-05-19Fixed bug in subfolders enumeration.Vincent Richard1-2/+13
2005-05-03Fixed missing space in STATUS command + parse error in 'status_info'.Vincent Richard1-1/+1
2005-04-28Sendmail implementation + filtered streams.Vincent Richard1-3/+3
2005-04-03Moved IMAP, POP3, maildir and SMTP files to separate namespaces.Vincent Richard1-6/+8
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/+2
2004-12-26Moved all header files to 'vmime/' directory.Vincent Richard1-9/+9
2004-12-26Removed relative paths from #include's.Vincent Richard1-8/+10
2004-12-22Done rename() operation on 'maildir' + fixed some bugs/limitations in ↵Vincent Richard1-2/+6
maildir/IMAP.
2004-12-22Notify direct and indirect sub-folders when renaming an IMAP folder.Vincent Richard1-1/+10
2004-12-22Notification when renaming IMAP folder.Vincent Richard1-0/+14
2004-12-21Fixed notification when adding message to IMAP folder.Vincent Richard1-0/+13
2004-12-19Do not use std::remove() for removing elements from std::vector...Vincent Richard1-1/+5
2004-12-17Fixed bugs with message count notification.Vincent Richard1-2/+23
2004-11-14Prevent from renaming 'INBOX' folder in IMAP (illegal_operation exception).Vincent Richard1-0/+2
2004-10-21Refactoring (see ChangeLog).Vincent Richard1-53/+53