aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/maildir (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-2110-252/+250
|
* Custom fetch attributes.Vincent Richard2013-11-142-18/+19
|
* Allow messages to be designated either by their number or their UID.Vincent Richard2013-07-263-278/+136
| | | | Warning: this is an API-breaking change.
* Reworked IMAP event notification code.Vincent Richard2013-07-182-39/+73
|
* Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted ↵Vincent Richard2013-07-163-194/+262
| | | | code in multiple files.
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-163-6/+90
| | | | | Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency.
* Homogeneous use of vmime::string.Vincent Richard2013-06-121-1/+1
|
* Fixed comparison always true.Vincent Richard2013-02-221-2/+2
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-108-8/+8
|
* Trivial 64-bit warning fixes.Vincent Richard2012-12-123-10/+10
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-018-1/+77
| | | | selection of platform handler.
* Added functions to get messages by UID (IMAP only for now).Vincent Richard2012-07-281-0/+12
|
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-142-0/+5
|
* Added function to retrieve sequence numbers of messages whose UID is greater ↵Vincent Richard2012-04-051-0/+6
| | | | or equal than a specified UID (thanks to Zahi Mashael).
* Added support for DRAFT flag.Vincent Richard2010-10-191-0/+2
|
* Added helper function to construct parsed message from net message. Splitted ↵Vincent Richard2010-05-181-0/+14
| | | | IMAP source files.
* Fixed memory leak.Vincent Richard2010-02-011-1/+1
|
* Fixed not exception-safe constructor, which could lead to possible memory ↵Vincent Richard2009-12-085-22/+22
| | | | leak (thanks to Bartek Szurgot). Get rid of const-ness on factories.
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-068-16/+16
|
* maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to ↵Vincent Richard2009-07-112-12/+23
| | | | 'new' instead of 'cur' (Georg Sauthoff).
* Include hostname in message id (ensure unicity when working on a network ↵Vincent Richard2009-06-211-0/+3
| | | | file system).
* Use ::flush() (aka fsync()) after a maildir message is written (Georg Sauthoff).Vincent Richard2009-06-211-0/+2
|
* Fixed compilation warnings.Vincent Richard2008-10-126-35/+35
|
* Changed copyright year to 2008.Vincent Richard2008-01-048-8/+8
|
* Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard2007-03-277-17/+37
|
* Added support for Courier maildir format.Vincent Richard2007-03-226-213/+994
|
* Changed copyright year to 2007.Vincent Richard2007-01-015-5/+5
|
* Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard2006-11-081-0/+1
|
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-114-21/+20
|
* Folder deletion.Vincent Richard2006-04-232-0/+77
|
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-294-96/+149
|
* Changed copyright year to 2006.Vincent Richard2006-02-055-5/+5
|
* Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard2006-01-291-0/+14
| | | | retrieve information about the connection.
* Fixed bug when fetching structure.Vincent Richard2006-01-101-13/+25
|
* Fixed segfault when dynamic-casting a ref (thanks to Benjamin Biron).Vincent Richard2006-01-101-2/+2
|
* Recognize deleted messages not yet expunged (thanks to Benjamin Biron).Vincent Richard2006-01-081-2/+10
|
* Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).Vincent Richard2006-01-071-3/+3
|
* Fixed problem with maildir and ':' in filename on Windows.Vincent Richard2005-11-271-5/+32
|
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-062-7/+7
|
* Added TLS/SSL support.Vincent Richard2005-10-032-35/+71
|
* Updated FSF address.Vincent Richard2005-09-174-12/+12
|
* SASL authentication.Vincent Richard2005-09-171-4/+11
|
* Updated code to use smart pointers.Vincent Richard2005-09-021-35/+33
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-234-0/+2350