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
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Code clean-up.
Vincent Richard
2006-01-08
2
-20
/
+18
|
*
Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).
Vincent Richard
2006-01-07
1
-3
/
+3
|
*
Added SMTPResponse to read and parse SMTP responses.
Vincent Richard
2006-01-07
2
-134
/
+270
|
*
Rewritten code using std:: algorithms (thanks to Pierre THIERRY).
Vincent Richard
2005-12-30
1
-27
/
+39
|
*
Rewritten some code without using iterators.
Vincent Richard
2005-12-30
1
-10
/
+10
|
*
Added support for getaddrinfo() on POSIX.
Vincent Richard
2005-12-26
1
-0
/
+61
|
*
Fixed typo causing infinite loop.
Vincent Richard
2005-12-20
1
-1
/
+1
|
*
Fixed segfault in destructor when chaining 3 exceptions or more.
Vincent Richard
2005-12-05
1
-0
/
+6
|
*
Fixed a bug in argument vector.
Vincent Richard
2005-12-04
1
-1
/
+1
|
*
Fixed bug when connecting to IMAP with default authenticator.
Vincent Richard
2005-12-02
2
-3
/
+3
|
*
Fixed bug when disconnecting SMTP.
Vincent Richard
2005-11-30
1
-1
/
+8
|
*
Fixed buffer overrun in random::getString().
Vincent Richard
2005-11-28
1
-1
/
+1
|
*
Fixed problem with maildir and ':' in filename on Windows.
Vincent Richard
2005-11-27
1
-5
/
+32
|
*
gmtime() and localtime() are reentrant when using MS C runtime library ↵
Vincent Richard
2005-11-14
1
-1
/
+12
|
|
|
|
(MinGW/MSVC).
*
Fixed bug in disconnect() when authentication is not needed (thanks to ↵
Vincent Richard
2005-11-07
1
-0
/
+2
|
|
|
|
Benjamin Biron).
*
Fixed typos in documentation.
Vincent Richard
2005-11-05
4
-6
/
+12
|
*
Refactored header field values and parameters.
Vincent Richard
2005-11-04
35
-839
/
+700
|
*
Fixed problem with 'no_auth_information' exception when SASL support is ↵
Vincent Richard
2005-10-30
1
-13
/
+26
|
|
|
|
disabled.
*
Moved certificate code into 'vmime::net::security::cert' namespace.
Vincent Richard
2005-10-30
6
-29
/
+29
|
*
Added flush() on 'outputStream' + added unit tests for ↵
Vincent Richard
2005-10-20
7
-4
/
+117
|
|
|
|
'charsetFilteredOutputStream' when input contains invalid sequences.
*
Added 'charsetFilteredOutputStream'.
Vincent Richard
2005-10-19
1
-2
/
+168
|
*
Refactoring of built-in services registration system.
Vincent Richard
2005-10-19
3
-4
/
+108
|
*
Charset converter.
Vincent Richard
2005-10-19
3
-29
/
+169
|
*
Charset converter.
Vincent Richard
2005-10-19
1
-139
/
+6
|
*
Fixed a bug in length calculation.
Vincent Richard
2005-10-14
1
-1
/
+1
|
*
Not an attachment if a 'Content-Id' field is present.
Vincent Richard
2005-10-14
1
-0
/
+5
|
*
Added 'attachmentHelper'.
Vincent Richard
2005-10-13
3
-168
/
+378
|
*
Added removeAllFields() for a field name.
Vincent Richard
2005-10-13
1
-0
/
+9
|
*
Added getPart() and getHeader() on attachment.
Vincent Richard
2005-10-13
1
-0
/
+12
|
*
Don't return references.
Vincent Richard
2005-10-13
1
-4
/
+4
|
*
Sendmail support on POSIX platforms only.
Vincent Richard
2005-10-11
1
-0
/
+6
|
*
Renamed 'progressionListener' to 'progressListener'.
Vincent Richard
2005-10-06
20
-55
/
+55
|
*
Added service::setTimeoutHandlerFactory().
Vincent Richard
2005-10-04
10
-58
/
+18
|
*
Added service::setSocketFactory().
Vincent Richard
2005-10-04
10
-42
/
+28
|
*
Added TLS/SSL support.
Vincent Richard
2005-10-03
25
-388
/
+2443
|
*
Reduced waiting time.
Vincent Richard
2005-10-03
1
-1
/
+1
|
*
Made 'datetime' compatible with C's time_t.
Vincent Richard
2005-10-03
1
-0
/
+29
|
*
Too much CPU time used when waiting for data to be received.
Vincent Richard
2005-10-02
1
-0
/
+10
|
*
Updated FSF address.
Vincent Richard
2005-09-17
117
-351
/
+651
|
*
SASL authentication.
Vincent Richard
2005-09-17
24
-493
/
+2203
|
*
Input buffer size.
Vincent Richard
2005-09-16
1
-2
/
+4
|
*
Non-blocking socket input/output.
Vincent Richard
2005-09-14
2
-22
/
+51
|
*
Added special characters for encoding.
Vincent Richard
2005-09-08
1
-1
/
+2
|
*
New namespace for message digest algorithms.
Vincent Richard
2005-09-06
7
-61
/
+490
|
*
Added progression notifications.
Vincent Richard
2005-09-03
9
-26
/
+246
|
*
Updated code to use smart pointers.
Vincent Richard
2005-09-02
4
-82
/
+78
|
*
Throw exception in debug mode when thisRef()/thisWeakRef() is called from ↵
Vincent Richard
2005-09-02
1
-0
/
+44
|
|
|
|
the object's constructor.
*
NEVER call thisRef() from the object's constructor.
Vincent Richard
2005-09-01
1
-10
/
+14
|
*
Fixed 'requestAuthInfos()' not public.
Vincent Richard
2005-08-26
1
-1
/
+1
|
*
Fixed ambiguity when parameter is not const.
Vincent Richard
2005-08-26
1
-7
/
+7
|
[prev]
[next]