index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed mailbox and mailbox group parsing. Added unit tests.
Vincent Richard
2013-03-11
4
-9
/
+30
*
Fixed compilation warnings.
Vincent Richard
2013-03-06
2
-2
/
+2
*
Fixed maximum block size for read().
Vincent Richard
2013-03-06
1
-1
/
+1
*
Fixed issue #26: strcpy_s not available on MinGW.
Vincent Richard
2013-02-28
1
-0
/
+6
*
Throw exception when an invalid value type is set in a header field.
Vincent Richard
2013-02-27
3
-7
/
+31
*
Fixed wrong function called.
Vincent Richard
2013-02-27
1
-2
/
+2
*
Use secure versions of time/string functions on Windows.
Vincent Richard
2013-02-26
2
-9
/
+4
*
Fixed typo in function name.
Vincent Richard
2013-02-25
5
-9
/
+9
*
Defaults to local charset when assigning word from raw string.
Vincent Richard
2013-02-25
1
-0
/
+1
*
Merge pull request #25 from mabrand/fix-case
Vincent Richard
2013-02-24
1
-1
/
+1
|
\
|
*
fix include file case
Mark Brand
2013-02-24
2
-2
/
+2
*
|
Message generation/parsing context. Charset conversion options. Preliminary i...
Vincent Richard
2013-02-24
41
-697
/
+1817
*
|
Fixed filename case.
Vincent Richard
2013-02-23
1
-1
/
+1
*
|
Fixed comparison always true.
Vincent Richard
2013-02-22
1
-2
/
+2
*
|
7bit is the default encoding. Do not force CTE field with default value to be...
Vincent Richard
2013-02-20
1
-3
/
+0
|
/
*
Fixed SMTP dot stuffing at the beginning of content.
Vincent Richard
2013-02-20
1
-1
/
+24
*
Process header before transmitting message via SMTP.
Vincent Richard
2013-02-18
3
-8
/
+117
*
Added helper function to replace header field.
Vincent Richard
2013-02-17
1
-0
/
+7
*
SMTP response code 251 for RCPT TO is now treated as successful.
Vincent Richard
2013-02-17
1
-1
/
+2
*
Reset SMTP session state (using RSET command) if transport is being reused.
Vincent Richard
2013-02-17
2
-1
/
+28
*
The seekableInputStreamRegionAdapter now stores its own current position, to ...
Vincent Richard
2013-02-15
1
-13
/
+24
*
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 SMTPCommandSet::isFinish...
Vincent Richard
2013-02-12
1
-1
/
+1
*
Rewrote SMTP command sending. Better code for pipelining. Report full command...
Vincent Richard
2013-02-12
3
-109
/
+344
*
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
1
-3
/
+3
*
Fixed issue #23. Avoid additional queries if gethostname() is already a FQDN....
Vincent Richard
2013-02-10
2
-54
/
+72
*
Additional MDN fields (thanks to Mehmet Bozkurt).
Vincent Richard
2013-02-08
1
-4
/
+39
*
Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...
Vincent Richard
2013-02-05
3
-6
/
+13
*
Gives access to X.509 certificate underlying structure.
Vincent Richard
2013-02-05
2
-0
/
+12
*
Moved includes to fix compilation issue.
Vincent Richard
2013-01-15
1
-6
/
+0
*
Renamed TYPE_BOOL to avoid name collision on MacOS.
Vincent Richard
2013-01-15
4
-20
/
+20
*
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
171
-174
/
+174
*
Fixed issue #17.
Vincent Richard
2012-12-27
1
-3
/
+8
*
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
2
-9
/
+21
*
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
1
-2
/
+15
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-12-12
36
-125
/
+125
*
Do not re-encode data if it is already encoded (thanks to Mehmet Bozkurt).
Vincent Richard
2012-12-12
1
-0
/
+8
*
Ignore empty modifiers (thanks to Mehmet Bozkurt).
Vincent Richard
2012-12-12
1
-6
/
+15
*
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
8
-5
/
+286
*
Moved POP3 response receiving and parsing to a separate class.
Vincent Richard
2012-12-06
5
-406
/
+529
[next]