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-02-11
Fixed invalid use of freed memory.
Vincent Richard
2
-2
/
+4
2013-02-11
Added missing includes.
Vincent Richard
1
-0
/
+3
2013-02-10
Check for MLang on Windows platform.
Vincent Richard
1
-3
/
+3
2013-02-10
Fixed issue #23. Avoid additional queries if gethostname() is already a FQDN....
Vincent Richard
2
-54
/
+72
2013-02-08
Additional MDN fields (thanks to Mehmet Bozkurt).
Vincent Richard
1
-4
/
+39
2013-02-05
Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...
Vincent Richard
3
-6
/
+13
2013-02-05
Gives access to X.509 certificate underlying structure.
Vincent Richard
2
-0
/
+12
2013-01-15
Moved includes to fix compilation issue.
Vincent Richard
1
-6
/
+0
2013-01-15
Renamed TYPE_BOOL to avoid name collision on MacOS.
Vincent Richard
4
-20
/
+20
2013-01-15
Better test for stream state.
Vincent Richard
1
-1
/
+1
2013-01-15
Removed unused includes for OpenSSL.
Vincent Richard
1
-6
/
+0
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
171
-174
/
+174
2012-12-27
Fixed issue #17.
Vincent Richard
1
-3
/
+8
2012-12-24
exclude defaultCertificateVerifier.cpp unless VMIME_HAVE_TLS_SUPPORT
Mark Brand
1
-0
/
+5
2012-12-22
Fixed type for maximum line length.
Vincent Richard
1
-5
/
+6
2012-12-22
Fixed first modifier not being generated.
Vincent Richard
1
-1
/
+1
2012-12-17
Misc fixes for Windows build (thanks to Mehmet Bozkurt).
Vincent Richard
2
-9
/
+21
2012-12-13
More robust check for EOF in input stream.
Vincent Richard
1
-4
/
+14
2012-12-13
Fixed seeking after EOF in input stream.
Vincent Richard
1
-0
/
+1
2012-12-13
Also do not re-encode Quoted-Printable and UUEncode.
Vincent Richard
1
-2
/
+15
2012-12-12
Trivial 64-bit warning fixes.
Vincent Richard
36
-125
/
+125
2012-12-12
Do not re-encode data if it is already encoded (thanks to Mehmet Bozkurt).
Vincent Richard
1
-0
/
+8
2012-12-12
Ignore empty modifiers (thanks to Mehmet Bozkurt).
Vincent Richard
1
-6
/
+15
2012-12-11
Fixed wrong class name (copy/paste is BAD ;-) ).
Vincent Richard
1
-1
/
+1
2012-12-10
SSL server identity check.
Vincent Richard
8
-5
/
+286
2012-12-06
Moved POP3 response receiving and parsing to a separate class.
Vincent Richard
5
-406
/
+529
2012-12-05
Fixed progression notification when message size is lower than 64K.
Vincent Richard
1
-9
/
+10
2012-11-30
Use message size for progress listener.
Vincent Richard
1
-7
/
+1
2012-11-29
remove stray argument from windowsSocket::sendRawNonBlocking
Mark Brand
1
-1
/
+1
2012-11-29
Trivial 64-bit warning fixes.
Vincent Richard
12
-40
/
+40
2012-11-29
Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windo...
Vincent Richard
6
-57
/
+450
2012-11-12
add missing wincrypt.h
Mark Brand
1
-0
/
+1
2012-11-11
SMTP Command Pipelining (RFC-2920).
Vincent Richard
2
-28
/
+122
2012-11-10
Compatibility with RFC-1341.
Vincent Richard
1
-0
/
+9
2012-11-06
Fixed compilation issues on Windows.
Vincent Richard
2
-3
/
+3
2012-11-06
Thread-safe initialization for OpenSSL.
Vincent Richard
2
-4
/
+8
2012-11-03
Fixed runtime error on cast.
Vincent Richard
1
-1
/
+1
2012-11-03
Fixed compilation issues.
Vincent Richard
1
-4
/
+4
2012-11-03
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
18
-857
/
+2440
2012-11-01
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
62
-52
/
+599
2012-10-15
Added support for timeout when receiving data from a socket (POSIX platform).
Vincent Richard
1
-1
/
+49
2012-10-15
Support for bogus encoding name 'bmoted-printable' (Zarafa).
Vincent Richard
1
-0
/
+3
2012-10-15
Do not fail if charset is not recognized.
Vincent Richard
1
-1
/
+10
2012-07-30
Fixed body part extraction (only body should be extracted).
Vincent Richard
2
-11
/
+38
2012-07-28
Added functions to get messages by UID (IMAP only for now).
Vincent Richard
5
-16
/
+225
2012-07-06
Fixed issue #10.
Vincent Richard
1
-2
/
+0
2012-04-16
Added ability to parse directly from an input stream (eg. file). This allows ...
Vincent Richard
35
-191
/
+773
2012-04-14
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
43
-485
/
+918
2012-04-06
Fixed memory leak.
Vincent Richard
1
-0
/
+6
2012-04-05
Fixed wrong encoding of line breaks in QP-encoded text (issue #7).
Vincent Richard
2
-10
/
+51
[prev]
[next]