Commit Graph

181 Commits

Author SHA1 Message Date
Vincent Richard
9196d5c342 Added helper function to construct parsed message from net message. Splitted IMAP source files. 2010-05-18 13:52:27 +00:00
Vincent Richard
371eda4134 Fixed typo. 2010-05-04 10:07:56 +00:00
Vincent Richard
614dd20279 Migrated config script for newer versions of SCons. 2010-03-16 15:55:47 +00:00
Vincent Richard
e4cbcefad1 Fixed test for global constructor failing when cross building. 2010-02-15 09:05:49 +00:00
Vincent Richard
ddbdbdb1d0 Replaced 'Options' with 'Variables' to solve warnings about the former being deprecated. 2010-02-12 22:00:49 +00:00
Vincent Richard
37c6a6f97c Fixed missing M4 file in dist tarball. 2010-02-10 10:39:10 +00:00
Vincent Richard
1b19b40022 Removed wide-char support. 2010-02-03 10:45:17 +00:00
Vincent Richard
b4d964c63b Added workaround for Decider() for legacy versions of SCons. 2009-09-14 15:07:06 +00:00
Vincent Richard
93934a4073 Use pkg-config for gnutls 2.8.0 and later (thanks to Andreas Metzler). 2009-08-19 18:41:20 +00:00
Vincent Richard
f688cbb292 Fixed dynamic_cast support detection on HPUX (aCC). 2009-05-01 17:11:20 +00:00
Vincent Richard
4de47af6fa Removed '-pipe' compiler flags, as it is not available on all platforms. 2009-04-09 20:31:16 +00:00
Vincent Richard
50326917bf Use Decider() method instead of deprecated SourceSignatures/TargetSignatures(). 2009-03-01 21:23:40 +00:00
Vincent Richard
37e0f6fd7f Started version 0.9.1. 2008-10-19 14:39:02 +00:00
Vincent Richard
3c8a495868 Fixed autotools support. 2008-10-19 14:37:21 +00:00
Vincent Richard
2ba7344854 Version 0.9.0. 2008-10-19 13:58:44 +00:00
Vincent Richard
13f69779c2 New namespace for encoders. 2008-10-12 13:59:09 +00:00
Vincent Richard
8eac1b40e8 Fixed bug #1755458: The project generator does not exclude the SASL sources. Rewritten generation code for MSVC project file. 2007-12-22 18:57:45 +00:00
Vincent Richard
8c6ba0e058 Fixed bug #1721186: thread-safe reference counting. 2007-05-22 19:25:59 +00:00
Vincent Richard
c8bb57fd93 Fail if GNU TLS or GNU SASL dev packages are required but not installed. 2007-05-22 19:03:30 +00:00
Vincent Richard
5a2c2e4128 Added support for Courier maildir format. 2007-03-22 16:03:41 +00:00
Vincent Richard
fd1be329d5 Started version 0.8.2. 2006-12-20 19:24:53 +00:00
Vincent Richard
396134ba5a Fixed CPPDEFINES for new version of SCons. 2006-11-24 13:21:12 +00:00
Vincent Richard
0894c98959 Renamed 'vmime::platformDependant' to 'vmime::platform'. 2006-10-11 14:52:41 +00:00
Vincent Richard
b79a6ad890 Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words. 2006-10-02 13:44:00 +00:00
Vincent Richard
9a42c8bca4 Fixed bugs in MHTML code + unit tests. 2006-07-13 16:32:39 +00:00
Vincent Richard
2791e5d41e Unit tests for SMTP. 2006-05-05 20:50:26 +00:00
Vincent Richard
b16c5ca684 Clean up. 2006-04-05 17:48:09 +00:00
Vincent Richard
e9501b48d8 Refactored and cleaned up smart pointers. 2006-03-29 20:06:39 +00:00
Vincent Richard
0457e42360 Added unit tests for datetimeUtils + renamed functions. 2006-02-12 14:13:04 +00:00
Vincent Richard
1539754d53 Added service::isSecuredConnection() and service::getConnectionInfos() to retrieve information about the connection. 2006-01-29 17:36:34 +00:00
Vincent Richard
db43d8bab5 Link with Winsock under Windows. 2006-01-29 15:41:24 +00:00
Vincent Richard
932b8b7bc5 Do not link with SASL/TLS libraries if support not enabled. 2006-01-26 21:58:45 +00:00
Vincent Richard
8e0080b0ed Added support for attachments of type 'message/rfc822'. 2006-01-16 21:55:37 +00:00
Vincent Richard
9dcc78085a Added SMTPResponse to read and parse SMTP responses. 2006-01-07 08:46:20 +00:00
Vincent Richard
69e0083549 Added support for getaddrinfo() on POSIX. 2005-12-26 18:20:47 +00:00
Vincent Richard
14d30ac458 Enhanced detection of GnuTLS (SCons). 2005-12-15 19:41:02 +00:00
Vincent Richard
9938aa65ab Fixed typo in CXXFLAGS/debug. 2005-12-01 13:34:32 +00:00
Vincent Richard
1b6fb91cad GNU TLS detection with SCons. 2005-11-16 20:17:30 +00:00
Vincent Richard
476cec86ca Started version 0.8.1. 2005-11-06 16:49:40 +00:00
Vincent Richard
68ecdfc23f Version 0.8.0. 2005-11-06 16:47:02 +00:00
Vincent Richard
86ad0038dc Missing 'headerFieldValue.hpp' in dist. 2005-11-06 16:26:44 +00:00
Vincent Richard
324b011e77 Refactored header field values and parameters. 2005-11-06 16:22:18 +00:00
Vincent Richard
acfa9ffc64 Refactored header field values and parameters. 2005-11-04 23:21:22 +00:00
Vincent Richard
14e4d1f06d Fixed typo for 'ac_cv_sizeof_long'. 2005-11-03 18:00:23 +00:00
Vincent Richard
4522121196 Moved certificate code into 'vmime::net::security::cert' namespace. 2005-10-30 15:02:39 +00:00
Vincent Richard
00baffa8ed Added 'charsetFilteredOutputStream'. 2005-10-19 21:00:26 +00:00
Vincent Richard
1e94a4a70f Refactoring of built-in services registration system. 2005-10-19 17:12:20 +00:00
Vincent Richard
08e1812b23 Charset converter. 2005-10-19 11:25:57 +00:00
Vincent Richard
f1a44e73ae Fixed include dir (prefix). 2005-10-16 15:52:49 +00:00
Vincent Richard
07220f6c5a Fixed libtool CXX tag on FreeBSD (thanks to Xin LI). 2005-10-16 15:47:07 +00:00
Vincent Richard
53d9ede9de Fixed 'pkgconfigdir' on FreeBSD (thanks to Xin LI). 2005-10-16 14:53:37 +00:00
Vincent Richard
a4161cf09d Added 'attachmentHelper'. 2005-10-13 21:27:46 +00:00
Vincent Richard
ee46de08f7 Renamed 'progressionListener' to 'progressListener'. 2005-10-06 11:08:56 +00:00
Vincent Richard
c106ac3c82 Moved MSVC-specific defines. 2005-10-05 11:00:13 +00:00
Vincent Richard
7d2d25da3e Added TLS/SSL support. 2005-10-03 21:29:04 +00:00
Vincent Richard
0edaa87860 SASL authentication. 2005-09-17 09:08:45 +00:00
Vincent Richard
3b1fcbe825 New namespace for message digest algorithms. 2005-09-06 20:08:39 +00:00
Vincent Richard
f777b659b9 Added progression notifications. 2005-09-03 12:48:59 +00:00
Vincent Richard
9e1c1e0923 Missing M4 files in dist + fixed iconv detection. 2005-08-28 13:49:07 +00:00
Vincent Richard
e3d6bfe7b0 SF#1274389: bootstrap is a bash script, not a sh script. 2005-08-27 06:43:09 +00:00
Vincent Richard
16465a0f17 Using AM_ICONV for better detection of libiconv. 2005-08-26 20:30:19 +00:00
Vincent Richard
99884b3d9b Unit tests for 'misc::importanceHelper'. 2005-08-26 17:05:36 +00:00
Vincent Richard
5d18fce959 Moved to CppUnit for unit tests framework. 2005-08-25 21:25:45 +00:00
Vincent Richard
28bafee944 Renamed 'vmime::messaging' to 'vmime::net'. 2005-08-23 19:11:19 +00:00
Vincent Richard
dafac00334 Added unit tests for smart pointer. 2005-07-17 20:18:14 +00:00
Vincent Richard
681297e10b Reference counting and smart pointers. 2005-07-12 22:28:02 +00:00
Vincent Richard
919a64a803 'depcomp' not used. 2005-07-06 18:11:15 +00:00
Vincent Richard
2a90d85363 Makefiles in examples/ not used. 2005-07-06 18:00:32 +00:00
Vincent Richard
57c540faab Fixed 'bootstrap' script not running on Windows. 2005-07-05 16:37:24 +00:00
Vincent Richard
a63dcf0a19 Fixed SConstruct so 'sendmail' does not build on Windows. 2005-07-05 16:35:56 +00:00
Vincent Richard
8abd0407d5 Started version 0.7.2. 2005-06-21 22:12:40 +00:00
Vincent Richard
6bf5f9192e Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added unit tests. 2005-06-15 22:22:01 +00:00
Vincent Richard
8134a52f56 Service properties enhancement. 2005-05-15 18:05:38 +00:00
Vincent Richard
ae4240026e Added 'childProcess'. 2005-04-30 08:19:56 +00:00
Vincent Richard
38a8632828 Sendmail implementation + filtered streams. 2005-04-28 10:57:41 +00:00
Vincent Richard
b9e637f976 Moved generic implementation of send() to 'transport'. 2005-04-26 19:27:20 +00:00
Vincent Richard
49fee23e26 Fixed getLocaleCharset() in Windows platform handler, when MLang is not present. 2005-04-18 19:55:58 +00:00
Vincent Richard
be06b7d8d5 Fixed bugs in URLs + added unit tests. 2005-04-15 17:19:32 +00:00
Vincent Richard
3459549181 Moved 'url' and 'urlUtils' classes to 'utility' namespace. 2005-04-14 11:27:49 +00:00
Vincent Richard
14d9571bb6 Added unit tests for 'datetime'. 2005-04-13 19:53:27 +00:00
Vincent Richard
6a92484e47 Started version 0.7.1. 2005-04-12 19:08:29 +00:00
Vincent Richard
d4bab79067 Version 0.7.0. 2005-04-12 19:03:30 +00:00
Vincent Richard
f879a9794c Added support for RFC-2231. 2005-04-12 18:42:54 +00:00
Vincent Richard
0bba2794fc Moved IMAP, POP3, maildir and SMTP files to separate namespaces. 2005-04-03 08:00:52 +00:00
Vincent Richard
3639b96ea8 Support for message importance. 2005-03-31 18:36:35 +00:00
Vincent Richard
0f89c8031a Oops... Fixed missing 'x' when testing target OS. 2005-03-28 16:43:43 +00:00
Vincent Richard
4a70efe2de File 'config.hpp.msvc' is now automatically generated. 2005-03-28 13:36:29 +00:00
Vincent Richard
e01fe854d5 Fixed SConstruct to include MSVC files in dist. 2005-03-28 08:42:02 +00:00
Vincent Richard
036c711120 Added 'msvc' target. 2005-03-27 21:28:21 +00:00
Vincent Richard
4ab9332ce6 Added new basic type 'messageIdSequence'. 2005-03-27 13:06:45 +00:00
Vincent Richard
433f21263f Basic support for MDN (RFC-3798). 2005-03-25 20:49:54 +00:00
Vincent Richard
4150192c26 Added 'HACKING' file. 2005-03-24 15:20:45 +00:00
Vincent Richard
aeb5da4324 Basic support for 'Disposition' header field. 2005-03-23 08:23:55 +00:00
Vincent Richard
2ca56a209f Fixed compilation problems on Solaris 9. 2005-03-16 17:13:08 +00:00
Vincent Richard
362fa346f9 Removed 'singleton' and 'singletonManager' classes. 2005-03-14 20:35:25 +00:00
Vincent Richard
42163d5343 Added '-Wconversion' for GCC. 2005-02-10 20:20:17 +00:00
Vincent Richard
653ef5c519 Started version 0.6.4. 2005-01-28 18:32:57 +00:00
Vincent Richard
bd384e05d1 Ensure debugging mode is enabled when building tests. 2005-01-28 18:00:50 +00:00
Vincent Richard
4ae97ddb09 Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
Vincent Richard
22ebb7e8f5 Fixed missing 'vmime/config.hpp' include. 2005-01-15 21:09:51 +00:00