aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).Vincent Richard2013-03-253-2/+221
* Strip spaces at end of header lines (Zarafa).Vincent Richard2013-03-241-1/+15
* Fixed warnings and 64-bit issues.Vincent Richard2013-03-247-12/+12
* Let whitespace break the value of a parameterized header field, not just a ';...Vincent Richard2013-03-241-1/+7
* Checks for a charset in all words of a parameter in a parameterizedHeader.Vincent Richard2013-03-241-2/+15
* Also check for RFC-2047 end sequence.Vincent Richard2013-03-241-1/+1
* Fixed parsing header field value on next line.Vincent Richard2013-03-241-1/+1
* 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 caseMark Brand2013-02-242-2/+2
* | Message generation/parsing context. Charset conversion options. Preliminary i...Vincent Richard2013-02-2441-697/+1817
* | 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 be...Vincent Richard2013-02-201-3/+0
|/
* 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
* 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 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