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-06-11
Moved POP3 client command related things to POP3Command class.
Vincent Richard
4
-73
/
+274
2013-06-09
Added function to return email address as a string.
Vincent Richard
1
-0
/
+15
2013-06-09
Charset conversion output stream for ICU.
Vincent Richard
1
-6
/
+212
2013-06-07
Include <winsock2.h> before <windows.h>, to avoid <winsock.h> inclusion.
Vincent Richard
1
-1
/
+1
2013-05-14
No need to read another response line in an empty 334 response.
Vincent Richard
1
-5
/
+0
2013-05-13
Do not increment tag after sending command (parser needs current tag).
Vincent Richard
1
-4
/
+7
2013-05-13
Cross-platform and (truly) thread-safe OpenSSL initialization.
Vincent Richard
4
-46
/
+40
2013-05-12
Lowered wait delay on Windows.
Vincent Richard
1
-1
/
+1
2013-05-12
Fixed missing includes.
Vincent Richard
2
-0
/
+3
2013-05-12
Fixed BIO_METHOD initialization for thread safety.
Vincent Richard
1
-14
/
+16
2013-05-12
Better random seed.
Vincent Richard
1
-3
/
+13
2013-04-26
Added unit tests for IMAPTag. Initialize sequence number at 1.
Vincent Richard
2
-5
/
+13
2013-04-26
Issue #36: added support for wildcard in Common Name when verifying host name...
Vincent Richard
1
-1
/
+19
2013-04-26
Fixed invalid buffer access.
Vincent Richard
1
-1
/
+1
2013-04-26
Fixed issue #37.
Vincent Richard
1
-1
/
+1
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
[prev]
[next]