aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/pop3/POP3Folder.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-67/+67
|
* Custom fetch attributes.Vincent Richard2013-11-141-9/+9
|
* Allow messages to be designated either by their number or their UID.Vincent Richard2013-07-261-153/+20
| | | | Warning: this is an API-breaking change.
* Reworked IMAP event notification code.Vincent Richard2013-07-181-15/+20
|
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-161-3/+22
| | | | | Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency.
* Moved POP3 connection-related things to POP3Connection object.Vincent Richard2013-06-121-21/+20
|
* Moved POP3 client command related things to POP3Command class.Vincent Richard2013-06-111-41/+11
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Moved POP3 response receiving and parsing to a separate class.Vincent Richard2012-12-061-60/+51
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-0/+10
| | | | selection of platform handler.
* Added functions to get messages by UID (IMAP only for now).Vincent Richard2012-07-281-0/+12
|
* 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).
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* Fixed compilation warnings.Vincent Richard2008-10-121-7/+7
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard2007-03-271-3/+7
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard2006-11-081-0/+10
|
* Folder deletion.Vincent Richard2006-04-231-0/+6
|
* Clean up.Vincent Richard2006-04-051-38/+4
|
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-291-68/+104
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-061-3/+3
|
* Updated FSF address.Vincent Richard2005-09-171-3/+3
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-0/+826