Commit Graph

  • 0edaa87860 SASL authentication. Vincent Richard 2005-09-17 09:08:45 +00:00
  • e51fb0c931 Input buffer size. Vincent Richard 2005-09-16 11:05:31 +00:00
  • 344d96539d Non-blocking socket input/output. Vincent Richard 2005-09-14 22:03:56 +00:00
  • c2a41984af Added special characters for encoding. Vincent Richard 2005-09-08 10:44:10 +00:00
  • 3b1fcbe825 New namespace for message digest algorithms. Vincent Richard 2005-09-06 20:08:39 +00:00
  • f777b659b9 Added progression notifications. Vincent Richard 2005-09-03 12:48:59 +00:00
  • df140bb13e Updated code to use smart pointers. Vincent Richard 2005-09-02 20:30:33 +00:00
  • 2dd861c907 Throw exception in debug mode when thisRef()/thisWeakRef() is called from the object's constructor. Vincent Richard 2005-09-02 11:02:12 +00:00
  • 8cae762d46 Throw exception in debug mode when thisRef()/thisWeakRef() is called from the object's constructor. Vincent Richard 2005-09-02 10:53:24 +00:00
  • 5c3e21ee1d NEVER call thisRef() from the object's constructor. Vincent Richard 2005-09-01 22:33:21 +00:00
  • 8223f059a5 Added a menu entry to change current folder. Vincent Richard 2005-09-01 22:29:25 +00:00
  • 9e1c1e0923 Missing M4 files in dist + fixed iconv detection. Vincent Richard 2005-08-28 13:49:07 +00:00
  • 66bbba08bd Added missing M4. Vincent Richard 2005-08-28 07:21:01 +00:00
  • 8435fdd7de Added missing M4. Vincent Richard 2005-08-27 20:44:30 +00:00
  • 53ebad6608 Added M4 for iconv. Vincent Richard 2005-08-27 12:29:18 +00:00
  • 4aaa7c00a8 XML output for test results. Vincent Richard 2005-08-27 10:35:39 +00:00
  • e3d6bfe7b0 SF#1274389: bootstrap is a bash script, not a sh script. Vincent Richard 2005-08-27 06:43:09 +00:00
  • 16465a0f17 Using AM_ICONV for better detection of libiconv. Vincent Richard 2005-08-26 20:30:19 +00:00
  • dbdfee6fb5 Fixed 'requestAuthInfos()' not public. Vincent Richard 2005-08-26 19:28:54 +00:00
  • 99884b3d9b Unit tests for 'misc::importanceHelper'. Vincent Richard 2005-08-26 17:05:36 +00:00
  • 2ecc5c0c27 Fixed ambiguity when parameter is not const. Vincent Richard 2005-08-26 17:02:18 +00:00
  • 5d18fce959 Moved to CppUnit for unit tests framework. Vincent Richard 2005-08-25 21:25:45 +00:00
  • 7ac14499f0 Fixed undefined symbol 'UNSPECIFIED_PORT'. Vincent Richard 2005-08-25 21:15:17 +00:00
  • 658fcc26b5 Error handling in posixSocket::send(). Vincent Richard 2005-08-24 20:47:13 +00:00
  • a530f25c79 Renamed 'vmime::messaging' to 'vmime::net'. Vincent Richard 2005-08-23 20:26:20 +00:00
  • 28bafee944 Renamed 'vmime::messaging' to 'vmime::net'. Vincent Richard 2005-08-23 19:11:19 +00:00
  • 8cdddcdf03 Added test case for '?' in the middle of the encoded buffer. Vincent Richard 2005-08-22 17:28:28 +00:00
  • 4f88d29dc0 vmime::exception now inherits from std::exception. Vincent Richard 2005-08-19 18:45:40 +00:00
  • 8de88d9e37 Content handler constness. Vincent Richard 2005-08-17 14:17:18 +00:00
  • bd925cef1c Added FETCH_IMPORTANCE flag. Vincent Richard 2005-07-25 11:08:34 +00:00
  • 67eef25151 Don't throw if no field is found, just return normal priority. Vincent Richard 2005-07-24 20:22:14 +00:00
  • e14a8b6adb Fixed some doc + getHeader() now returns a ref. Vincent Richard 2005-07-24 20:04:23 +00:00
  • 06ed35edf7 Allow getting/setting importance directly from/on message header. Vincent Richard 2005-07-24 15:54:05 +00:00
  • 207efb83b1 Removed implicit conversion to T* for smart pointers. Vincent Richard 2005-07-24 11:39:24 +00:00
  • 81b7b009e9 Fixed getMessages(). Vincent Richard 2005-07-23 13:14:21 +00:00
  • de2431dd0c Fixed a bug when destroying an unconnected IMAP service. Vincent Richard 2005-07-21 16:59:18 +00:00
  • 0934b4fc51 Added tests for smart pointer comparison. Vincent Richard 2005-07-21 11:08:17 +00:00
  • 0562415aeb Allow creating 'charset' objects from 'const char*' (for constants). Vincent Richard 2005-07-20 20:32:48 +00:00
  • 6c324d55ec Added simple test for STL containers. Vincent Richard 2005-07-18 20:19:00 +00:00
  • 360cf5c213 Fixed default 'word' constructor using platform handler before being initialized. Vincent Richard 2005-07-18 20:17:44 +00:00
  • c431335c66 Fixed error given by g++ 3.3 but not >= 3.4. Vincent Richard 2005-07-18 17:01:21 +00:00
  • 66ad33c37b Reference counting and smart pointers. Vincent Richard 2005-07-17 20:30:49 +00:00
  • dafac00334 Added unit tests for smart pointer. Vincent Richard 2005-07-17 20:18:14 +00:00
  • b8b096c44f Added getName() to retrieve attachment filename. Vincent Richard 2005-07-15 09:51:55 +00:00
  • 681297e10b Reference counting and smart pointers. Vincent Richard 2005-07-12 22:28:02 +00:00
  • 53f96cdb75 Added contentHandler::extractRaw(). Vincent Richard 2005-07-06 20:28:43 +00:00
  • 919a64a803 'depcomp' not used. Vincent Richard 2005-07-06 18:11:15 +00:00
  • 2a90d85363 Makefiles in examples/ not used. Vincent Richard 2005-07-06 18:00:32 +00:00
  • 57c540faab Fixed 'bootstrap' script not running on Windows. Vincent Richard 2005-07-05 16:37:24 +00:00
  • a63dcf0a19 Fixed SConstruct so 'sendmail' does not build on Windows. Vincent Richard 2005-07-05 16:35:56 +00:00
  • 69674e723a Fixed typo in inline template specialization code. Vincent Richard 2005-06-28 20:14:59 +00:00
  • 96a75ae133 Fixed missing includes. Vincent Richard 2005-06-25 06:37:02 +00:00
  • 221b250f53 Fixed missing doc for param. Vincent Richard 2005-06-21 22:38:26 +00:00
  • 8abd0407d5 Started version 0.7.2. Vincent Richard 2005-06-21 22:12:40 +00:00
  • 23f54838da Version 0.7.1. Vincent Richard 2005-06-21 22:07:17 +00:00
  • af45ec7216 Fixed a bug in RFC-2231 implementation. Vincent Richard 2005-06-21 21:13:38 +00:00
  • 7b3dd58edb Fixed compilation errors with g++ 4.0. Vincent Richard 2005-06-21 16:49:00 +00:00
  • 0e5e375cef Added unit tests. Vincent Richard 2005-06-17 11:27:26 +00:00
  • 090c817611 Fixed multi-line terminator spanning on multiple incoming packets. Vincent Richard 2005-06-16 19:52:57 +00:00
  • fbfa4f0b86 Fixed uninitialized variable. Vincent Richard 2005-06-16 19:51:45 +00:00
  • 4661d7b735 Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'. Vincent Richard 2005-06-16 19:26:26 +00:00
  • 6bf5f9192e Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added unit tests. Vincent Richard 2005-06-15 22:22:01 +00:00
  • ecae17af35 Fixed a bug in word parsing. Vincent Richard 2005-06-13 16:45:21 +00:00
  • 97e61dcb08 Fixed a bug in word parsing. Vincent Richard 2005-06-13 10:58:08 +00:00
  • df46facf9f Fixed memory leak. Vincent Richard 2005-06-03 11:16:26 +00:00
  • 8d20c8de3a Don't ask for authentication credentials when specified in the URL. Vincent Richard 2005-05-30 15:19:47 +00:00
  • 9479afa206 Added 'peek' parameter to extract() and extractPart(). Vincent Richard 2005-05-27 19:43:20 +00:00
  • b3ddee2ea7 Free memory for args. Vincent Richard 2005-05-25 19:20:59 +00:00
  • 9a945f1334 Removed redundant field name. Vincent Richard 2005-05-20 10:56:00 +00:00
  • c18fb1f961 'example6' enhancement. Vincent Richard 2005-05-19 18:46:43 +00:00
  • 671d0b660d Fixed bug in subfolders enumeration. Vincent Richard 2005-05-19 18:37:20 +00:00
  • 598c0a3a58 Fixed missing 'const'. Vincent Richard 2005-05-19 17:42:33 +00:00
  • 8240e43600 Removed useless blank line. Vincent Richard 2005-05-19 16:13:23 +00:00
  • 8134a52f56 Service properties enhancement. Vincent Richard 2005-05-15 18:05:38 +00:00
  • 258cb13281 Oops... missing ')'. Vincent Richard 2005-05-14 16:39:33 +00:00
  • 4781f7ce1c Replaced getpid() with GetCurrentProcessId() on Windows. Vincent Richard 2005-05-14 15:57:06 +00:00
  • 13da0727c5 Fixed missing space in STATUS command + parse error in 'status_info'. Vincent Richard 2005-05-03 16:13:34 +00:00
  • 3ba18e1a5f Added 'childProcess'. Vincent Richard 2005-04-30 17:16:40 +00:00
  • ae4240026e Added 'childProcess'. Vincent Richard 2005-04-30 08:19:56 +00:00
  • f0b36fe82c Added guide describing how to compile VMime using VS .NET 2003. Stefan Uhrig 2005-04-28 21:22:35 +00:00
  • edb01a0a0f Added #include <algorithm> Stefan Uhrig 2005-04-28 20:44:28 +00:00
  • 4bf0542857 Added parameter support to 'utility::url'. Vincent Richard 2005-04-28 16:35:37 +00:00
  • 38a8632828 Sendmail implementation + filtered streams. Vincent Richard 2005-04-28 10:57:41 +00:00
  • 64561ac5af Fixed send example. Vincent Richard 2005-04-27 18:51:41 +00:00
  • 4754fd0fab Ignore filenames starting with '.' for message files. Vincent Richard 2005-04-27 11:01:28 +00:00
  • 44ff5f63a1 Added missing case when replacing '.' in send(). Vincent Richard 2005-04-26 19:46:36 +00:00
  • 7919198c3e Moved generic implementation of send() to 'transport'. Vincent Richard 2005-04-26 19:38:59 +00:00
  • b9e637f976 Moved generic implementation of send() to 'transport'. Vincent Richard 2005-04-26 19:27:20 +00:00
  • 02391f3f02 Added unit tests for date comparison + fixed date comparison (again...). Vincent Richard 2005-04-23 09:03:10 +00:00
  • e7569f5edb Fixed date/time comparisons. Vincent Richard 2005-04-22 10:48:41 +00:00
  • 95508d3495 Fixed bug in RFC-2231 implementation. Vincent Richard 2005-04-19 11:13:50 +00:00
  • 49fee23e26 Fixed getLocaleCharset() in Windows platform handler, when MLang is not present. Vincent Richard 2005-04-18 19:55:58 +00:00
  • be06b7d8d5 Fixed bugs in URLs + added unit tests. Vincent Richard 2005-04-15 17:19:32 +00:00
  • 0d024d2bf3 Fixed compiler error with VC++6. Vincent Richard 2005-04-14 16:52:42 +00:00
  • 3459549181 Moved 'url' and 'urlUtils' classes to 'utility' namespace. Vincent Richard 2005-04-14 11:27:49 +00:00
  • 6a913043d7 Implemented comparison operators. Vincent Richard 2005-04-13 19:55:45 +00:00
  • b846a2efba Fixed missing doc for param. Vincent Richard 2005-04-13 19:55:33 +00:00
  • 14d9571bb6 Added unit tests for 'datetime'. Vincent Richard 2005-04-13 19:53:27 +00:00
  • 6a92484e47 Started version 0.7.1. Vincent Richard 2005-04-12 19:08:29 +00:00
  • d4bab79067 Version 0.7.0. Vincent Richard 2005-04-12 19:03:30 +00:00