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
*
Map '*' to '\*' in non-strict mode.
vincent-richard
2020-04-06
1
-2
/
+6
*
Added support for pipelined and out-of-order replies.
vincent-richard
2020-04-05
4
-46
/
+93
*
INBOX folder special use.
vincent-richard
2020-03-26
5
-0
/
+13
*
Use peerName instead of peerAddress
Richard Steele
2019-11-18
2
-5
/
+5
*
Fix #231 (GnuTLS)
Richard Steele
2019-11-18
1
-2
/
+3
*
Fix #231
Richard Steele
2019-11-18
2
-7
/
+5
*
Merge pull request #226 from 0xd34df00d/master
Vincent Richard
2019-10-14
3
-0
/
+10
|
\
|
*
Set SNI name in the gnutls backend as well
0xd34df00d
2019-10-13
1
-0
/
+2
|
*
Set SNI in the openssl backend
0xd34df00d
2019-10-03
2
-0
/
+8
*
|
Skip delimiter lines that are not exactly equal to the boundary
Jan Engelhardt
2019-10-05
1
-0
/
+18
*
|
Disregard whitespace between leading boundary hyphens and marker
Jan Engelhardt
2019-10-05
1
-27
/
+8
*
|
Reduce indent by 3 levels in findNextBoundary
Jan Engelhardt
2019-10-05
1
-37
/
+39
*
|
Modernize RFC reference for boundary line characteristics
Jan Engelhardt
2019-10-05
1
-4
/
+4
|
/
*
Avoid extern "C" blocks around ICU includes
0xd34df00d
2019-09-22
1
-3
/
+0
*
Simplified IMAP parser objects.
Vincent Richard
2019-07-20
13
-2042
/
+870
*
Added support for OpenSSL 1.1.0.
Vincent Richard
2019-07-07
2
-49
/
+58
*
#217 Fixed memory leak
Vincent Richard
2019-07-02
1
-2
/
+3
*
Merge branch 'master' of https://github.com/kisli/vmime
Vincent Richard
2019-04-18
2
-187
/
+172
|
\
|
*
Unbreak own hostname qualification on POSIX systems
Jan Engelhardt
2019-02-06
1
-7
/
+5
|
*
Improve address parser for malformed mailbox specifications
Jan Engelhardt
2019-01-25
1
-180
/
+167
*
|
#213 Add support for invalid empty () in FETCH body structure (non-strict)
Vincent Richard
2019-04-18
1
-3
/
+16
|
/
*
#206 Initialize and delete pointers
Vincent Richard
2018-10-17
1
-1
/
+9
*
Removed 'stringProxy' since COW std::string is no longer valid in C++11.
Vincent Richard
2018-09-15
9
-518
/
+26
*
Merge branch 'master' into master
Vincent Richard
2018-09-07
446
-19061
/
+22486
|
\
|
*
Useless mutex does not make nl_langinfo() thread-safe.
Vincent Richard
2018-09-06
1
-44
/
+9
|
*
Fixed bug in implementation of isStringEqualNoCase().
Vincent Richard
2018-09-05
1
-1
/
+1
|
*
Moved implementation.
Vincent Richard
2018-09-05
2
-8
/
+59
|
*
Fixed possible memory leak.
Vincent Richard
2018-09-05
1
-0
/
+5
|
*
Code style and clarity.
Vincent Richard
2018-09-05
445
-18803
/
+22033
|
*
Merge pull request #198 from xguerin/master
Vincent Richard
2018-09-05
3
-1
/
+101
|
|
\
|
|
*
Import multiple certificates withing a single stream
Xavier Guérin
2018-05-31
3
-0
/
+100
|
|
*
Fix X509Certificate::getIssuerString signature
Xavier Guérin
2018-05-31
1
-1
/
+1
|
*
|
Merge pull request #201 from 0xd34df00d/master
Vincent Richard
2018-08-31
4
-0
/
+27
|
|
\
\
|
|
*
|
Added net::message::getName() + the IMAP implementation.
0xd34df00d
2018-07-04
4
-0
/
+27
|
|
|
/
|
*
|
Removed useless 'constCast's.
Vincent Richard
2018-08-18
6
-30
/
+16
|
*
|
Avoid copy by passing shared_ptr<> with const reference.
Vincent Richard
2018-08-18
208
-606
/
+608
|
*
|
Fixed delete array.
Vincent Richard
2018-08-18
1
-1
/
+1
|
*
|
Fixed compilation errors with OpenSSL 1.1.0.
Vincent Richard
2018-08-17
1
-14
/
+63
|
*
|
Force classic locale when formatting IMAP UIDs.
Vincent Richard
2018-08-17
1
-0
/
+1
|
*
|
Fixed warnings with GCC 7.
Vincent Richard
2018-08-17
4
-9
/
+14
|
|
/
|
*
#193 Dropped support for boot::shared_ptr<>, enabled C++11 support in CMake
Vincent Richard
2018-04-01
1
-42
/
+8
|
*
Handle parsing of
[email protected]
<
[email protected]
>
Bo Simonsen
2018-02-19
1
-6
/
+0
|
*
Merge pull request #184 from josusky/smtp-auth
Vincent Richard
2017-12-20
1
-1
/
+37
|
|
\
|
|
*
Add SMTPS with AUTH PLAIN without SASL
Jan Osusky
2017-11-03
1
-1
/
+37
|
*
|
Issue #186: SMTPUTF8 is not an argument to RCPT + UTF8 in recipient address m...
Vincent Richard
2017-12-14
2
-7
/
+18
|
*
|
Fixed #186: use SMTPUTF8 only when needed.
Vincent Richard
2017-12-14
3
-3
/
+36
|
|
/
*
|
Add SMTPS with AUTH PLAIN without SASL
Jan Osusky
2017-10-20
1
-1
/
+37
*
|
Fix of compilation warning reported by GCC 4.9.3
Jan Osusky
2017-10-20
2
-1
/
+6
|
/
*
Remove unnecesary public in vmime::enconding
Miguel Chacon
2017-10-17
1
-2
/
+0
*
Issue #179: fixed input/output buffer size.
Vincent Richard
2017-09-06
1
-2
/
+7
[next]