aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Unit tests for SMTPCommand and SMTPCommandSet. Fixed SMTPCommandSet::isFinish...Vincent Richard2013-02-121-1/+1
* Rewrote SMTP command sending. Better code for pipelining. Report full command...Vincent Richard2013-02-123-109/+344
* Fixed invalid use of freed memory.Vincent Richard2013-02-112-2/+4
* Added missing includes.Vincent Richard2013-02-111-0/+3
* Check for MLang on Windows platform.Vincent Richard2013-02-101-3/+3
* Fixed issue #23. Avoid additional queries if gethostname() is already a FQDN....Vincent Richard2013-02-102-54/+72
* Additional MDN fields (thanks to Mehmet Bozkurt).Vincent Richard2013-02-081-4/+39
* Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...Vincent Richard2013-02-053-6/+13
* Gives access to X.509 certificate underlying structure.Vincent Richard2013-02-052-0/+12
* Moved includes to fix compilation issue.Vincent Richard2013-01-151-6/+0
* Renamed TYPE_BOOL to avoid name collision on MacOS.Vincent Richard2013-01-154-20/+20
* Better test for stream state.Vincent Richard2013-01-151-1/+1
* Removed unused includes for OpenSSL.Vincent Richard2013-01-151-6/+0
* Updated copyright year and maintainer email address.Vincent Richard2013-01-10171-174/+174
* Fixed issue #17.Vincent Richard2012-12-271-3/+8
* exclude defaultCertificateVerifier.cpp unless VMIME_HAVE_TLS_SUPPORTMark Brand2012-12-241-0/+5
* Fixed type for maximum line length.Vincent Richard2012-12-221-5/+6
* Fixed first modifier not being generated.Vincent Richard2012-12-221-1/+1
* Misc fixes for Windows build (thanks to Mehmet Bozkurt).Vincent Richard2012-12-172-9/+21
* More robust check for EOF in input stream.Vincent Richard2012-12-131-4/+14
* Fixed seeking after EOF in input stream.Vincent Richard2012-12-131-0/+1
* Also do not re-encode Quoted-Printable and UUEncode.Vincent Richard2012-12-131-2/+15
* Trivial 64-bit warning fixes.Vincent Richard2012-12-1236-125/+125
* Do not re-encode data if it is already encoded (thanks to Mehmet Bozkurt).Vincent Richard2012-12-121-0/+8
* Ignore empty modifiers (thanks to Mehmet Bozkurt).Vincent Richard2012-12-121-6/+15
* Fixed wrong class name (copy/paste is BAD ;-) ).Vincent Richard2012-12-111-1/+1
* SSL server identity check.Vincent Richard2012-12-108-5/+286
* Moved POP3 response receiving and parsing to a separate class.Vincent Richard2012-12-065-406/+529
* Fixed progression notification when message size is lower than 64K.Vincent Richard2012-12-051-9/+10
* Use message size for progress listener.Vincent Richard2012-11-301-7/+1
* remove stray argument from windowsSocket::sendRawNonBlockingMark Brand2012-11-291-1/+1
* Trivial 64-bit warning fixes.Vincent Richard2012-11-2912-40/+40
* Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windo...Vincent Richard2012-11-296-57/+450
* add missing wincrypt.hMark Brand2012-11-121-0/+1
* SMTP Command Pipelining (RFC-2920).Vincent Richard2012-11-112-28/+122
* Compatibility with RFC-1341.Vincent Richard2012-11-101-0/+9
* Fixed compilation issues on Windows.Vincent Richard2012-11-062-3/+3
* Thread-safe initialization for OpenSSL.Vincent Richard2012-11-062-4/+8
* Fixed runtime error on cast.Vincent Richard2012-11-031-1/+1
* Fixed compilation issues.Vincent Richard2012-11-031-4/+4
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-0318-857/+2440
* Migrated build system to CMake. Conditional file compilation. Automatic selec...Vincent Richard2012-11-0162-52/+599
* Added support for timeout when receiving data from a socket (POSIX platform).Vincent Richard2012-10-151-1/+49
* Support for bogus encoding name 'bmoted-printable' (Zarafa).Vincent Richard2012-10-151-0/+3
* Do not fail if charset is not recognized.Vincent Richard2012-10-151-1/+10
* Fixed body part extraction (only body should be extracted).Vincent Richard2012-07-302-11/+38
* Added functions to get messages by UID (IMAP only for now).Vincent Richard2012-07-285-16/+225
* Fixed issue #10.Vincent Richard2012-07-061-2/+0
* Added ability to parse directly from an input stream (eg. file). This allows ...Vincent Richard2012-04-1635-191/+773
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-1443-485/+918