index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-04-18
Fixed double read of response.
Vincent Richard
1
-2
/
+4
2013-04-16
Added filtered output stream to transform LFs to CRLFs.
Vincent Richard
1
-0
/
+71
2013-04-03
Issue #4: set envelope sender.
Vincent Richard
3
-7
/
+31
2013-03-27
Remove +x bit from source files
Jan Engelhardt
8
-0
/
+0
2013-03-25
Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).
Vincent Richard
3
-2
/
+221
2013-03-24
Strip spaces at end of header lines (Zarafa).
Vincent Richard
1
-1
/
+15
2013-03-24
Fixed warnings and 64-bit issues.
Vincent Richard
7
-12
/
+12
2013-03-24
Let whitespace break the value of a parameterized header field, not just a ';...
Vincent Richard
1
-1
/
+7
2013-03-24
Checks for a charset in all words of a parameter in a parameterizedHeader.
Vincent Richard
1
-2
/
+15
2013-03-24
Also check for RFC-2047 end sequence.
Vincent Richard
1
-1
/
+1
2013-03-24
Fixed parsing header field value on next line.
Vincent Richard
1
-1
/
+1
2013-03-24
Fixed whitespace parsing before word.
Vincent Richard
1
-4
/
+6
2013-03-11
Fixed mailbox and mailbox group parsing. Added unit tests.
Vincent Richard
4
-9
/
+30
2013-03-06
Fixed compilation warnings.
Vincent Richard
2
-2
/
+2
2013-03-06
Fixed maximum block size for read().
Vincent Richard
1
-1
/
+1
2013-02-28
Fixed issue #26: strcpy_s not available on MinGW.
Vincent Richard
1
-0
/
+6
2013-02-27
Throw exception when an invalid value type is set in a header field.
Vincent Richard
3
-7
/
+31
2013-02-27
Fixed wrong function called.
Vincent Richard
1
-2
/
+2
2013-02-26
Use secure versions of time/string functions on Windows.
Vincent Richard
2
-9
/
+4
2013-02-25
Fixed typo in function name.
Vincent Richard
5
-9
/
+9
2013-02-25
Defaults to local charset when assigning word from raw string.
Vincent Richard
1
-0
/
+1
2013-02-24
Message generation/parsing context. Charset conversion options. Preliminary i...
Vincent Richard
41
-697
/
+1817
2013-02-24
fix include file case
Mark Brand
2
-2
/
+2
2013-02-23
Fixed filename case.
Vincent Richard
1
-1
/
+1
2013-02-22
Fixed comparison always true.
Vincent Richard
1
-2
/
+2
2013-02-20
7bit is the default encoding. Do not force CTE field with default value to be...
Vincent Richard
1
-3
/
+0
2013-02-20
Fixed SMTP dot stuffing at the beginning of content.
Vincent Richard
1
-1
/
+24
2013-02-18
Process header before transmitting message via SMTP.
Vincent Richard
3
-8
/
+117
2013-02-17
Added helper function to replace header field.
Vincent Richard
1
-0
/
+7
2013-02-17
SMTP response code 251 for RCPT TO is now treated as successful.
Vincent Richard
1
-1
/
+2
2013-02-17
Reset SMTP session state (using RSET command) if transport is being reused.
Vincent Richard
2
-1
/
+28
2013-02-15
The seekableInputStreamRegionAdapter now stores its own current position, to ...
Vincent Richard
1
-13
/
+24
2013-02-13
Trim first line of POP3 response to get rid of CR, if any.
Vincent Richard
1
-2
/
+2
2013-02-12
Unit tests for SMTPCommand and SMTPCommandSet. Fixed SMTPCommandSet::isFinish...
Vincent Richard
1
-1
/
+1
2013-02-12
Rewrote SMTP command sending. Better code for pipelining. Report full command...
Vincent Richard
3
-109
/
+344
2013-02-11
Fixed invalid use of freed memory.
Vincent Richard
2
-2
/
+4
2013-02-11
Added missing includes.
Vincent Richard
1
-0
/
+3
2013-02-10
Check for MLang on Windows platform.
Vincent Richard
1
-3
/
+3
2013-02-10
Fixed issue #23. Avoid additional queries if gethostname() is already a FQDN....
Vincent Richard
2
-54
/
+72
2013-02-08
Additional MDN fields (thanks to Mehmet Bozkurt).
Vincent Richard
1
-4
/
+39
2013-02-05
Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...
Vincent Richard
3
-6
/
+13
2013-02-05
Gives access to X.509 certificate underlying structure.
Vincent Richard
2
-0
/
+12
2013-01-15
Moved includes to fix compilation issue.
Vincent Richard
1
-6
/
+0
2013-01-15
Renamed TYPE_BOOL to avoid name collision on MacOS.
Vincent Richard
4
-20
/
+20
2013-01-15
Better test for stream state.
Vincent Richard
1
-1
/
+1
2013-01-15
Removed unused includes for OpenSSL.
Vincent Richard
1
-6
/
+0
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
171
-174
/
+174
2012-12-27
Fixed issue #17.
Vincent Richard
1
-3
/
+8
2012-12-24
exclude defaultCertificateVerifier.cpp unless VMIME_HAVE_TLS_SUPPORT
Mark Brand
1
-0
/
+5
2012-12-22
Fixed type for maximum line length.
Vincent Richard
1
-5
/
+6
[prev]
[next]