aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Unit tests for output stream adapters.Vincent Richard2013-02-144-0/+269
|
* Unit tests for POP3Utils.Vincent Richard2013-02-142-0/+73
|
* Unit tests for POP3Response.Vincent Richard2013-02-132-0/+209
|
* Trim first line of POP3 response to get rid of CR, if any.Vincent Richard2013-02-131-2/+2
|
* Unit tests for SMTPCommand and SMTPCommandSet. Fixed ↵Vincent Richard2013-02-125-2/+343
| | | | SMTPCommandSet::isFinished().
* Rewrote SMTP command sending. Better code for pipelining. Report full ↵Vincent Richard2013-02-127-118/+567
| | | | command text on MAIL/RCPT errors.
* 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-103-3/+21
|
* Fixed issue #23. Avoid additional queries if gethostname() is already a ↵Vincent Richard2013-02-102-54/+72
| | | | FQDN. Use getaddrinfo() instead of gethostbyname() for IPv6 compatibility.
* Link with "ws2_32" library on Windows, if available.Vincent Richard2013-02-081-0/+20
|
* Additional MDN fields (thanks to Mehmet Bozkurt).Vincent Richard2013-02-082-6/+46
|
* Fixed linking with pthread library.Vincent Richard2013-02-051-4/+16
|
* Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. ↵Vincent Richard2013-02-056-12/+35
| | | | Use localtime_s and gmtime_s on Windows, if available.
* Updated book. Added build target for HTML using HeVeA.Vincent Richard2013-02-0511-75/+140
|
* Gives access to X.509 certificate underlying structure.Vincent Richard2013-02-055-0/+21
|
* Fixed script for MacOS X.Vincent Richard2013-02-031-4/+6
|
* Moved includes to fix compilation issue.Vincent Richard2013-01-152-6/+6
|
* Renamed TYPE_BOOL to avoid name collision on MacOS.Vincent Richard2013-01-156-22/+22
|
* 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-10403-411/+411
|
* Fixed issue #17.Vincent Richard2012-12-271-3/+8
|
* Merge pull request #16 from mabrand/master-fix-exampleVincent Richard2012-12-241-1/+1
|\ | | | | Fixed example6: missing arg to defaultCertificateVerifier::verify().
| * fix example6: missing arg to defaultCertificateVerifier::verifyMark Brand2012-12-241-1/+1
| |
* | Merge pull request #18 from mabrand/fix-no-tlsVincent Richard2012-12-241-0/+5
|\ \ | |/ |/| exclude defaultCertificateVerifier.cpp unless VMIME_HAVE_TLS_SUPPORT
| * 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-173-10/+23
|
* 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-132-2/+22
|
* Trivial 64-bit warning fixes.Vincent Richard2012-12-1264-214/+226
|
* Do not re-encode data if it is already encoded (thanks to Mehmet Bozkurt).Vincent Richard2012-12-121-0/+8
|
* Ignore binary file for unit tests.Vincent Richard2012-12-121-0/+1
|
* Ignore empty modifiers (thanks to Mehmet Bozkurt).Vincent Richard2012-12-121-6/+15
|
* Fixed compilation issues in unit tests.Vincent Richard2012-12-113-12/+56
|
* Fixed wrong class name (copy/paste is BAD ;-) ).Vincent Richard2012-12-111-1/+1
|
* SSL server identity check.Vincent Richard2012-12-1022-10/+340
|
* Fixed doc for classes in "net" package not being generated.Vincent Richard2012-12-061-1/+1
|
* Moved POP3 response receiving and parsing to a separate class.Vincent Richard2012-12-069-424/+720
|
* 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
|
* Merge pull request #15 from mabrand/fix-sendRawNonBlockingVincent Richard2012-11-301-1/+1
|\ | | | | remove stray argument from windowsSocket::sendRawNonBlocking
| * remove stray argument from windowsSocket::sendRawNonBlockingMark Brand2012-11-291-1/+1
|/ | | | follow-up to 3e9e8c9265f722d294c0060e1ccf29695fa5d2eb
* Trivial 64-bit warning fixes.Vincent Richard2012-11-2918-66/+66
|
* Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on ↵Vincent Richard2012-11-2912-59/+515
| | | | Windows platform are now non-blocking (thanks to Mehmet Bozkurt).
* Merge pull request #14 from mabrand/fix-wincryptVincent Richard2012-11-131-0/+1
|\ | | | | Added missing include "wincrypt.h".
| * add missing wincrypt.hMark Brand2012-11-121-0/+1
|/