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 (
Collapse
)
Author
Age
Files
Lines
...
*
SMTPUTF8: generate Internationalized Email only if supported by SMTP server.
Vincent Richard
2013-06-18
2
-0
/
+36
|
*
Re-issue CAPA command once TLS has been started (POP3, IMAP).
Vincent Richard
2013-06-17
2
-4
/
+52
|
*
Added support for transport padding in boundary (issue #38).
Vincent Richard
2013-06-13
1
-109
/
+114
|
*
Added support for SMTPUTF8 extension (RFC-6531).
Vincent Richard
2013-06-12
3
-9
/
+40
|
*
Homogeneous use of vmime::string.
Vincent Richard
2013-06-12
11
-15
/
+15
|
*
Moved POP3 connection-related things to POP3Connection object.
Vincent Richard
2013-06-12
6
-550
/
+709
|
*
Moved POP3 client command related things to POP3Command class.
Vincent Richard
2013-06-11
4
-73
/
+274
|
*
Added function to return email address as a string.
Vincent Richard
2013-06-09
1
-0
/
+15
|
*
Charset conversion output stream for ICU.
Vincent Richard
2013-06-09
1
-6
/
+212
|
*
Include <winsock2.h> before <windows.h>, to avoid <winsock.h> inclusion.
Vincent Richard
2013-06-07
1
-1
/
+1
|
*
No need to read another response line in an empty 334 response.
Vincent Richard
2013-05-14
1
-5
/
+0
|
*
Do not increment tag after sending command (parser needs current tag).
Vincent Richard
2013-05-13
1
-4
/
+7
|
*
Cross-platform and (truly) thread-safe OpenSSL initialization.
Vincent Richard
2013-05-13
4
-46
/
+40
|
*
Lowered wait delay on Windows.
Vincent Richard
2013-05-12
1
-1
/
+1
|
*
Fixed missing includes.
Vincent Richard
2013-05-12
2
-0
/
+3
|
*
Fixed BIO_METHOD initialization for thread safety.
Vincent Richard
2013-05-12
1
-14
/
+16
|
*
Better random seed.
Vincent Richard
2013-05-12
1
-3
/
+13
|
*
Added unit tests for IMAPTag. Initialize sequence number at 1.
Vincent Richard
2013-04-26
2
-5
/
+13
|
*
Issue #36: added support for wildcard in Common Name when verifying host ↵
Vincent Richard
2013-04-26
1
-1
/
+19
|
|
|
|
name (thanks to Anthony Dervish).
*
Fixed invalid buffer access.
Vincent Richard
2013-04-26
1
-1
/
+1
|
*
Fixed issue #37.
Vincent Richard
2013-04-26
1
-1
/
+1
|
*
Fixed double read of response.
Vincent Richard
2013-04-18
1
-2
/
+4
|
*
Added filtered output stream to transform LFs to CRLFs.
Vincent Richard
2013-04-16
1
-0
/
+71
|
*
Issue #4: set envelope sender.
Vincent Richard
2013-04-03
3
-7
/
+31
|
*
Remove +x bit from source files
Jan Engelhardt
2013-03-27
8
-0
/
+0
|
*
Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).
Vincent Richard
2013-03-25
3
-2
/
+221
|
*
Strip spaces at end of header lines (Zarafa).
Vincent Richard
2013-03-24
1
-1
/
+15
|
*
Fixed warnings and 64-bit issues.
Vincent Richard
2013-03-24
7
-12
/
+12
|
*
Let whitespace break the value of a parameterized header field, not just a ↵
Vincent Richard
2013-03-24
1
-1
/
+7
|
|
|
|
';' (thanks to Zarafa).
*
Checks for a charset in all words of a parameter in a parameterizedHeader.
Vincent Richard
2013-03-24
1
-2
/
+15
|
|
|
|
|
|
Fixes filename encoding when the quoted-printable starts halfway, but if multiple charsets are used (unlikely) it may still fail (thanks to Zarafa).
*
Also check for RFC-2047 end sequence.
Vincent Richard
2013-03-24
1
-1
/
+1
|
*
Fixed parsing header field value on next line.
Vincent Richard
2013-03-24
1
-1
/
+1
|
*
Fixed whitespace parsing before word.
Vincent Richard
2013-03-24
1
-4
/
+6
|
*
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
|
*
fix include file case
Mark Brand
2013-02-24
2
-2
/
+2
|
|
*
|
Message generation/parsing context. Charset conversion options. Preliminary ↵
Vincent Richard
2013-02-24
41
-697
/
+1817
|
|
|
|
|
|
|
|
implementation of RFC-6532.
*
|
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 ↵
Vincent Richard
2013-02-20
1
-3
/
+0
|
/
|
|
|
be added in header.
*
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
|
[prev]
[next]