Commit Graph

883 Commits

Author SHA1 Message Date
Vincent Richard
2b62c675fa Loop on recv and send operations for non-blocking sockets with OpenSSL. 2013-12-17 22:10:08 +01:00
Vincent Richard
73eded2f97 More robust error checking. 2013-12-17 22:04:36 +01:00
Vincent Richard
5f63d47401 IMAP parsing workarounds for Yandex. 2013-12-11 22:53:39 +01:00
Vincent Richard
a15d2d2044 Allow overriding auto-detection of shared_ptr<> implementation. 2013-12-10 08:54:54 +01:00
Vincent Richard
7e265b05f4 Simplified types for better readability. Use appropriate types (size_t, byte_t...). Minor warning fixes. 2013-12-10 08:52:51 +01:00
Vincent Richard
92fc0b34b0 Enforce strict aliasing rule and avoid alignment issues. 2013-11-28 23:23:35 +01:00
Vincent Richard
2232b60430 Fixed possible segfault caused by use of static string. 2013-11-28 21:17:17 +01:00
Vincent Richard
7b3e79ca52 Missing code documentation. 2013-11-24 19:30:45 +01:00
Vincent Richard
f91b1ec6a0 Replaced "no_such_parameter" exception with "std::out_of_range". Fixed argument of std::out_of_range. 2013-11-23 10:16:06 +01:00
Vincent Richard
def7890884 Do not throw exception for normal code flow. Removed exceptions::no_such_address and exceptions::no_such_mailbox, using std::out_of_range instead. 2013-11-23 09:43:35 +01:00
Vincent Richard
2bbf3eac25 Do not throw exception for normal code flow (removed exceptions::no_object_found). 2013-11-23 09:35:58 +01:00
Vincent Richard
7aebeeb2e2 Do not throw exception for normal code flow (exceptions::no_such_parameter). 2013-11-23 09:25:38 +01:00
Vincent Richard
96077ce7e6 Do not throw exception for normal code flow (exceptions::no_such_field). 2013-11-22 13:32:52 +01:00
Vincent Richard
b075256d8d Do not throw exception for normal code flow. 2013-11-21 23:07:50 +01:00
Vincent Richard
f974987070 Merge branch 'master' of https://github.com/kisli/vmime 2013-11-21 23:04:45 +01:00
Vincent Richard
f00e5c4cd8 Fixed auto_ptr<>. 2013-11-21 23:04:27 +01:00
Vincent Richard
be9b39fe32 Install Boost library development files. 2013-11-21 22:41:51 +01:00
Vincent Richard
03ea082f11 Merge branch 'master' of https://github.com/kisli/vmime 2013-11-21 22:17:13 +01:00
Vincent Richard
f9913fa28a Boost/C++11 shared pointers. 2013-11-21 22:16:57 +01:00
Vincent Richard
eff0db4cc9 Removed BDAT-related code from SMTP test unrelated to BDAT. 2013-11-21 20:41:31 +01:00
Vincent Richard
043c3d2f2f Merge pull request #61 from mabrand/fix2
Added BUILD_DOCUMENTATION option.
2013-11-16 06:34:03 -08:00
Mark Brand
3478becf9e add BUILD_DOCUMENTATION option 2013-11-16 14:47:08 +01:00
Vincent Richard
7209863438 Per-protocol include files. 2013-11-15 21:59:51 +01:00
Vincent Richard
e760842265 Use "std::map" instead of "propertySet" in url class. 2013-11-15 21:46:03 +01:00
Vincent Richard
5915ca4e34 Custom fetch attributes. 2013-11-14 23:17:40 +01:00
Vincent Richard
4dbd346021 Added missing export specifiers. 2013-11-13 23:53:44 +01:00
Vincent Richard
e7baa85a24 Added missing include for 'typeid'. 2013-10-20 13:45:42 +02:00
Vincent Richard
4569075951 Fixed build of samples (now use CMake). 2013-10-20 13:24:34 +02:00
Vincent Richard
29954e5e50 Fixed group parsing in mailboxList. 2013-10-16 19:47:24 +02:00
Vincent Richard
c406d45147 Merge branch 'master' of https://github.com/kisli/vmime 2013-09-23 13:34:15 +02:00
Vincent Richard
e749c5d784 Order ciphers according to strength and always exclude ADH (OpenSSL). 2013-09-23 13:33:31 +02:00
Vincent Richard
9388c4678a Merge pull request #54 from mabrand/fix
update class name in example
2013-09-23 00:12:32 -07:00
Mark Brand
8db7f446d7 update class name in example
follow-up to 62828e20d4
2013-09-23 01:20:01 +02:00
Vincent Richard
4f6a8ab52f Merge pull request #53 from mabrand/fix
fix typo
2013-09-22 13:33:35 -07:00
Mark Brand
dfc58cca0a fix typo 2013-09-22 21:59:16 +02:00
Vincent Richard
be3ee805e1 Fixed chunking output buffer. 2013-09-21 14:01:39 +02:00
Vincent Richard
041344d02a TLS properties: allows setting custom cipher suite for TLS/SSL connections. 2013-09-21 11:53:38 +02:00
Vincent Richard
7d7fb6daaf Made template argument explicit to workaround compiler error on MSVC. 2013-09-09 22:02:16 +02:00
Vincent Richard
3b13021469 SMTP-specific exceptions. 2013-09-08 20:49:51 +02:00
Vincent Richard
524c4fd55d Added required includes for MSVC. 2013-09-08 14:00:46 +02:00
Vincent Richard
33a630f791 Fixed case in include file name. 2013-09-06 23:10:54 +02:00
Vincent Richard
a4cb3dc862 Added support for MIC (thanks to Mehmet Bozkurt). 2013-09-04 20:34:41 +02:00
Vincent Richard
2b3424d594 Added missing exports. 2013-09-04 20:05:33 +02:00
Vincent Richard
5084db331c Added support for standard 64-bit integer type. 2013-09-02 10:12:08 +02:00
Vincent Richard
86f0e14ea5 Fixed linking error on Visual Studio. 2013-09-02 09:52:04 +02:00
Vincent Richard
f3727fd2ad Fixed sharing mode when opening file. 2013-08-28 09:34:32 +02:00
Vincent Richard
54c766e110 Test for non-NULL 'ai_canonname', as per MSDN recommendation. 2013-08-18 18:11:57 +02:00
Vincent Richard
a64a4b5dbc Open the file in shared mode not to lock file. 2013-08-16 11:52:17 +02:00
Vincent Richard
2f513ff532 Fixed missing space in command. 2013-08-16 11:43:54 +02:00
Vincent Richard
759a89fcfd Added test for SMTP connection error. 2013-08-16 11:41:55 +02:00