aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/maildir/maildirMessage.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard1-369/+0
build.
2013-12-10Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard1-27/+26
byte_t...). Minor warning fixes.
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-33/+33
2013-11-14Custom fetch attributes.Vincent Richard1-13/+13
2013-07-26Allow messages to be designated either by their number or their UID.Vincent Richard1-1/+1
Warning: this is an API-breaking change.
2013-07-16Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted ↵Vincent Richard1-194/+9
code in multiple files.
2013-07-16Added basic support for IMAP CONDSTORE extension.Vincent Richard1-1/+1
Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency.
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-12-12Trivial 64-bit warning fixes.Vincent Richard1-3/+3
2012-11-01Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard1-0/+10
selection of platform handler.
2012-04-14Split stream.hpp/.cpp into multiple source files.Vincent Richard1-0/+2
2010-05-18Added helper function to construct parsed message from net message. Splitted ↵Vincent Richard1-0/+14
IMAP source files.
2009-12-08Fixed not exception-safe constructor, which could lead to possible memory ↵Vincent Richard1-3/+3
leak (thanks to Bartek Szurgot). Get rid of const-ness on factories.
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard1-2/+2
2008-10-12Fixed compilation warnings.Vincent Richard1-11/+11
2008-01-04Changed copyright year to 2008.Vincent Richard1-1/+1
2007-03-27Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard1-3/+7
2007-01-01Changed copyright year to 2007.Vincent Richard1-1/+1
2006-10-11Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard1-4/+4
2006-03-29Refactored and cleaned up smart pointers.Vincent Richard1-15/+25
2006-02-05Changed copyright year to 2006.Vincent Richard1-1/+1
2006-01-10Fixed bug when fetching structure.Vincent Richard1-13/+25
2006-01-10Fixed segfault when dynamic-casting a ref (thanks to Benjamin Biron).Vincent Richard1-2/+2
2005-10-06Renamed 'progressionListener' to 'progressListener'.Vincent Richard1-3/+3
2005-09-17Updated FSF address.Vincent Richard1-3/+3
2005-09-02Updated code to use smart pointers.Vincent Richard1-35/+33
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard1-6/+6
2005-07-25Added FETCH_IMPORTANCE flag.Vincent Richard1-2/+4
2005-07-24Fixed some doc + getHeader() now returns a ref.Vincent Richard1-7/+7
2005-07-12Reference counting and smart pointers.Vincent Richard1-40/+32
2005-06-21Fixed compilation errors with g++ 4.0.Vincent Richard1-1/+1
2005-05-27Added 'peek' parameter to extract() and extractPart().Vincent Richard1-5/+11
2005-04-28Sendmail implementation + filtered streams.Vincent Richard1-3/+3
2005-04-03Moved IMAP, POP3, maildir and SMTP files to separate namespaces.Vincent Richard1-4/+6
2005-03-18Updated VMime website URL.Vincent Richard1-1/+1
2005-01-03Changed year to 2005 in copyright header.Vincent Richard1-1/+1
2004-12-26Moved all header files to 'vmime/' directory.Vincent Richard1-6/+6
2004-12-26Removed relative paths from #include's.Vincent Richard1-5/+7
2004-12-19Fixed memory leaks.Vincent Richard1-4/+26
2004-12-19Fixed warning when compiling.Vincent Richard1-1/+1
2004-12-19Fixed bugs.Vincent Richard1-8/+21
2004-12-16Working on 'maildir' implementation.Vincent Richard1-3/+78
2004-12-15Working on 'maildir' implementation.Vincent Richard1-12/+238
2004-12-15Working on 'maildir' implementation.Vincent Richard1-5/+11
2004-12-04Working on 'maildir' implementation.Vincent Richard1-3/+53
2004-10-21Refactoring (see ChangeLog).Vincent Richard1-0/+81