index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for content types and parameters defined in RFC-1892.
Vincent Richard
2005-03-23
2
-0
/
+14
*
Added POP3 notifications.
Vincent Richard
2005-03-23
2
-2
/
+68
*
Removed '-' from 'CPXXX' charset constants.
Vincent Richard
2005-03-23
1
-27
/
+27
*
Basic support for 'Disposition' header field.
Vincent Richard
2005-03-23
3
-0
/
+361
*
Fixed multiple bugs in POP3 protocol.
Vincent Richard
2005-03-23
2
-45
/
+129
*
Updated VMime website URL.
Vincent Richard
2005-03-18
92
-92
/
+92
*
Renamed MIME_VERSION to SUPPORTED_MIME_VERSION.
Vincent Richard
2005-03-17
2
-2
/
+2
*
Fixed compilation problems on Solaris 9.
Vincent Richard
2005-03-16
16
-82
/
+82
*
Support for In-Reply-To header field (type MessageId).
Vincent Richard
2005-03-15
1
-0
/
+1
*
Support for In-Reply-To header field (type MessageId).
Vincent Richard
2005-03-15
1
-0
/
+1
*
Fixed parsing bounds for header fields and values.
Vincent Richard
2005-03-15
3
-15
/
+12
*
Moved word parsing from 'text' class to 'word' class.
Vincent Richard
2005-03-15
2
-504
/
+598
*
Fixed bug with CRLF between two encoded words.
Vincent Richard
2005-03-14
1
-1
/
+1
*
Removed 'singleton' and 'singletonManager' classes.
Vincent Richard
2005-03-14
7
-53
/
+42
*
Fixed parameters not showing as child components + fixed parsing bounds in ty...
Vincent Richard
2005-03-12
2
-2
/
+23
*
Moved header field parsing to 'headerField::parseNext()'.
Vincent Richard
2005-03-12
2
-147
/
+163
*
Changed protected inheritance to simple composition.
Vincent Richard
2005-02-06
2
-16
/
+61
*
Moved 'static' functions into 'parserHelpers' class.
Vincent Richard
2005-02-05
14
-81
/
+83
*
Removed extra '::' before numeric constants.
Vincent Richard
2005-02-05
1
-3
/
+3
*
Fixed forward use of swapUint32Array().
Vincent Richard
2005-02-05
1
-21
/
+21
*
Fixed possible segfault when encoding is Base64.
Vincent Richard
2005-02-01
1
-1
/
+1
*
Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringC...
Vincent Richard
2005-01-28
9
-373
/
+570
*
Prefixed function names with 'get' + written some doc for functions.
Vincent Richard
2005-01-13
1
-12
/
+12
*
Removed useless 'const' on some declarations.
Vincent Richard
2005-01-07
1
-1
/
+1
*
Removed useless 'const' in return value of some functions.
Vincent Richard
2005-01-06
7
-7
/
+7
*
Fixed compilation errors with 'isascii' on some systems.
Vincent Richard
2005-01-05
2
-0
/
+2
*
Added diagnostic error string for 'exceptions::connection_error' + fixed a bu...
Vincent Richard
2005-01-04
3
-11
/
+8
*
Fixed a linking error with g++ <= 3.2.
Vincent Richard
2005-01-03
1
-0
/
+4
*
outputStreamStringAdapter::write() improvement.
Vincent Richard
2005-01-03
1
-2
/
+1
*
Changed year to 2005 in copyright header.
Vincent Richard
2005-01-03
90
-90
/
+90
*
Moved 'datetime::getDayOfWeek()' to 'datetimeUtils'.
Vincent Richard
2005-01-02
2
-25
/
+28
*
Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.
Vincent Richard
2005-01-02
18
-48
/
+275
*
Added setValue(string).
Vincent Richard
2005-01-02
1
-0
/
+6
*
Added unit tests for 'utility::path'.
Vincent Richard
2005-01-02
4
-6
/
+9
*
Converted all C-style casts to C++-style casts + added unit test for utility:...
Vincent Richard
2005-01-01
11
-64
/
+92
*
Autotools and libtool support.
Vincent Richard
2004-12-30
2
-1
/
+7
*
Renamed files in POSIX platform handler.
Vincent Richard
2004-12-26
3
-3
/
+3
*
Moved all header files to 'vmime/' directory.
Vincent Richard
2004-12-26
195
-18554
/
+256
*
Allow creating a service from an URL.
Vincent Richard
2004-12-26
5
-9
/
+61
*
Fixed bug in URL parsing.
Vincent Richard
2004-12-26
1
-15
/
+23
*
Removed relative paths from #include's.
Vincent Richard
2004-12-26
75
-223
/
+247
*
Renamed class 'disposition' to 'contentDisposition'.
Vincent Richard
2004-12-24
10
-45
/
+45
*
When connecting, create root directory if it does not exists.
Vincent Richard
2004-12-23
1
-2
/
+20
*
Hide private class 'IMAPauthenticator' from class documentation.
Vincent Richard
2004-12-23
1
-0
/
+4
*
Removed unused 'POP3header' class.
Vincent Richard
2004-12-23
1
-15
/
+9
*
Missing #include for close() function.
Vincent Richard
2004-12-23
1
-0
/
+1
*
Some more class documentation.
Vincent Richard
2004-12-22
26
-20
/
+183
*
Added getCapabilities() on messaging::store.
Vincent Richard
2004-12-22
8
-9
/
+67
*
Done rename() operation on 'maildir' + fixed some bugs/limitations in maildir...
Vincent Richard
2004-12-22
3
-23
/
+116
*
Notify direct and indirect sub-folders when renaming an IMAP folder.
Vincent Richard
2004-12-22
1
-1
/
+10
[next]