aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed whitespace parsing before word.Vincent Richard2013-03-241-4/+6
|
* Fixed mailbox and mailbox group parsing. Added unit tests.Vincent Richard2013-03-114-9/+30
|
* Fixed compilation warnings.Vincent Richard2013-03-062-2/+2
|
* Fixed maximum block size for read().Vincent Richard2013-03-061-1/+1
|
* Fixed issue #26: strcpy_s not available on MinGW.Vincent Richard2013-02-281-0/+6
|
* Throw exception when an invalid value type is set in a header field.Vincent Richard2013-02-273-7/+31
|
* 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 typo in function name.Vincent Richard2013-02-255-9/+9
|
* Defaults to local charset when assigning word from raw string.Vincent Richard2013-02-251-0/+1
|
* 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-2441-697/+1817
| | | | | | | | 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-201-1/+24
|
* Process header before transmitting message via SMTP.Vincent Richard2013-02-183-8/+117
|
* Added helper function to replace header field.Vincent Richard2013-02-171-0/+7
|
* 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-172-1/+28
|
* The seekableInputStreamRegionAdapter now stores its own current position, to ↵Vincent Richard2013-02-151-13/+24
| | | | avoid issues when multiple adapters share the same underlying stream.
* 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-121-1/+1
| | | | SMTPCommandSet::isFinished().
* Rewrote SMTP command sending. Better code for pipelining. Report full ↵Vincent Richard2013-02-123-109/+344
| | | | 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-101-3/+3
|
* 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.
* 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. ↵Vincent Richard2013-02-053-6/+13
| | | | Use localtime_s and gmtime_s on Windows, if available.
* 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
|