aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-11Fixed invalid use of freed memory.Vincent Richard2-2/+4
2013-02-11Added missing includes.Vincent Richard1-0/+3
2013-02-10Check for MLang on Windows platform.Vincent Richard1-3/+3
2013-02-10Fixed issue #23. Avoid additional queries if gethostname() is already a FQDN....Vincent Richard2-54/+72
2013-02-08Additional MDN fields (thanks to Mehmet Bozkurt).Vincent Richard1-4/+39
2013-02-05Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...Vincent Richard3-6/+13
2013-02-05Gives access to X.509 certificate underlying structure.Vincent Richard2-0/+12
2013-01-15Moved includes to fix compilation issue.Vincent Richard1-6/+0
2013-01-15Renamed TYPE_BOOL to avoid name collision on MacOS.Vincent Richard4-20/+20
2013-01-15Better test for stream state.Vincent Richard1-1/+1
2013-01-15Removed unused includes for OpenSSL.Vincent Richard1-6/+0
2013-01-10Updated copyright year and maintainer email address.Vincent Richard171-174/+174
2012-12-27Fixed issue #17.Vincent Richard1-3/+8
2012-12-24exclude defaultCertificateVerifier.cpp unless VMIME_HAVE_TLS_SUPPORTMark Brand1-0/+5
2012-12-22Fixed type for maximum line length.Vincent Richard1-5/+6
2012-12-22Fixed first modifier not being generated.Vincent Richard1-1/+1
2012-12-17Misc fixes for Windows build (thanks to Mehmet Bozkurt).Vincent Richard2-9/+21
2012-12-13More robust check for EOF in input stream.Vincent Richard1-4/+14
2012-12-13Fixed seeking after EOF in input stream.Vincent Richard1-0/+1
2012-12-13Also do not re-encode Quoted-Printable and UUEncode.Vincent Richard1-2/+15
2012-12-12Trivial 64-bit warning fixes.Vincent Richard36-125/+125
2012-12-12Do not re-encode data if it is already encoded (thanks to Mehmet Bozkurt).Vincent Richard1-0/+8
2012-12-12Ignore empty modifiers (thanks to Mehmet Bozkurt).Vincent Richard1-6/+15
2012-12-11Fixed wrong class name (copy/paste is BAD ;-) ).Vincent Richard1-1/+1
2012-12-10SSL server identity check.Vincent Richard8-5/+286
2012-12-06Moved POP3 response receiving and parsing to a separate class.Vincent Richard5-406/+529
2012-12-05Fixed progression notification when message size is lower than 64K.Vincent Richard1-9/+10
2012-11-30Use message size for progress listener.Vincent Richard1-7/+1
2012-11-29remove stray argument from windowsSocket::sendRawNonBlockingMark Brand1-1/+1
2012-11-29Trivial 64-bit warning fixes.Vincent Richard12-40/+40
2012-11-29Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windo...Vincent Richard6-57/+450
2012-11-12add missing wincrypt.hMark Brand1-0/+1
2012-11-11SMTP Command Pipelining (RFC-2920).Vincent Richard2-28/+122
2012-11-10Compatibility with RFC-1341.Vincent Richard1-0/+9
2012-11-06Fixed compilation issues on Windows.Vincent Richard2-3/+3
2012-11-06Thread-safe initialization for OpenSSL.Vincent Richard2-4/+8
2012-11-03Fixed runtime error on cast.Vincent Richard1-1/+1
2012-11-03Fixed compilation issues.Vincent Richard1-4/+4
2012-11-03OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard18-857/+2440
2012-11-01Migrated build system to CMake. Conditional file compilation. Automatic selec...Vincent Richard62-52/+599
2012-10-15Added support for timeout when receiving data from a socket (POSIX platform).Vincent Richard1-1/+49
2012-10-15Support for bogus encoding name 'bmoted-printable' (Zarafa).Vincent Richard1-0/+3
2012-10-15Do not fail if charset is not recognized.Vincent Richard1-1/+10
2012-07-30Fixed body part extraction (only body should be extracted).Vincent Richard2-11/+38
2012-07-28Added functions to get messages by UID (IMAP only for now).Vincent Richard5-16/+225
2012-07-06Fixed issue #10.Vincent Richard1-2/+0
2012-04-16Added ability to parse directly from an input stream (eg. file). This allows ...Vincent Richard35-191/+773
2012-04-14Split stream.hpp/.cpp into multiple source files.Vincent Richard43-485/+918
2012-04-06Fixed memory leak.Vincent Richard1-0/+6
2012-04-05Fixed wrong encoding of line breaks in QP-encoded text (issue #7).Vincent Richard2-10/+51