aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPFolder.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-1511/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-9/+9
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-106/+105
|
* Custom fetch attributes.Vincent Richard2013-11-141-5/+6
|
* Fixed missing space in command.Vincent Richard2013-08-161-2/+2
|
* Fixed isEmpty() test.Vincent Richard2013-08-161-1/+1
|
* Allow messages to be designated either by their number or their UID.Vincent Richard2013-07-261-283/+78
| | | | Warning: this is an API-breaking change.
* Return real message UID from IMAP server. Added function to return the ↵Vincent Richard2013-07-211-6/+13
| | | | current UID validity.
* Reworked IMAP event notification code.Vincent Richard2013-07-181-226/+108
|
* Code cleanup. Store error log in parsed response to avoid accessing parser ↵Vincent Richard2013-07-171-91/+51
| | | | internal data.
* Fixed status update. Prevent opening the same folder two times in a session.Vincent Richard2013-07-161-153/+27
|
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-161-70/+115
| | | | | Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency.
* Updated IMAP parser to support STATUS response extensions.Vincent Richard2013-07-111-9/+9
|
* Homogeneous use of vmime::string.Vincent Richard2013-06-121-1/+1
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Trivial 64-bit warning fixes.Vincent Richard2012-12-121-1/+1
|
* 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-3/+106
|
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-0/+2
|
* Added function to retrieve sequence numbers of messages whose UID is greater ↵Vincent Richard2012-04-051-0/+56
| | | | or equal than a specified UID (thanks to Zahi Mashael).
* Added block size on sockets to allow different buffer size for SSL.Vincent Richard2009-11-301-1/+5
|
* 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-8/+8
|
* 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/+20
|
* Folder deletion.Vincent Richard2006-04-231-0/+37
|
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-291-57/+101
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Implemented IMAP multi-fetching.Vincent Richard2006-01-151-4/+64
|
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-061-4/+4
|
* Updated FSF address.Vincent Richard2005-09-171-3/+3
|
* SASL authentication.Vincent Richard2005-09-171-1/+1
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-0/+1608