index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
imap
/
IMAPMessage.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
2013-12-29
1
-649
/
+0
*
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
2013-12-10
1
-14
/
+25
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
1
-49
/
+49
*
Custom fetch attributes.
Vincent Richard
2013-11-14
1
-4
/
+5
*
Allow messages to be designated either by their number or their UID.
Vincent Richard
2013-07-26
1
-1
/
+4
*
Return real message UID from IMAP server. Added function to return the curren...
Vincent Richard
2013-07-21
1
-2
/
+2
*
Reworked IMAP event notification code.
Vincent Richard
2013-07-18
1
-110
/
+24
*
Code cleanup. Store error log in parsed response to avoid accessing parser in...
Vincent Richard
2013-07-17
1
-2
/
+2
*
Fixed status update. Prevent opening the same folder two times in a session.
Vincent Richard
2013-07-16
1
-1
/
+2
*
Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted cod...
Vincent Richard
2013-07-16
1
-16
/
+17
*
Added basic support for IMAP CONDSTORE extension.
Vincent Richard
2013-07-16
1
-59
/
+21
*
Fixed issue #37.
Vincent Richard
2013-04-26
1
-1
/
+1
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
1
-1
/
+1
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-12-12
1
-2
/
+2
*
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
2012-11-01
1
-1
/
+10
*
Fixed body part extraction (only body should be extracted).
Vincent Richard
2012-07-30
1
-9
/
+36
*
Added functions to get messages by UID (IMAP only for now).
Vincent Richard
2012-07-28
1
-11
/
+17
*
Fixed issue #10.
Vincent Richard
2012-07-06
1
-2
/
+0
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
1
-0
/
+2
*
Added support for DRAFT flag.
Vincent Richard
2010-10-19
1
-0
/
+1
*
Fixed extraction of root part body.
Vincent Richard
2010-09-06
1
-2
/
+5
*
Added helper function to construct parsed message from net message. Splitted ...
Vincent Richard
2010-05-18
1
-197
/
+106
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
1
-2
/
+2
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
1
-7
/
+8
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
1
-1
/
+1
*
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
2007-03-27
1
-3
/
+7
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
1
-1
/
+1
*
Imbue classic 'C' locale for the output of message parts and protocol commands.
Vincent Richard
2006-11-08
1
-0
/
+6
*
Clean up.
Vincent Richard
2006-04-05
1
-25
/
+6
*
Refactored and cleaned up smart pointers.
Vincent Richard
2006-03-29
1
-29
/
+44
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
1
-1
/
+1
*
Implemented IMAP multi-fetching.
Vincent Richard
2006-01-15
1
-72
/
+5
*
Renamed 'progressionListener' to 'progressListener'.
Vincent Richard
2005-10-06
1
-5
/
+5
*
Updated FSF address.
Vincent Richard
2005-09-17
1
-3
/
+3
*
Updated code to use smart pointers.
Vincent Richard
2005-09-02
1
-37
/
+35
*
NEVER call thisRef() from the object's constructor.
Vincent Richard
2005-09-01
1
-10
/
+14
*
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
2005-08-23
1
-0
/
+859