aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Working on 'maildir' implementation.Vincent Richard2004-12-102-2/+214
|
* Fixed compilation problems with g++ < 3.4.Vincent Richard2004-12-082-3/+6
|
* Changed 'uname -o' to 'uname -s' for POSIX compatibility.Vincent Richard2004-12-081-1/+1
|
* All header tests-functions addedLaurent Richard2004-12-062-1/+187
|
* 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
|
* Added support for generating documentation (Doxygen) + written AUTHORS file.Vincent Richard2004-11-113-0/+1062
|
* Removed files since they are no more used now.Vincent Richard2004-11-072-11/+0
|
* Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵Vincent Richard2004-11-0711-566/+583
| | | | "text.cpp".
* Added tests for media type.Vincent Richard2004-11-072-0/+116
|
* Added tests for Quoted-Printable encoding.Vincent Richard2004-11-061-3/+111
|
* Fixed a typo in RFC-2047 QP conversion: ' ' (SPACE) should be '_' (underscore).Vincent Richard2004-11-061-1/+1
|
* Removed "old-style" tests for encoder and mailbox. Added new test for encoder.Vincent Richard2004-11-0635-8124/+191
|
* New build system for unit tests.Vincent Richard2004-11-065-20/+461
|
* 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-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-253-1/+45
| | | | first word of the text (operator<<).
* added tests for getFieldCount, isEmpty, getFieldAt, getFieldList functionsLaurent Richard2004-10-251-0/+72
|
* Added tests for hasField() and findField() functions.Laurent Richard2004-10-211-0/+38
|
* Refactoring (see ChangeLog).Vincent Richard2004-10-21183-5440/+6580
|
* header class unit tests addedLaurent Richard2004-10-181-19/+91
|
* Fixed a bug when parsing a mailbox with no explicit email address (should be ↵Vincent Richard2004-10-071-2/+12
| | | | recognized as an address).
* New unit test system: Unit++.Laurent Richard2004-10-0729-0/+6719
| | | | | Added test for header::getAllByName/Type
* 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.
* Files omitted during initial import.Vincent Richard2004-10-054-0/+20
|
* 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).
* Added "examples/common.inc" file that was ommited during initial import.Vincent Richard2004-10-051-0/+312
|
* Initial import.Vincent Richard2004-10-05255-0/+46187