aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/IMAPMessage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved IMAP, POP3, maildir and SMTP files to separate namespaces.Vincent Richard2005-04-031-841/+0
|
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
|
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
|
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-261-6/+6
|
* Removed relative paths from #include's.Vincent Richard2004-12-261-6/+6
|
* Some more class documentation.Vincent Richard2004-12-221-0/+4
|
* Fixed memory leaks.Vincent Richard2004-12-191-0/+14
|
* Working on 'maildir' implementation.Vincent Richard2004-12-151-39/+16
|
* Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵Vincent Richard2004-11-071-2/+2
| | | | "text.cpp".
* Refactoring (see ChangeLog).Vincent Richard2004-10-211-44/+45
|
* Fixed possible bug in destructor, when parent folder is closed before ↵Vincent Richard2004-10-051-1/+3
| | | | destroying the message.
* Initial import.Vincent Richard2004-10-051-0/+843