aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated function doc.Vincent Richard2004-12-171-0/+3
* Added @throw in function doc.Vincent Richard2004-12-171-0/+4
* Added store::isValidFolderName().Vincent Richard2004-12-167-0/+32
* Added isValidPath() in fileSystemFactory.Vincent Richard2004-12-163-4/+26
* Missing '= 0' on pure virtual function.Vincent Richard2004-12-161-8/+22
* Working on 'maildir' implementation.Vincent Richard2004-12-162-3/+80
* Added skip() method on inputStream.Vincent Richard2004-12-162-0/+58
* Working on 'maildir' implementation.Vincent Richard2004-12-157-65/+269
* Added parsing bounds on 'component'.Vincent Richard2004-12-1520-0/+107
* Working on 'maildir' implementation.Vincent Richard2004-12-154-191/+82
* Fixed bug with g++ <= 3.2.Vincent Richard2004-12-131-0/+8
* Working on 'maildir' implementation.Vincent Richard2004-12-102-2/+214
* Fixed compilation problems with g++ < 3.4.Vincent Richard2004-12-082-3/+6
* Flags must be stored in ASCII order.Vincent Richard2004-12-041-2/+2
* Working on 'maildir' implementation.Vincent Richard2004-12-046-30/+184
* Some update for 'maildir' protocol.Vincent Richard2004-12-045-43/+357
* Prevent from renaming 'INBOX' folder in IMAP (illegal_operation exception).Vincent Richard2004-11-142-0/+18
* Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to "tex...Vincent Richard2004-11-079-564/+579
* Fixed a typo in RFC-2047 QP conversion: ' ' (SPACE) should be '_' (underscore).Vincent Richard2004-11-061-1/+1
* Fixed bug with white-space in email address.Vincent Richard2004-11-061-2/+16
* Fixed operator==().Vincent Richard2004-10-261-2/+2
* Fixed a typo in Doxygen comment (&lt;).Vincent Richard2004-10-261-1/+1
* Fixed comment for Doxygen.Vincent Richard2004-10-261-1/+1
* Added appendAttachment(), an alias for attach().Vincent Richard2004-10-262-0/+13
* Added non-const versions of getRecipients(), getCopyRecipients() and getBindC...Vincent Richard2004-10-262-0/+36
* Added specialization for typeAdapter <string>::parse() as it took only the fi...Vincent Richard2004-10-252-0/+44
* Refactoring (see ChangeLog).Vincent Richard2004-10-21169-5023/+6195
* Fixed a bug when parsing a mailbox with no explicit email address (should be ...Vincent Richard2004-10-071-2/+12
* Added FLAG_PASSED message flag to indicate a forwarded message (used in maild...Vincent Richard2004-10-061-0/+1
* Adding functions in 'header' object to retrieve a list of fields by name/typeLaurent Richard2004-10-062-6/+48
* Fixed possible bug in destructor, when parent folder is closed before destroy...Vincent Richard2004-10-051-1/+3
* Changed meaning of "path" portion in a URL. This does not specify the root pa...Vincent Richard2004-10-052-5/+6
* Initial import.Vincent Richard2004-10-05204-0/+35988