index
:
vmime
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
messaging
/
imap
/
IMAPFolder.cpp
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2005-08-23
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
1
-1608
/
+0
2005-07-25
Added FETCH_IMPORTANCE flag.
Vincent Richard
1
-1
/
+2
2005-07-23
Fixed getMessages().
Vincent Richard
1
-1
/
+6
2005-07-12
Reference counting and smart pointers.
Vincent Richard
1
-83
/
+113
2005-05-19
Fixed bug in subfolders enumeration.
Vincent Richard
1
-2
/
+13
2005-05-03
Fixed missing space in STATUS command + parse error in 'status_info'.
Vincent Richard
1
-1
/
+1
2005-04-28
Sendmail implementation + filtered streams.
Vincent Richard
1
-3
/
+3
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
2005-01-02
Added unit tests for 'utility::path'.
Vincent Richard
1
-2
/
+2
2004-12-26
Moved all header files to 'vmime/' directory.
Vincent Richard
1
-9
/
+9
2004-12-26
Removed relative paths from #include's.
Vincent Richard
1
-8
/
+10
2004-12-22
Done rename() operation on 'maildir' + fixed some bugs/limitations in ↵
Vincent Richard
1
-2
/
+6
maildir/IMAP.
2004-12-22
Notify direct and indirect sub-folders when renaming an IMAP folder.
Vincent Richard
1
-1
/
+10
2004-12-22
Notification when renaming IMAP folder.
Vincent Richard
1
-0
/
+14
2004-12-21
Fixed notification when adding message to IMAP folder.
Vincent Richard
1
-0
/
+13
2004-12-19
Do not use std::remove() for removing elements from std::vector...
Vincent Richard
1
-1
/
+5
2004-12-17
Fixed bugs with message count notification.
Vincent Richard
1
-2
/
+23
2004-11-14
Prevent from renaming 'INBOX' folder in IMAP (illegal_operation exception).
Vincent Richard
1
-0
/
+2
2004-10-21
Refactoring (see ChangeLog).
Vincent Richard
1
-53
/
+53