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
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
2012-04-05
Added function to retrieve sequence numbers of messages whose UID is greater ...
Vincent Richard
3
-0
/
+68
2011-11-15
Set Diffie-Hellman prime size (bug SF#3434852).
Vincent Richard
1
-0
/
+1
2011-11-15
GNU TLS 3 has no 'extra' (thanks to mabrand).
Vincent Richard
1
-0
/
+2
2011-08-21
Removed dependency on gcrypt for gnutls version >= 2.12.
Vincent Richard
1
-2
/
+12
2011-08-20
Use gnutls_strerror() for reporting errors.
Vincent Richard
1
-111
/
+9
2011-06-26
Fixed encoding of whitespace. Fixed old test case.
Vincent Richard
1
-6
/
+0
2011-06-26
Use gnutls_priority_set_direct() instead of GNUTLS deprecated functions.
Vincent Richard
1
-0
/
+17
2011-06-25
Fixed parsing of empty body parts (thanks to John van der Kamp, from Zarafa).
Vincent Richard
1
-0
/
+5
2011-06-19
Added support for mailboxes that specify an (encoded) full name with an empty...
Vincent Richard
1
-1
/
+3
2011-06-19
Fixed messageBuilder to accept an empty mailbox group in 'To:' field, to allo...
Vincent Richard
1
-5
/
+3
2011-06-19
Alias for UTF-7 charset.
Vincent Richard
1
-0
/
+7
2011-06-19
Correctly generate attachment names which are long and have high characters f...
Vincent Richard
1
-22
/
+48
2011-06-19
Fixed parsing of an attachment filename that is between 66 and 76 characters ...
Vincent Richard
1
-1
/
+2
2011-03-31
Flush stateful data from iconv (thanks to John van der Kamp, Zarafa).
Vincent Richard
1
-4
/
+9
2011-03-09
Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. Fixe...
Vincent Richard
2
-14
/
+25
[prev]
[next]