index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
imap
/
IMAPFolder.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-12-29
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
1
-1511
/
+0
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
1
-9
/
+9
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
1
-106
/
+105
2013-11-14
Custom fetch attributes.
Vincent Richard
1
-5
/
+6
2013-08-16
Fixed missing space in command.
Vincent Richard
1
-2
/
+2
2013-08-16
Fixed isEmpty() test.
Vincent Richard
1
-1
/
+1
2013-07-26
Allow messages to be designated either by their number or their UID.
Vincent Richard
1
-283
/
+78
2013-07-21
Return real message UID from IMAP server. Added function to return the curren...
Vincent Richard
1
-6
/
+13
2013-07-18
Reworked IMAP event notification code.
Vincent Richard
1
-226
/
+108
2013-07-17
Code cleanup. Store error log in parsed response to avoid accessing parser in...
Vincent Richard
1
-91
/
+51
2013-07-16
Fixed status update. Prevent opening the same folder two times in a session.
Vincent Richard
1
-153
/
+27
2013-07-16
Added basic support for IMAP CONDSTORE extension.
Vincent Richard
1
-70
/
+115
2013-07-11
Updated IMAP parser to support STATUS response extensions.
Vincent Richard
1
-9
/
+9
2013-06-12
Homogeneous use of vmime::string.
Vincent Richard
1
-1
/
+1
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
1
-1
/
+1
2012-12-12
Trivial 64-bit warning fixes.
Vincent Richard
1
-1
/
+1
2012-11-01
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
1
-0
/
+10
2012-07-28
Added functions to get messages by UID (IMAP only for now).
Vincent Richard
1
-3
/
+106
2012-04-14
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
1
-0
/
+2
2012-04-05
Added function to retrieve sequence numbers of messages whose UID is greater ...
Vincent Richard
1
-0
/
+56
2009-11-30
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
1
-1
/
+5
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
1
-2
/
+2
2008-10-12
Fixed compilation warnings.
Vincent Richard
1
-8
/
+8
2008-01-04
Changed copyright year to 2008.
Vincent Richard
1
-1
/
+1
2007-03-27
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
1
-3
/
+7
2007-01-01
Changed copyright year to 2007.
Vincent Richard
1
-1
/
+1
2006-11-08
Imbue classic 'C' locale for the output of message parts and protocol commands.
Vincent Richard
1
-0
/
+20
2006-04-23
Folder deletion.
Vincent Richard
1
-0
/
+37
2006-03-29
Refactored and cleaned up smart pointers.
Vincent Richard
1
-57
/
+101
2006-02-05
Changed copyright year to 2006.
Vincent Richard
1
-1
/
+1
2006-01-15
Implemented IMAP multi-fetching.
Vincent Richard
1
-4
/
+64
2005-10-06
Renamed 'progressionListener' to 'progressListener'.
Vincent Richard
1
-4
/
+4
2005-09-17
Updated FSF address.
Vincent Richard
1
-3
/
+3
2005-09-17
SASL authentication.
Vincent Richard
1
-1
/
+1
2005-08-23
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
1
-8
/
+8
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 maildir...
Vincent Richard
1
-2
/
+6
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
[next]