Commit Graph

117 Commits

Author SHA1 Message Date
Vincent Richard
b90ca5481d Fixed warning. 2007-03-01 11:40:48 +00:00
Vincent Richard
d284cfa729 Changed copyright year to 2007. 2007-01-01 20:55:15 +00:00
Vincent Richard
afc1548ac4 Preferred block size for streams. 2006-11-18 09:27:30 +00:00
Vincent Richard
c31f38f108 Temporary fix for socket stream copy. 2006-11-17 22:58:29 +00:00
Vincent Richard
64d91947c3 Fixed reference + do not clear stream in adapters. 2006-11-15 10:41:35 +00:00
Vincent Richard
b63f6513f2 Use 'char' instead of 'unsigned char' for conversion with std::ctype. 2006-11-09 17:27:18 +00:00
Vincent Richard
f99fc84915 Imbue classic 'C' locale for the output of message parts and protocol commands. 2006-11-08 18:33:18 +00:00
Vincent Richard
0894c98959 Renamed 'vmime::platformDependant' to 'vmime::platform'. 2006-10-11 14:52:41 +00:00
Vincent Richard
edca17af10 Fixed warning for uninitialized variable. 2006-06-23 21:16:21 +00:00
Vincent Richard
01ba897060 Week of year calculation. 2006-04-24 19:40:24 +00:00
Vincent Richard
3bbffc18de Renamed 'byte' to 'byte_t'. 2006-04-18 19:04:30 +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
63d21f7a09 Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
Vincent Richard
64235edb41 Fixed encoding of reserved/unsafe chars. 2006-01-31 19:09:43 +00:00
Vincent Richard
ecf9dbafe6 Allow '@' in the username part of an URL. 2006-01-09 18:02:25 +00:00
Vincent Richard
500f065c94 Rewritten some code without using iterators. 2005-12-30 20:29:36 +00:00
Vincent Richard
296ce19306 Fixed buffer overrun in random::getString(). 2005-11-28 12:17:47 +00:00
Vincent Richard
c241f071d2 Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutputStream' when input contains invalid sequences. 2005-10-20 16:56:04 +00:00
Vincent Richard
59739dd3ec Fixed a bug in length calculation. 2005-10-14 18:41:18 +00:00
Vincent Richard
ee46de08f7 Renamed 'progressionListener' to 'progressListener'. 2005-10-06 11:08:56 +00:00
Vincent Richard
7d2d25da3e Added TLS/SSL support. 2005-10-03 21:29:04 +00:00
Vincent Richard
cbd1110a4b Updated FSF address. 2005-09-17 10:10:29 +00:00
Vincent Richard
0edaa87860 SASL authentication. 2005-09-17 09:08:45 +00:00
Vincent Richard
c2a41984af Added special characters for encoding. 2005-09-08 10:44:10 +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
7ac14499f0 Fixed undefined symbol 'UNSPECIFIED_PORT'. 2005-08-25 21:15:17 +00:00
Vincent Richard
28bafee944 Renamed 'vmime::messaging' to 'vmime::net'. 2005-08-23 19:11:19 +00:00
Vincent Richard
681297e10b Reference counting and smart pointers. 2005-07-12 22:28:02 +00:00
Vincent Richard
fbfa4f0b86 Fixed uninitialized variable. 2005-06-16 19:51:45 +00:00
Vincent Richard
4661d7b735 Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'. 2005-06-16 19:26:26 +00:00
Vincent Richard
6bf5f9192e Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added unit tests. 2005-06-15 22:22:01 +00:00
Stefan Uhrig
edb01a0a0f Added #include <algorithm> 2005-04-28 20:44:28 +00:00
Vincent Richard
4bf0542857 Added parameter support to 'utility::url'. 2005-04-28 16:35:37 +00:00
Vincent Richard
38a8632828 Sendmail implementation + filtered streams. 2005-04-28 10:57:41 +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
3459549181 Moved 'url' and 'urlUtils' classes to 'utility' namespace. 2005-04-14 11:27:49 +00:00
Stefan Uhrig
eb8e3842fc Added toUpper() function 2005-03-28 17:15:54 +00:00
Vincent Richard
b3af751a92 Updated VMime website URL. 2005-03-18 21:33:11 +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
95b56a7035 Moved 'static' functions into 'parserHelpers' class. 2005-02-05 09:51:39 +00:00
Vincent Richard
2d02c629a9 Fixed forward use of swapUint32Array(). 2005-02-05 09:26:25 +00:00
Vincent Richard
8a752d3889 Fixed compilation errors with 'isascii' on some systems. 2005-01-05 22:17:23 +00:00
Vincent Richard
bebdcb6e27 outputStreamStringAdapter::write() improvement. 2005-01-03 17:54:11 +00:00
Vincent Richard
51c199723c Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
Vincent Richard
29035ed41e Moved 'datetime::getDayOfWeek()' to 'datetimeUtils'. 2005-01-02 21:37:53 +00:00
Vincent Richard
af06b4a56d Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'. 2005-01-02 17:17:12 +00:00
Vincent Richard
c843f40ff3 Added unit tests for 'utility::path'. 2005-01-02 14:10:16 +00:00
Vincent Richard
fc1c6b08d1 Converted all C-style casts to C++-style casts + added unit test for utility::md5. 2005-01-01 11:32:23 +00:00
Vincent Richard
4ce991d3b1 Moved all header files to 'vmime/' directory. 2004-12-26 20:23:29 +00:00
Vincent Richard
263b6aa00f Removed relative paths from #include's. 2004-12-26 09:35:13 +00:00
Vincent Richard
4f9e439eec Some more class documentation. 2004-12-22 14:55:43 +00:00
Vincent Richard
348846413d Explain renameParent() in function doc. 2004-12-22 09:54:43 +00:00
Vincent Richard
206b2dafcd Added renameParent() function. 2004-12-22 09:52:32 +00:00
Vincent Richard
8eacc34869 Added isParentOf() function. 2004-12-22 09:15:15 +00:00
Vincent Richard
706c270073 Fixed ',2' in filename/flags + fixed file renaming when moving from 'new' to 'cur' + new functions random::getString() and maildirUtils::generateId(). 2004-12-21 09:04:19 +00:00
Vincent Richard
1d44fdfab5 Added appendComponent() and getComponentAt() functions. 2004-12-17 23:02:37 +00:00
Vincent Richard
26940950c3 Updated function doc. 2004-12-17 16:28:19 +00:00
Vincent Richard
ea87f834be Updated function doc. 2004-12-17 16:17:06 +00:00
Vincent Richard
2e2cddd88a Added @throw in function doc. 2004-12-17 16:13:06 +00:00
Vincent Richard
34871eb231 Added isValidPath() in fileSystemFactory. 2004-12-16 21:14:46 +00:00
Vincent Richard
beec9637e5 Missing '= 0' on pure virtual function. 2004-12-16 20:39:32 +00:00
Vincent Richard
0dbc72f835 Added skip() method on inputStream. 2004-12-16 09:49:55 +00:00
Vincent Richard
2949fb51f1 Refactoring (see ChangeLog). 2004-10-21 15:05:47 +00:00
Vincent Richard
a3229a0513 Initial import. 2004-10-05 10:28:21 +00:00