| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Reset SMTP session state (using RSET command) if transport is being reused. | Vincent Richard | 2013-02-17 | 5 | -1/+40 | |
| | | ||||||
| * | Always throw std exceptions (eg. bad_alloc) and VMime time out exceptions. | Vincent Richard | 2013-02-16 | 1 | -3/+18 | |
| | | ||||||
| * | Unit tests for seekableInputStreamRegionAdapter. | Vincent Richard | 2013-02-15 | 2 | -0/+163 | |
| | | ||||||
| * | The seekableInputStreamRegionAdapter now stores its own current position, to ↵ | Vincent Richard | 2013-02-15 | 2 | -13/+25 | |
| | | | | | avoid issues when multiple adapters share the same underlying stream. | |||||
| * | Unit tests for output stream adapters. | Vincent Richard | 2013-02-14 | 4 | -0/+269 | |
| | | ||||||
| * | Unit tests for POP3Utils. | Vincent Richard | 2013-02-14 | 2 | -0/+73 | |
| | | ||||||
| * | Unit tests for POP3Response. | Vincent Richard | 2013-02-13 | 2 | -0/+209 | |
| | | ||||||
| * | Trim first line of POP3 response to get rid of CR, if any. | Vincent Richard | 2013-02-13 | 1 | -2/+2 | |
| | | ||||||
| * | Unit tests for SMTPCommand and SMTPCommandSet. Fixed ↵ | Vincent Richard | 2013-02-12 | 5 | -2/+343 | |
| | | | | | SMTPCommandSet::isFinished(). | |||||
| * | Rewrote SMTP command sending. Better code for pipelining. Report full ↵ | Vincent Richard | 2013-02-12 | 7 | -118/+567 | |
| | | | | | command text on MAIL/RCPT errors. | |||||
| * | Fixed invalid use of freed memory. | Vincent Richard | 2013-02-11 | 2 | -2/+4 | |
| | | ||||||
| * | Added missing includes. | Vincent Richard | 2013-02-11 | 1 | -0/+3 | |
| | | ||||||
| * | Check for MLang on Windows platform. | Vincent Richard | 2013-02-10 | 3 | -3/+21 | |
| | | ||||||
| * | Fixed issue #23. Avoid additional queries if gethostname() is already a ↵ | Vincent Richard | 2013-02-10 | 2 | -54/+72 | |
| | | | | | FQDN. Use getaddrinfo() instead of gethostbyname() for IPv6 compatibility. | |||||
| * | Link with "ws2_32" library on Windows, if available. | Vincent Richard | 2013-02-08 | 1 | -0/+20 | |
| | | ||||||
| * | Additional MDN fields (thanks to Mehmet Bozkurt). | Vincent Richard | 2013-02-08 | 2 | -6/+46 | |
| | | ||||||
| * | Fixed linking with pthread library. | Vincent Richard | 2013-02-05 | 1 | -4/+16 | |
| | | ||||||
| * | Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. ↵ | Vincent Richard | 2013-02-05 | 6 | -12/+35 | |
| | | | | | Use localtime_s and gmtime_s on Windows, if available. | |||||
| * | Updated book. Added build target for HTML using HeVeA. | Vincent Richard | 2013-02-05 | 11 | -75/+140 | |
| | | ||||||
| * | Gives access to X.509 certificate underlying structure. | Vincent Richard | 2013-02-05 | 5 | -0/+21 | |
| | | ||||||
| * | Fixed script for MacOS X. | Vincent Richard | 2013-02-03 | 1 | -4/+6 | |
| | | ||||||
| * | Moved includes to fix compilation issue. | Vincent Richard | 2013-01-15 | 2 | -6/+6 | |
| | | ||||||
| * | Renamed TYPE_BOOL to avoid name collision on MacOS. | Vincent Richard | 2013-01-15 | 6 | -22/+22 | |
| | | ||||||
| * | Better test for stream state. | Vincent Richard | 2013-01-15 | 1 | -1/+1 | |
| | | ||||||
| * | Removed unused includes for OpenSSL. | Vincent Richard | 2013-01-15 | 1 | -6/+0 | |
| | | ||||||
| * | Updated copyright year and maintainer email address. | Vincent Richard | 2013-01-10 | 403 | -411/+411 | |
| | | ||||||
| * | Fixed issue #17. | Vincent Richard | 2012-12-27 | 1 | -3/+8 | |
| | | ||||||
| * | Merge pull request #16 from mabrand/master-fix-example | Vincent Richard | 2012-12-24 | 1 | -1/+1 | |
| |\ | | | | | Fixed example6: missing arg to defaultCertificateVerifier::verify(). | |||||
| | * | fix example6: missing arg to defaultCertificateVerifier::verify | Mark Brand | 2012-12-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #18 from mabrand/fix-no-tls | Vincent Richard | 2012-12-24 | 1 | -0/+5 | |
| |\ \ | |/ |/| | exclude defaultCertificateVerifier.cpp unless VMIME_HAVE_TLS_SUPPORT | |||||
| | * | exclude defaultCertificateVerifier.cpp unless VMIME_HAVE_TLS_SUPPORT | Mark Brand | 2012-12-24 | 1 | -0/+5 | |
| |/ | ||||||
| * | Fixed type for maximum line length. | Vincent Richard | 2012-12-22 | 1 | -5/+6 | |
| | | ||||||
| * | Fixed first modifier not being generated. | Vincent Richard | 2012-12-22 | 1 | -1/+1 | |
| | | ||||||
| * | Misc fixes for Windows build (thanks to Mehmet Bozkurt). | Vincent Richard | 2012-12-17 | 3 | -10/+23 | |
| | | ||||||
| * | More robust check for EOF in input stream. | Vincent Richard | 2012-12-13 | 1 | -4/+14 | |
| | | ||||||
| * | Fixed seeking after EOF in input stream. | Vincent Richard | 2012-12-13 | 1 | -0/+1 | |
| | | ||||||
| * | Also do not re-encode Quoted-Printable and UUEncode. | Vincent Richard | 2012-12-13 | 2 | -2/+22 | |
| | | ||||||
| * | Trivial 64-bit warning fixes. | Vincent Richard | 2012-12-12 | 64 | -214/+226 | |
| | | ||||||
| * | Do not re-encode data if it is already encoded (thanks to Mehmet Bozkurt). | Vincent Richard | 2012-12-12 | 1 | -0/+8 | |
| | | ||||||
| * | Ignore binary file for unit tests. | Vincent Richard | 2012-12-12 | 1 | -0/+1 | |
| | | ||||||
| * | Ignore empty modifiers (thanks to Mehmet Bozkurt). | Vincent Richard | 2012-12-12 | 1 | -6/+15 | |
| | | ||||||
| * | Fixed compilation issues in unit tests. | Vincent Richard | 2012-12-11 | 3 | -12/+56 | |
| | | ||||||
| * | Fixed wrong class name (copy/paste is BAD ;-) ). | Vincent Richard | 2012-12-11 | 1 | -1/+1 | |
| | | ||||||
| * | SSL server identity check. | Vincent Richard | 2012-12-10 | 22 | -10/+340 | |
| | | ||||||
| * | Fixed doc for classes in "net" package not being generated. | Vincent Richard | 2012-12-06 | 1 | -1/+1 | |
| | | ||||||
| * | Moved POP3 response receiving and parsing to a separate class. | Vincent Richard | 2012-12-06 | 9 | -424/+720 | |
| | | ||||||
| * | Fixed progression notification when message size is lower than 64K. | Vincent Richard | 2012-12-05 | 1 | -9/+10 | |
| | | ||||||
| * | Use message size for progress listener. | Vincent Richard | 2012-11-30 | 1 | -7/+1 | |
| | | ||||||
| * | Merge pull request #15 from mabrand/fix-sendRawNonBlocking | Vincent Richard | 2012-11-30 | 1 | -1/+1 | |
| |\ | | | | | remove stray argument from windowsSocket::sendRawNonBlocking | |||||
| | * | remove stray argument from windowsSocket::sendRawNonBlocking | Mark Brand | 2012-11-29 | 1 | -1/+1 | |
| |/ | | | | follow-up to 3e9e8c9265f722d294c0060e1ccf29695fa5d2eb | |||||
