aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/maildir/maildirMessage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-369/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-27/+26
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-33/+33
|
* Custom fetch attributes.Vincent Richard2013-11-141-13/+13
|
* Allow messages to be designated either by their number or their UID.Vincent Richard2013-07-261-1/+1
| | | | Warning: this is an API-breaking change.
* Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted ↵Vincent Richard2013-07-161-194/+9
| | | | code in multiple files.
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-161-1/+1
| | | | | Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency.
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Trivial 64-bit warning fixes.Vincent Richard2012-12-121-3/+3
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-0/+10
| | | | selection of platform handler.
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-0/+2
|
* Added helper function to construct parsed message from net message. Splitted ↵Vincent Richard2010-05-181-0/+14
| | | | IMAP source files.
* Fixed not exception-safe constructor, which could lead to possible memory ↵Vincent Richard2009-12-081-3/+3
| | | | 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-061-2/+2
|
* Fixed compilation warnings.Vincent Richard2008-10-121-11/+11
|
* 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
|
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-4/+4
|
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-291-15/+25
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* 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
|
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-061-3/+3
|
* Updated FSF address.Vincent Richard2005-09-171-3/+3
|
* Updated code to use smart pointers.Vincent Richard2005-09-021-35/+33
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-0/+505