aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 (<).Vincent Richard2004-10-251-1/+1
|
* Fixed comment for Doxygen.Vincent Richard2004-10-251-1/+1
|
* Added appendAttachment(), an alias for attach().Vincent Richard2004-10-252-0/+13
|
* Added non-const versions of getRecipients(), getCopyRecipients() and ↵Vincent Richard2004-10-252-0/+36
| | | | getBindCopyRecipients() for easy access.
* Added specialization for typeAdapter <string>::parse() as it took only the ↵Vincent Richard2004-10-252-0/+44
| | | | first word of the text (operator<<).
* Refactoring (see ChangeLog).Vincent Richard2004-10-21169-5201/+6373
|
* Fixed a bug when parsing a mailbox with no explicit email address (should be ↵Vincent Richard2004-10-071-2/+12
| | | | recognized as an address).
* Added FLAG_PASSED message flag to indicate a forwarded message (used in ↵Vincent Richard2004-10-061-0/+1
| | | | maildir).
* 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 ↵Vincent Richard2004-10-051-1/+3
| | | | destroying the message.
* Changed meaning of "path" portion in a URL. This does not specify the root ↵Vincent Richard2004-10-052-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).
* Initial import.Vincent Richard2004-10-05204-0/+35988