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
/
mailbox.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Reference counting and smart pointers.
Vincent Richard
2005-07-13
1
-4
/
+4
|
*
Updated VMime website URL.
Vincent Richard
2005-03-18
1
-1
/
+1
|
*
Fixed compilation problems on Solaris 9.
Vincent Richard
2005-03-16
1
-9
/
+9
|
*
Moved 'static' functions into 'parserHelpers' class.
Vincent Richard
2005-02-05
1
-9
/
+9
|
*
Changed year to 2005 in copyright header.
Vincent Richard
2005-01-03
1
-1
/
+1
|
*
Moved all header files to 'vmime/' directory.
Vincent Richard
2004-12-26
1
-2
/
+2
|
*
Added component::getChildComponents() function.
Vincent Richard
2004-12-20
1
-0
/
+6
|
*
Added parsing bounds on 'component'.
Vincent Richard
2004-12-15
1
-0
/
+2
|
*
Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵
Vincent Richard
2004-11-07
1
-3
/
+3
|
|
|
|
"text.cpp".
*
Fixed bug with white-space in email address.
Vincent Richard
2004-11-06
1
-2
/
+16
|
*
Refactoring (see ChangeLog).
Vincent Richard
2004-10-21
1
-12
/
+43
|
*
Fixed a bug when parsing a mailbox with no explicit email address (should be ↵
Vincent Richard
2004-10-07
1
-2
/
+12
|
|
|
|
recognized as an address).
*
Initial import.
Vincent Richard
2004-10-05
1
-0
/
+450