1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 13, 2024 — Oct 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to "text.cpp". More... almost 21 years ago
Added tests for media type. More... almost 21 years ago
Added tests for Quoted-Printable encoding. More... almost 21 years ago
Fixed a typo in RFC-2047 QP conversion: ' ' (SPACE) should be '_' (underscore). More... almost 21 years ago
Removed "old-style" tests for encoder and mailbox. Added new test for encoder. More... almost 21 years ago
New build system for unit tests. More... almost 21 years ago
Fixed bug with white-space in email address. More... almost 21 years ago
Fixed operator==(). More... almost 21 years ago
Fixed a typo in Doxygen comment (<). More... almost 21 years ago
Fixed comment for Doxygen. More... almost 21 years ago
Added appendAttachment(), an alias for attach(). More... almost 21 years ago
Added non-const versions of getRecipients(), getCopyRecipients() and getBindCopyRecipients() for easy access. More... almost 21 years ago
Added specialization for typeAdapter <string>::parse() as it took only the first word of the text (operator<<). More... almost 21 years ago
added tests for getFieldCount, isEmpty, getFieldAt, getFieldList functions More... almost 21 years ago
Added tests for hasField() and findField() functions. More... almost 21 years ago
Refactoring (see ChangeLog). More... almost 21 years ago
header class unit tests added More... almost 21 years ago
Fixed a bug when parsing a mailbox with no explicit email address (should be recognized as an address). More... about 21 years ago
New unit test system: Unit++. Added test for header::getAllByName/Type More... about 21 years ago
Added FLAG_PASSED message flag to indicate a forwarded message (used in maildir). More... about 21 years ago
Adding functions in 'header' object to retrieve a list of fields by name/type More... about 21 years ago
Fixed possible bug in destructor, when parent folder is closed before destroying the message. More... about 21 years ago
Files omitted during initial import. More... about 21 years ago
Changed meaning of "path" portion in a URL. This does not specify the root 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). More... about 21 years ago
Added "examples/common.inc" file that was ommited during initial import. More... about 21 years ago
Initial import. More... about 21 years ago