aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/maildir/maildirFolder.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-120/+118
2013-11-14Custom fetch attributes.Vincent Richard1-5/+6
2013-07-26Allow messages to be designated either by their number or their UID.Vincent Richard1-277/+103
2013-07-18Reworked IMAP event notification code.Vincent Richard1-39/+52
2013-07-16Added basic support for IMAP CONDSTORE extension.Vincent Richard1-5/+22
2013-06-12Homogeneous use of vmime::string.Vincent Richard1-1/+1
2013-02-22Fixed comparison always true.Vincent Richard1-2/+2
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-12-12Trivial 64-bit warning fixes.Vincent Richard1-2/+2
2012-11-01Migrated build system to CMake. Conditional file compilation. Automatic selec...Vincent Richard1-0/+10
2012-07-28Added functions to get messages by UID (IMAP only for now).Vincent Richard1-0/+12
2012-04-14Split stream.hpp/.cpp into multiple source files.Vincent Richard1-0/+3
2012-04-05Added function to retrieve sequence numbers of messages whose UID is greater ...Vincent Richard1-0/+6
2009-12-08Fixed not exception-safe constructor, which could lead to possible memory lea...Vincent Richard1-6/+6
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard1-2/+2
2009-07-11maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to 'new...Vincent Richard1-8/+13
2009-06-21Use ::flush() (aka fsync()) after a maildir message is written (Georg Sauthoff).Vincent Richard1-0/+2
2008-10-12Fixed compilation warnings.Vincent Richard1-7/+7
2008-01-04Changed copyright year to 2008.Vincent Richard1-1/+1
2007-03-27Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard1-3/+7
2007-03-22Added support for Courier maildir format.Vincent Richard1-152/+36
2007-01-01Changed copyright year to 2007.Vincent Richard1-1/+1
2006-10-11Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard1-13/+13
2006-04-23Folder deletion.Vincent Richard1-0/+36
2006-03-29Refactored and cleaned up smart pointers.Vincent Richard1-77/+119
2006-02-05Changed copyright year to 2006.Vincent Richard1-1/+1
2006-01-08Recognize deleted messages not yet expunged (thanks to Benjamin Biron).Vincent Richard1-2/+10
2006-01-07Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).Vincent Richard1-3/+3
2005-10-06Renamed 'progressionListener' to 'progressListener'.Vincent Richard1-4/+4
2005-09-17Updated FSF address.Vincent Richard1-3/+3
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard1-6/+6
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 maildir...Vincent Richard1-18/+93
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
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