aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixes for out-of-source build.Vincent Richard2013-03-061-1/+2
|/
* Fixed 'config.hpp' not installed (issue #29).Vincent Richard2013-03-041-0/+2
|
* More fixes for pkg-config.Vincent Richard2013-03-012-5/+6
|
* Fixed dependencies and generation of .pc file (issue #28).Vincent Richard2013-03-012-8/+12
|
* Selective build of shared/static library (issue #27).Vincent Richard2013-03-011-73/+123
|
* Fixed issue #26: strcpy_s not available on MinGW.Vincent Richard2013-02-282-0/+7
|
* Throw exception when an invalid value type is set in a header field.Vincent Richard2013-02-278-14/+128
|
* Fixed wrong function called.Vincent Richard2013-02-271-2/+2
|
* Use secure versions of time/string functions on Windows.Vincent Richard2013-02-262-9/+4
|
* Fixed warnings about unused variables.Vincent Richard2013-02-261-7/+7
|
* Fixed typo in function name.Vincent Richard2013-02-2511-19/+19
|
* Defaults to local charset when assigning word from raw string.Vincent Richard2013-02-251-0/+1
|
* Unit tests for wordEncoder.Vincent Richard2013-02-252-0/+127
|
* Merge pull request #25 from mabrand/fix-caseVincent Richard2013-02-241-1/+1
|\ | | | | fix include file case
| * fix include file caseMark Brand2013-02-242-2/+2
| |
* | Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard2013-02-2491-959/+4374
| | | | | | | | implementation of RFC-6532.
* | Fixed filename case.Vincent Richard2013-02-231-1/+1
| |
* | Fixed comparison always true.Vincent Richard2013-02-221-2/+2
| |
* | 7bit is the default encoding. Do not force CTE field with default value to ↵Vincent Richard2013-02-201-3/+0
|/ | | | be added in header.
* Fixed SMTP dot stuffing at the beginning of content.Vincent Richard2013-02-203-2/+32
|
* Process header before transmitting message via SMTP.Vincent Richard2013-02-185-8/+151
|
* Added helper function to replace header field.Vincent Richard2013-02-173-0/+34
|
* SMTP response code 251 for RCPT TO is now treated as successful.Vincent Richard2013-02-171-1/+2
|
* Reset SMTP session state (using RSET command) if transport is being reused.Vincent Richard2013-02-175-1/+40
|
* Always throw std exceptions (eg. bad_alloc) and VMime time out exceptions.Vincent Richard2013-02-161-3/+18
|
* Unit tests for seekableInputStreamRegionAdapter.Vincent Richard2013-02-152-0/+163
|
* The seekableInputStreamRegionAdapter now stores its own current position, to ↵Vincent Richard2013-02-152-13/+25
| | | | avoid issues when multiple adapters share the same underlying stream.
* 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
|