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 (
Collapse
)
Author
Files
Lines
2006-01-29
Fixed segfault when cert data is NULL.
Vincent Richard
1
-0
/
+3
2006-01-19
Treat 'inline' parts without Content-[Id/Location] as attachments.
Vincent Richard
1
-0
/
+8
2006-01-16
Added support for attachments of type 'message/rfc822'.
Vincent Richard
3
-23
/
+314
2006-01-15
Fixed bug when reading CAPABILITY/LIST responses.
Vincent Richard
1
-17
/
+20
2006-01-15
Implemented IMAP multi-fetching.
Vincent Richard
3
-83
/
+149
2006-01-15
Non-const folder for events.
Vincent Richard
1
-3
/
+3
2006-01-10
Fixed bug when fetching structure.
Vincent Richard
1
-13
/
+25
2006-01-10
Fixed segfault when dynamic-casting a ref (thanks to Benjamin Biron).
Vincent Richard
1
-2
/
+2
2006-01-09
Allow '@' in the username part of an URL.
Vincent Richard
1
-1
/
+1
2006-01-08
Recognize deleted messages not yet expunged (thanks to Benjamin Biron).
Vincent Richard
1
-2
/
+10
2006-01-08
Code clean-up.
Vincent Richard
2
-20
/
+18
2006-01-07
Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).
Vincent Richard
1
-3
/
+3
2006-01-07
Added SMTPResponse to read and parse SMTP responses.
Vincent Richard
2
-134
/
+270
2005-12-30
Rewritten code using std:: algorithms (thanks to Pierre THIERRY).
Vincent Richard
1
-27
/
+39
2005-12-30
Rewritten some code without using iterators.
Vincent Richard
1
-10
/
+10
2005-12-26
Added support for getaddrinfo() on POSIX.
Vincent Richard
1
-0
/
+61
2005-12-20
Fixed typo causing infinite loop.
Vincent Richard
1
-1
/
+1
2005-12-05
Fixed segfault in destructor when chaining 3 exceptions or more.
Vincent Richard
1
-0
/
+6
2005-12-04
Fixed a bug in argument vector.
Vincent Richard
1
-1
/
+1
2005-12-02
Fixed bug when connecting to IMAP with default authenticator.
Vincent Richard
2
-3
/
+3
2005-11-30
Fixed bug when disconnecting SMTP.
Vincent Richard
1
-1
/
+8
2005-11-28
Fixed buffer overrun in random::getString().
Vincent Richard
1
-1
/
+1
2005-11-27
Fixed problem with maildir and ':' in filename on Windows.
Vincent Richard
1
-5
/
+32
2005-11-14
gmtime() and localtime() are reentrant when using MS C runtime library ↵
Vincent Richard
1
-1
/
+12
(MinGW/MSVC).
2005-11-07
Fixed bug in disconnect() when authentication is not needed (thanks to ↵
Vincent Richard
1
-0
/
+2
Benjamin Biron).
2005-11-05
Fixed typos in documentation.
Vincent Richard
4
-6
/
+12
2005-11-04
Refactored header field values and parameters.
Vincent Richard
35
-840
/
+701
2005-10-30
Fixed problem with 'no_auth_information' exception when SASL support is ↵
Vincent Richard
1
-13
/
+26
disabled.
2005-10-30
Moved certificate code into 'vmime::net::security::cert' namespace.
Vincent Richard
6
-29
/
+29
2005-10-20
Added flush() on 'outputStream' + added unit tests for ↵
Vincent Richard
7
-4
/
+117
'charsetFilteredOutputStream' when input contains invalid sequences.
2005-10-19
Added 'charsetFilteredOutputStream'.
Vincent Richard
1
-2
/
+168
2005-10-19
Refactoring of built-in services registration system.
Vincent Richard
3
-4
/
+108
2005-10-19
Charset converter.
Vincent Richard
3
-29
/
+169
2005-10-19
Charset converter.
Vincent Richard
1
-139
/
+6
2005-10-14
Fixed a bug in length calculation.
Vincent Richard
1
-1
/
+1
2005-10-14
Not an attachment if a 'Content-Id' field is present.
Vincent Richard
1
-0
/
+5
2005-10-13
Added 'attachmentHelper'.
Vincent Richard
3
-168
/
+378
2005-10-13
Added removeAllFields() for a field name.
Vincent Richard
1
-0
/
+9
2005-10-13
Added getPart() and getHeader() on attachment.
Vincent Richard
1
-0
/
+12
2005-10-13
Don't return references.
Vincent Richard
1
-4
/
+4
2005-10-11
Sendmail support on POSIX platforms only.
Vincent Richard
1
-0
/
+6
2005-10-06
Renamed 'progressionListener' to 'progressListener'.
Vincent Richard
20
-55
/
+55
2005-10-04
Added service::setTimeoutHandlerFactory().
Vincent Richard
10
-58
/
+18
2005-10-04
Added service::setSocketFactory().
Vincent Richard
10
-42
/
+28
2005-10-03
Added TLS/SSL support.
Vincent Richard
25
-388
/
+2443
2005-10-03
Reduced waiting time.
Vincent Richard
1
-1
/
+1
2005-10-03
Made 'datetime' compatible with C's time_t.
Vincent Richard
1
-0
/
+29
2005-10-02
Too much CPU time used when waiting for data to be received.
Vincent Richard
1
-0
/
+10
2005-09-17
Updated FSF address.
Vincent Richard
117
-351
/
+651
2005-09-17
SASL authentication.
Vincent Richard
24
-494
/
+2204
[prev]
[next]