index
:
vmime
master
A powerful C++ class library for working with RFC-822 and MIME messages and Internet messaging services like IMAP, POP or SMTP.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed issue #139: thread-safe exception handling.
Vincent Richard
2016-08-25
2
-39
/
+23
*
Issue #138: fixed MSG_NOSIGNAL on Mac OS.
Vincent Richard
2016-04-25
3
-0
/
+25
*
Link with 'anl' only when building shared lib.
Vincent Richard
2016-04-10
1
-5
/
+7
*
Fixed 'portStr' not a std::string anymore.
Vincent Richard
2016-04-10
1
-1
/
+1
*
Always imbue C locale when using istringstream.
Vincent Richard
2016-04-10
7
-1
/
+15
*
Clarified object construction where 'enabled_shared_from_this' is used. Use i...
Vincent Richard
2016-04-05
36
-113
/
+142
*
Fixed indentation.
Vincent Richard
2016-03-25
1
-5
/
+5
*
Misc fixes in error handling.
Vincent Richard
2016-03-25
3
-16
/
+64
*
Fixed location of config and lib export include files.
Vincent Richard
2016-03-25
2
-7
/
+7
*
Fixed special value 'last' in message sets.
Vincent Richard
2016-03-24
13
-94
/
+204
*
Issue #126: even more warnings fixed.
Vincent Richard
2016-03-24
2
-8
/
+13
*
Fixed types.
Vincent Richard
2016-03-23
3
-3
/
+3
*
Issue #126: fixed deprecated GnuTLS types.
Vincent Richard
2016-03-23
5
-19
/
+19
*
Issue #126: fixed warnings about sign mismatch.
Vincent Richard
2016-03-23
44
-238
/
+235
*
Fixed #135: getPeerAddress() is incorrect. Error handling.
Vincent Richard
2016-03-16
1
-6
/
+14
*
Issue #126: more warnings fixed.
Vincent Richard
2016-03-13
8
-17
/
+21
*
Issue #126: fixed some warnings.
Vincent Richard
2016-03-13
8
-6
/
+15
*
Issue #126: don't use deprecated 'auto_ptr' on C++11.
Vincent Richard
2016-03-13
8
-55
/
+71
*
Updated doc on building with CMake.
Vincent Richard
2016-03-11
1
-44
/
+63
*
Fixed location of config.hpp in outsourced build.
Vincent Richard
2016-03-11
1
-2
/
+3
*
Fixed #133: poll() is preferred over select().
Vincent Richard
2016-03-04
1
-62
/
+63
*
Fixed #134: use MSG_NOSIGNAL to avoid SIGPIPE.
Vincent Richard
2016-03-03
1
-2
/
+2
*
Fixed #132: invalid pointer to temporary buffer.
Vincent Richard
2016-03-03
1
-4
/
+4
*
Asynchronous resolving.
Vincent Richard
2016-03-02
5
-32
/
+147
*
Added support for TCP Keepalive.
Vincent Richard
2016-02-28
3
-0
/
+13
*
Merge branch 'master' of https://github.com/kisli/vmime
Vincent Richard
2015-11-30
1
-1
/
+1
|
\
|
*
Merge pull request #125 from alexBraidwood/master
Vincent Richard
2015-11-19
1
-1
/
+1
|
|
\
|
|
*
Added param to charsetConverter_win.hpp, implementation had extra argument th...
Alex
2015-11-19
1
-1
/
+1
|
|
/
*
/
Fixed issue #124: access violation when checking subjectAltName extension of ...
Vincent Richard
2015-11-30
1
-41
/
+29
|
/
*
XOAUTH2 authentication mechanism (for GMail).
Vincent Richard
2015-08-08
11
-0
/
+447
*
Fixed possible endless loop with some buffer sizes (thanks to John van der Ka...
Vincent Richard
2015-06-11
2
-7
/
+54
*
Estimate generated size of parameterized field.
Vincent Richard
2015-06-07
5
-0
/
+193
*
Fixed estimation of generated size when no re-encoding is needed.
Vincent Richard
2015-05-08
1
-3
/
+11
*
Fixed issue #110: wrong number of bytes returned.
Vincent Richard
2015-05-05
1
-1
/
+1
*
Merge branch 'master' of https://github.com/kisli/vmime
Vincent Richard
2015-05-03
1
-1
/
+2
|
\
|
*
Fixed uninitialized variable.
vincent-richard
2015-04-23
1
-1
/
+2
*
|
Fixed parsing of UTF8 email addresses (RFC-2047 local part + IDNA domain name).
Vincent Richard
2015-05-03
2
-30
/
+192
|
/
*
Fixed compilation issue on VS13.
Vincent Richard
2015-03-26
1
-2
/
+7
*
Fixed issue #106: exception class name is wrong.
Vincent Richard
2015-03-16
1
-2
/
+2
*
Inlined function to avoid issues with dllimport on MSVC/Windows.
Vincent Richard
2015-03-09
1
-116
/
+111
*
Issue #105: workaround for i2v() taking either a const or a non-const method.
Vincent Richard
2015-03-03
1
-1
/
+10
*
Fixed type.
Vincent Richard
2015-03-03
1
-7
/
+7
*
Display folder flags and use.
Vincent Richard
2015-03-03
1
-1
/
+31
*
Fixed unit test so that is does not depend on the current locale charset.
Vincent Richard
2015-02-19
2
-2
/
+22
*
Made word/parameter constructor with 'string' explicit to avoid implicit use ...
Vincent Richard
2015-02-17
5
-7
/
+47
*
Skip word on unexpected error when fixing broken words.
Vincent Richard
2015-02-16
0
-0
/
+0
|
\
|
*
Skip word on unexpected error when fixing broken words.
Vincent Richard
2015-02-16
1
-1
/
+11
*
|
Skip word on unexpected error when fixing broken words.
Vincent Richard
2015-02-16
1
-1
/
+11
|
/
*
Issue #103: fix badly encoded words.
Vincent Richard
2015-02-16
21
-96
/
+640
*
Issue #99: replaced C99 VLAs with dynamic array using std::vector.
Vincent Richard
2015-02-01
1
-30
/
+30
[next]