index
:
vmime
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
messaging
/
imap
/
IMAPMessage.cpp
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2005-08-23
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
1
-859
/
+0
2005-07-25
Added FETCH_IMPORTANCE flag.
Vincent Richard
1
-1
/
+25
2005-07-24
Fixed some doc + getHeader() now returns a ref.
Vincent Richard
1
-17
/
+17
2005-07-24
Removed implicit conversion to T* for smart pointers.
Vincent Richard
1
-1
/
+1
2005-07-12
Reference counting and smart pointers.
Vincent Richard
1
-47
/
+36
2005-05-27
Added 'peek' parameter to extract() and extractPart().
Vincent Richard
1
-7
/
+9
2005-04-28
Sendmail implementation + filtered streams.
Vincent Richard
1
-6
/
+7
2005-04-03
Moved IMAP, POP3, maildir and SMTP files to separate namespaces.
Vincent Richard
1
-6
/
+8
2005-03-18
Updated VMime website URL.
Vincent Richard
1
-1
/
+1
2005-01-03
Changed year to 2005 in copyright header.
Vincent Richard
1
-1
/
+1
2004-12-26
Moved all header files to 'vmime/' directory.
Vincent Richard
1
-6
/
+6
2004-12-26
Removed relative paths from #include's.
Vincent Richard
1
-6
/
+6
2004-12-22
Some more class documentation.
Vincent Richard
1
-0
/
+4
2004-12-19
Fixed memory leaks.
Vincent Richard
1
-0
/
+14
2004-12-15
Working on 'maildir' implementation.
Vincent Richard
1
-39
/
+16
2004-11-07
Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵
Vincent Richard
1
-2
/
+2
"text.cpp".
2004-10-21
Refactoring (see ChangeLog).
Vincent Richard
1
-44
/
+45
2004-10-05
Fixed possible bug in destructor, when parent folder is closed before ↵
Vincent Richard
1
-1
/
+3
destroying the message.