aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-12-17Fixed bugs with message count notification.Vincent Richard3-13/+64
2004-12-17Updated function doc.Vincent Richard1-1/+2
2004-12-17Folder names can not contain '.' in maildirStore::isValidFolderName().Vincent Richard1-1/+2
2004-12-17Updated function doc.Vincent Richard1-0/+3
2004-12-17Added @throw in function doc.Vincent Richard1-0/+4
2004-12-16Added store::isValidFolderName().Vincent Richard7-0/+32
2004-12-16Added isValidPath() in fileSystemFactory.Vincent Richard3-4/+26
2004-12-16Missing '= 0' on pure virtual function.Vincent Richard1-8/+22
2004-12-16Working on 'maildir' implementation.Vincent Richard2-3/+80
2004-12-16Added skip() method on inputStream.Vincent Richard2-0/+58
2004-12-15Working on 'maildir' implementation.Vincent Richard7-65/+269
2004-12-15Added parsing bounds on 'component'.Vincent Richard20-0/+107
2004-12-15Working on 'maildir' implementation.Vincent Richard4-191/+82
2004-12-13Fixed bug with g++ <= 3.2.Vincent Richard1-0/+8
2004-12-10Working on 'maildir' implementation.Vincent Richard2-2/+214
2004-12-08Fixed compilation problems with g++ < 3.4.Vincent Richard2-3/+6
2004-12-04Flags must be stored in ASCII order.Vincent Richard1-2/+2
2004-12-04Working on 'maildir' implementation.Vincent Richard6-30/+184
2004-12-04Some update for 'maildir' protocol.Vincent Richard5-43/+357
2004-11-14Prevent from renaming 'INBOX' folder in IMAP (illegal_operation exception).Vincent Richard2-0/+18
2004-11-07Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵Vincent Richard9-564/+579
"text.cpp".
2004-11-06Fixed a typo in RFC-2047 QP conversion: ' ' (SPACE) should be '_' (underscore).Vincent Richard1-1/+1
2004-11-06Fixed bug with white-space in email address.Vincent Richard1-2/+16
2004-10-26Fixed operator==().Vincent Richard1-2/+2
2004-10-25Fixed a typo in Doxygen comment (&lt;).Vincent Richard1-1/+1
2004-10-25Fixed comment for Doxygen.Vincent Richard1-1/+1
2004-10-25Added appendAttachment(), an alias for attach().Vincent Richard2-0/+13
2004-10-25Added non-const versions of getRecipients(), getCopyRecipients() and ↵Vincent Richard2-0/+36
getBindCopyRecipients() for easy access.
2004-10-25Added specialization for typeAdapter <string>::parse() as it took only the ↵Vincent Richard2-0/+44
first word of the text (operator<<).
2004-10-21Refactoring (see ChangeLog).Vincent Richard169-5201/+6373
2004-10-07Fixed a bug when parsing a mailbox with no explicit email address (should be ↵Vincent Richard1-2/+12
recognized as an address).
2004-10-06Added FLAG_PASSED message flag to indicate a forwarded message (used in ↵Vincent Richard1-0/+1
maildir).
2004-10-06Adding functions in 'header' object to retrieve a list of fields by name/typeLaurent Richard2-6/+48
2004-10-05Fixed possible bug in destructor, when parent folder is closed before ↵Vincent Richard1-1/+3
destroying the message.
2004-10-05Changed meaning of "path" portion in a URL. This does not specify the root ↵Vincent Richard2-5/+6
path for "maildir" protocol anymore; instead the "server.rootpath" property is used. The "path" portion can be used to point a specific folder into a mail store (empty = root folder).