aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPUtils.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-758/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-5/+5
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-2/+2
|
* Custom fetch attributes.Vincent Richard2013-11-141-9/+13
|
* Added required includes for MSVC.Vincent Richard2013-09-081-0/+2
|
* Allow messages to be designated either by their number or their UID.Vincent Richard2013-07-261-113/+100
| | | | Warning: this is an API-breaking change.
* Return real message UID from IMAP server. Added function to return the ↵Vincent Richard2013-07-211-42/+2
| | | | current UID validity.
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-161-9/+17
| | | | | Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency.
* 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-2/+2
|
* 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-2/+78
|
* Added support for DRAFT flag.Vincent Richard2010-10-191-1/+4
|
* 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-4/+4
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Fixed bug in modified UTF-7 encoding.Vincent Richard2007-07-091-46/+95
|
* 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/+7
|
* Clean up.Vincent Richard2006-04-051-0/+20
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Implemented IMAP multi-fetching.Vincent Richard2006-01-151-7/+80
|
* Updated FSF address.Vincent Richard2005-09-171-3/+3
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-0/+555