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 parsing of empty lines in header field value.
Vincent Richard
2014-06-01
2
-67
/
+49
*
Fixed auto_ptr<> not to be used with new[].
Vincent Richard
2014-05-27
1
-20
/
+12
*
Fixed ICU status code checking.
Vincent Richard
2014-05-27
1
-8
/
+8
*
add charset ‘GBK’
di3online
2014-04-18
1
-0
/
+1
*
recursively create all parent directories if they do not exist on Windows
xh
2014-04-15
1
-1
/
+1
*
Do not check for SSL handle validity in handshake() as it is initialized a fe...
Vincent Richard
2014-04-04
1
-3
/
+0
*
Merge branch 'master' of https://github.com/kisli/vmime
Vincent Richard
2014-04-01
4
-3
/
+4
|
\
|
*
Nested classes need to explicitly import and export
Di3
2014-04-01
3
-3
/
+3
|
*
windows build fix: add missing member declaration
Mark Brand
2014-03-26
1
-0
/
+1
*
|
Added missing VMIME_HAVE_TLS_SUPPORT guards (pull request #74).
Vincent Richard
2014-04-01
2
-5
/
+31
|
/
*
Trace socket/connection events.
Vincent Richard
2014-03-25
15
-5
/
+133
*
Fixed issue #71.
Vincent Richard
2014-03-20
1
-1
/
+1
*
Unit tests for IMAP utils.
Vincent Richard
2014-03-17
1
-1
/
+1
*
Connection trace facility.
Vincent Richard
2014-03-16
27
-49
/
+463
*
Modified IMAP parser constructor to make testing easier.
Vincent Richard
2014-03-16
2
-4
/
+36
*
IMAP commands.
Vincent Richard
2014-03-15
10
-265
/
+704
*
Removed unused/unimplemented function.
Vincent Richard
2014-03-13
3
-23
/
+0
*
Premature return if message list/set is empty.
Vincent Richard
2014-03-10
3
-0
/
+18
*
Issue #47: get and fetch messages.
Vincent Richard
2014-03-10
7
-0
/
+126
*
Fixed operator to combine flags.
Vincent Richard
2014-03-10
1
-1
/
+1
*
Default timeout handler. Fixed spelling.
Vincent Richard
2014-03-09
5
-6
/
+172
*
Fixed memory leak.
Vincent Richard
2014-03-08
1
-0
/
+10
*
Retry reading from the stream instead of waiting for input data on socket.
Vincent Richard
2014-03-07
1
-1
/
+11
*
Compilation fixes for Windows.
Vincent Richard
2014-02-26
1
-2
/
+2
*
Fixed possible issues with EAGAIN on Windows.
Vincent Richard
2014-02-26
2
-12
/
+16
*
Merge branch 'master' of https://github.com/kisli/vmime
Vincent Richard
2014-02-24
1
-1
/
+6
|
\
|
*
Make serviceFactory::create throw instead of dying for invalid protocols.
Vincent Richard
2014-02-23
1
-1
/
+6
*
|
Non exception-driven IMAP parser.
Vincent Richard
2014-02-24
1
-1039
/
+1028
|
/
*
Added support for initial response in SASL authentication.
Vincent Richard
2014-02-13
11
-3
/
+110
*
Fixed problem when custom registered mechanism is used.
Vincent Richard
2014-02-13
2
-13
/
+23
*
Fixed extraction of message parts in IMAP.
Vincent Richard
2014-02-08
1
-3
/
+0
*
Windows charset converter (thanks to ElmüSoft).
Vincent Richard
2014-02-06
3
-0
/
+448
*
Merge branch 'master' of https://github.com/kisli/vmime
Vincent Richard
2014-02-05
3
-3
/
+3
|
\
|
*
Fixed null value in Windows build.
laurent-richard
2014-02-05
3
-3
/
+3
*
|
Better polling. Fixed possible connection issues on POSIX with slow network. ...
Vincent Richard
2014-02-05
19
-210
/
+358
|
/
*
Merge branch 'master' of https://github.com/kisli/vmime
Vincent Richard
2014-01-31
2
-2
/
+2
|
\
|
*
Change path::toString to be a const function
tholdawa
2014-01-24
2
-2
/
+2
*
|
Fixed type.
Vincent Richard
2014-01-31
1
-2
/
+1
|
/
*
IMAPMessage::processFetchResponse was attempting to set Cc and Bcc header fie...
tholdawa
2014-01-22
1
-2
/
+2
*
Use appropriate syntax for rethrowing exceptions.
Vincent Richard
2014-01-19
3
-10
/
+10
*
SASL is the only authentication method supported in SMTP (no fallback).
Vincent Richard
2014-01-19
1
-14
/
+1
*
Calling getAttributes() does not require the folder to be open.
Vincent Richard
2014-01-19
2
-6
/
+0
*
Do not flag existing messages as recent.
Vincent Richard
2014-01-19
1
-1
/
+1
*
Path to/from string conversion.
Vincent Richard
2014-01-19
2
-0
/
+66
*
Better error message.
Vincent Richard
2014-01-19
1
-1
/
+1
*
Fixed possible crash when COPYUID/APPENDUID is not supported by the server.
Vincent Richard
2014-01-19
1
-2
/
+2
*
Fixed argument to handshake().
Vincent Richard
2014-01-19
1
-1
/
+1
*
In SSL socket, use timeout handler of underlying socket. Throw exception when...
Vincent Richard
2014-01-19
16
-54
/
+144
*
Fixed SMTP disconnection error caused by handshake failure.
Vincent Richard
2014-01-19
1
-8
/
+11
*
C++11 std::shared_ptr fixes.
Vincent Richard
2014-01-16
2
-8
/
+8
[next]