aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/maildir (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-21Boost/C++11 shared pointers.Vincent Richard10-252/+250
2013-11-14Custom fetch attributes.Vincent Richard2-18/+19
2013-07-26Allow messages to be designated either by their number or their UID.Vincent Richard3-278/+136
Warning: this is an API-breaking change.
2013-07-18Reworked IMAP event notification code.Vincent Richard2-39/+73
2013-07-16Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted ↵Vincent Richard3-194/+262
code in multiple files.
2013-07-16Added basic support for IMAP CONDSTORE extension.Vincent Richard3-6/+90
Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency.
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 Richard8-8/+8
2012-12-12Trivial 64-bit warning fixes.Vincent Richard3-10/+10
2012-11-01Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard8-1/+77
selection of platform handler.
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 Richard2-0/+5
2012-04-05Added function to retrieve sequence numbers of messages whose UID is greater ↵Vincent Richard1-0/+6
or equal than a specified UID (thanks to Zahi Mashael).
2010-10-19Added support for DRAFT flag.Vincent Richard1-0/+2
2010-05-18Added helper function to construct parsed message from net message. Splitted ↵Vincent Richard1-0/+14
IMAP source files.
2010-02-01Fixed memory leak.Vincent Richard1-1/+1
2009-12-08Fixed not exception-safe constructor, which could lead to possible memory ↵Vincent Richard5-22/+22
leak (thanks to Bartek Szurgot). Get rid of const-ness on factories.
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard8-16/+16
2009-07-11maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to ↵Vincent Richard2-12/+23
'new' instead of 'cur' (Georg Sauthoff).
2009-06-21Include hostname in message id (ensure unicity when working on a network ↵Vincent Richard1-0/+3
file system).
2009-06-21Use ::flush() (aka fsync()) after a maildir message is written (Georg Sauthoff).Vincent Richard1-0/+2
2008-10-12Fixed compilation warnings.Vincent Richard6-35/+35
2008-01-04Changed copyright year to 2008.Vincent Richard8-8/+8
2007-03-27Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard7-17/+37
2007-03-22Added support for Courier maildir format.Vincent Richard6-213/+994
2007-01-01Changed copyright year to 2007.Vincent Richard5-5/+5
2006-11-08Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard1-0/+1
2006-10-11Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard4-21/+20
2006-04-23Folder deletion.Vincent Richard2-0/+77
2006-03-29Refactored and cleaned up smart pointers.Vincent Richard4-96/+149
2006-02-05Changed copyright year to 2006.Vincent Richard5-5/+5
2006-01-29Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard1-0/+14
retrieve information about the connection.
2006-01-10Fixed bug when fetching structure.Vincent Richard1-13/+25
2006-01-10Fixed segfault when dynamic-casting a ref (thanks to Benjamin Biron).Vincent Richard1-2/+2
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-11-27Fixed problem with maildir and ':' in filename on Windows.Vincent Richard1-5/+32
2005-10-06Renamed 'progressionListener' to 'progressListener'.Vincent Richard2-7/+7
2005-10-03Added TLS/SSL support.Vincent Richard2-35/+71
2005-09-17Updated FSF address.Vincent Richard4-12/+12
2005-09-17SASL authentication.Vincent Richard1-4/+11
2005-09-02Updated code to use smart pointers.Vincent Richard1-35/+33
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard4-0/+2350