Vincent Richard
|
c032bcb428
|
Fixed compilation problems with g++ < 3.4.
|
2004-12-08 19:57:10 +00:00 |
|
Vincent Richard
|
9bbc42c783
|
Changed 'uname -o' to 'uname -s' for POSIX compatibility.
|
2004-12-08 19:20:54 +00:00 |
|
Laurent Richard
|
1b76d40e09
|
All header tests-functions added
|
2004-12-06 17:24:55 +00:00 |
|
Vincent Richard
|
3ed34d5220
|
Flags must be stored in ASCII order.
|
2004-12-04 20:27:12 +00:00 |
|
Vincent Richard
|
e4ed55e237
|
Working on 'maildir' implementation.
|
2004-12-04 20:25:48 +00:00 |
|
Vincent Richard
|
31cd25b5b0
|
Some update for 'maildir' protocol.
|
2004-12-04 17:48:02 +00:00 |
|
Vincent Richard
|
de09abb036
|
Prevent from renaming 'INBOX' folder in IMAP (illegal_operation exception).
|
2004-11-14 14:31:23 +00:00 |
|
Vincent Richard
|
85dfb65a7f
|
Added support for generating documentation (Doxygen) + written AUTHORS file.
|
2004-11-11 21:51:59 +00:00 |
|
Vincent Richard
|
bac66b24be
|
Removed files since they are no more used now.
|
2004-11-07 10:56:14 +00:00 |
|
Vincent Richard
|
5868c87506
|
Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to "text.cpp".
|
2004-11-07 10:33:01 +00:00 |
|
Vincent Richard
|
91cc37178f
|
Added tests for media type.
|
2004-11-07 09:49:05 +00:00 |
|
Vincent Richard
|
64db1ed4c6
|
Added tests for Quoted-Printable encoding.
|
2004-11-06 21:40:40 +00:00 |
|
Vincent Richard
|
f22acc6564
|
Fixed a typo in RFC-2047 QP conversion: ' ' (SPACE) should be '_' (underscore).
|
2004-11-06 21:11:00 +00:00 |
|
Vincent Richard
|
f9ae360def
|
Removed "old-style" tests for encoder and mailbox. Added new test for encoder.
|
2004-11-06 17:48:56 +00:00 |
|
Vincent Richard
|
418c0c1456
|
New build system for unit tests.
|
2004-11-06 10:48:58 +00:00 |
|
Vincent Richard
|
c34d699f98
|
Fixed bug with white-space in email address.
|
2004-11-06 10:46:02 +00:00 |
|
Vincent Richard
|
02e149daf4
|
Fixed operator==().
|
2004-10-26 20:17:28 +00:00 |
|
Vincent Richard
|
d6289b28ee
|
Fixed a typo in Doxygen comment (<).
|
2004-10-25 23:39:50 +00:00 |
|
Vincent Richard
|
7e40a14cac
|
Fixed comment for Doxygen.
|
2004-10-25 22:53:08 +00:00 |
|
Vincent Richard
|
6ad871b235
|
Added appendAttachment(), an alias for attach().
|
2004-10-25 22:10:13 +00:00 |
|
Vincent Richard
|
5ef45921a4
|
Added non-const versions of getRecipients(), getCopyRecipients() and getBindCopyRecipients() for easy access.
|
2004-10-25 22:02:58 +00:00 |
|
Vincent Richard
|
c433e0213a
|
Added specialization for typeAdapter <string>::parse() as it took only the first word of the text (operator<<).
|
2004-10-25 11:15:53 +00:00 |
|
Laurent Richard
|
e0fa71b08f
|
added tests for getFieldCount, isEmpty, getFieldAt, getFieldList functions
|
2004-10-25 09:20:09 +00:00 |
|
Laurent Richard
|
5a13156740
|
Added tests for hasField() and findField() functions.
|
2004-10-21 15:38:15 +00:00 |
|
Vincent Richard
|
2949fb51f1
|
Refactoring (see ChangeLog).
|
2004-10-21 15:05:47 +00:00 |
|
Laurent Richard
|
6f7f1674f7
|
header class unit tests added
|
2004-10-18 19:27:18 +00:00 |
|
Vincent Richard
|
84a7adf049
|
Fixed a bug when parsing a mailbox with no explicit email address (should be recognized as an address).
|
2004-10-07 11:24:34 +00:00 |
|
Laurent Richard
|
27fb7a5b96
|
New unit test system: Unit++.
Added test for header::getAllByName/Type
|
2004-10-07 11:02:31 +00:00 |
|
Vincent Richard
|
3fb6238933
|
Added FLAG_PASSED message flag to indicate a forwarded message (used in maildir).
|
2004-10-06 16:18:06 +00:00 |
|
Laurent Richard
|
f3d249c81b
|
Adding functions in 'header' object to retrieve a list of fields by name/type
|
2004-10-06 11:04:00 +00:00 |
|
Vincent Richard
|
a1f5ebbfbc
|
Fixed possible bug in destructor, when parent folder is closed before destroying the message.
|
2004-10-05 20:52:21 +00:00 |
|
Vincent Richard
|
4661f3f6a3
|
Files omitted during initial import.
|
2004-10-05 19:03:58 +00:00 |
|
Vincent Richard
|
0967d3ef5b
|
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).
|
2004-10-05 16:33:54 +00:00 |
|
Vincent Richard
|
01fc656724
|
Added "examples/common.inc" file that was ommited during initial import.
|
2004-10-05 11:08:57 +00:00 |
|
Vincent Richard
|
a3229a0513
|
Initial import.
|
2004-10-05 10:28:21 +00:00 |
|