aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/imap/IMAPMessage.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard1-859/+0
2005-07-25Added FETCH_IMPORTANCE flag.Vincent Richard1-1/+25
2005-07-24Fixed some doc + getHeader() now returns a ref.Vincent Richard1-17/+17
2005-07-24Removed implicit conversion to T* for smart pointers.Vincent Richard1-1/+1
2005-07-12Reference counting and smart pointers.Vincent Richard1-47/+36
2005-05-27Added 'peek' parameter to extract() and extractPart().Vincent Richard1-7/+9
2005-04-28Sendmail implementation + filtered streams.Vincent Richard1-6/+7
2005-04-03Moved IMAP, POP3, maildir and SMTP files to separate namespaces.Vincent Richard1-6/+8
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-6/+6
2004-12-22Some more class documentation.Vincent Richard1-0/+4
2004-12-19Fixed memory leaks.Vincent Richard1-0/+14
2004-12-15Working on 'maildir' implementation.Vincent Richard1-39/+16
2004-11-07Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵Vincent Richard1-2/+2
"text.cpp".
2004-10-21Refactoring (see ChangeLog).Vincent Richard1-44/+45
2004-10-05Fixed possible bug in destructor, when parent folder is closed before ↵Vincent Richard1-1/+3
destroying the message.