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
...
*
Fixed undefined symbol 'UNSPECIFIED_PORT'.
Vincent Richard
2005-08-25
1
-0
/
+3
|
*
Error handling in posixSocket::send().
Vincent Richard
2005-08-24
2
-8
/
+79
|
*
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
2005-08-23
29
-9683
/
+0
|
*
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
2005-08-23
36
-36
/
+9719
|
*
vmime::exception now inherits from std::exception.
Vincent Richard
2005-08-19
1
-48
/
+54
|
*
Content handler constness.
Vincent Richard
2005-08-17
2
-3
/
+3
|
*
Added FETCH_IMPORTANCE flag.
Vincent Richard
2005-07-25
6
-11
/
+40
|
*
Don't throw if no field is found, just return normal priority.
Vincent Richard
2005-07-24
1
-7
/
+17
|
*
Fixed some doc + getHeader() now returns a ref.
Vincent Richard
2005-07-24
3
-36
/
+28
|
*
Allow getting/setting importance directly from/on message header.
Vincent Richard
2005-07-24
1
-3
/
+15
|
*
Removed implicit conversion to T* for smart pointers.
Vincent Richard
2005-07-24
2
-2
/
+2
|
*
Fixed getMessages().
Vincent Richard
2005-07-23
3
-4
/
+15
|
*
Fixed a bug when destroying an unconnected IMAP service.
Vincent Richard
2005-07-21
1
-3
/
+6
|
*
Allow creating 'charset' objects from 'const char*' (for constants).
Vincent Richard
2005-07-20
1
-17
/
+6
|
*
Fixed default 'word' constructor using platform handler before being ↵
Vincent Richard
2005-07-18
1
-1
/
+1
|
|
|
|
initialized.
*
Fixed error given by g++ 3.3 but not >= 3.4.
Vincent Richard
2005-07-18
1
-0
/
+4
|
*
Added unit tests for smart pointer.
Vincent Richard
2005-07-17
1
-0
/
+12
|
*
Added getName() to retrieve attachment filename.
Vincent Richard
2005-07-15
2
-6
/
+50
|
*
Reference counting and smart pointers.
Vincent Richard
2005-07-12
75
-1401
/
+1443
|
*
Added contentHandler::extractRaw().
Vincent Richard
2005-07-06
3
-0
/
+26
|
*
Fixed a bug in RFC-2231 implementation.
Vincent Richard
2005-06-21
1
-1
/
+1
|
*
Fixed compilation errors with g++ 4.0.
Vincent Richard
2005-06-21
1
-1
/
+1
|
*
Fixed multi-line terminator spanning on multiple incoming packets.
Vincent Richard
2005-06-16
1
-38
/
+20
|
*
Fixed uninitialized variable.
Vincent Richard
2005-06-16
1
-3
/
+3
|
*
Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.
Vincent Richard
2005-06-16
2
-2
/
+67
|
*
Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added ↵
Vincent Richard
2005-06-15
1
-3
/
+120
|
|
|
|
unit tests.
*
Fixed a bug in word parsing.
Vincent Richard
2005-06-13
1
-2
/
+18
|
*
Fixed memory leak.
Vincent Richard
2005-06-03
1
-0
/
+6
|
*
Added 'peek' parameter to extract() and extractPart().
Vincent Richard
2005-05-27
3
-14
/
+24
|
*
Free memory for args.
Vincent Richard
2005-05-25
1
-3
/
+8
|
*
Fixed bug in subfolders enumeration.
Vincent Richard
2005-05-19
1
-2
/
+13
|
*
Service properties enhancement.
Vincent Richard
2005-05-15
8
-96
/
+426
|
*
Oops... missing ')'.
Vincent Richard
2005-05-14
1
-1
/
+1
|
*
Replaced getpid() with GetCurrentProcessId() on Windows.
Vincent Richard
2005-05-14
1
-2
/
+2
|
*
Fixed missing space in STATUS command + parse error in 'status_info'.
Vincent Richard
2005-05-03
1
-1
/
+1
|
*
Added 'childProcess'.
Vincent Richard
2005-04-30
4
-195
/
+414
|
*
Added #include <algorithm>
Stefan Uhrig
2005-04-28
1
-0
/
+1
|
*
Added parameter support to 'utility::url'.
Vincent Richard
2005-04-28
2
-1
/
+90
|
*
Sendmail implementation + filtered streams.
Vincent Richard
2005-04-28
14
-82
/
+599
|
*
Ignore filenames starting with '.' for message files.
Vincent Richard
2005-04-27
2
-2
/
+20
|
*
Added missing case when replacing '.' in send().
Vincent Richard
2005-04-26
1
-1
/
+13
|
*
Moved generic implementation of send() to 'transport'.
Vincent Richard
2005-04-26
2
-72
/
+116
|
*
Added unit tests for date comparison + fixed date comparison (again...).
Vincent Richard
2005-04-23
1
-24
/
+24
|
*
Fixed date/time comparisons.
Vincent Richard
2005-04-22
1
-38
/
+42
|
*
Fixed bug in RFC-2231 implementation.
Vincent Richard
2005-04-19
1
-3
/
+6
|
*
Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.
Vincent Richard
2005-04-18
3
-16
/
+110
|
*
Moved 'url' and 'urlUtils' classes to 'utility' namespace.
Vincent Richard
2005-04-14
4
-11
/
+11
|
*
Implemented comparison operators.
Vincent Richard
2005-04-13
1
-29
/
+158
|
*
Added support for RFC-2231.
Vincent Richard
2005-04-12
6
-15
/
+569
|
*
Added attachMDNRequest().
Vincent Richard
2005-04-09
1
-0
/
+17
|
[prev]
[next]