index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
pop3
/
POP3Message.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
1
-16
/
+16
2013-11-14
Custom fetch attributes.
Vincent Richard
1
-9
/
+9
2013-07-16
Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted cod...
Vincent Richard
1
-4
/
+4
2013-07-16
Added basic support for IMAP CONDSTORE extension.
Vincent Richard
1
-1
/
+1
2013-06-12
Moved POP3 connection-related things to POP3Connection object.
Vincent Richard
1
-4
/
+4
2013-06-11
Moved POP3 client command related things to POP3Command class.
Vincent Richard
1
-8
/
+3
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
1
-1
/
+1
2012-12-06
Moved POP3 response receiving and parsing to a separate class.
Vincent Richard
1
-5
/
+14
2012-11-30
Use message size for progress listener.
Vincent Richard
1
-7
/
+1
2012-11-01
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
1
-0
/
+10
2012-04-14
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
1
-0
/
+2
2010-05-18
Added helper function to construct parsed message from net message. Splitted ...
Vincent Richard
1
-0
/
+14
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
-4
/
+4
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-03-29
Refactored and cleaned up smart pointers.
Vincent Richard
1
-14
/
+20
2006-02-05
Changed copyright year to 2006.
Vincent Richard
1
-1
/
+1
2005-10-06
Renamed 'progressionListener' to 'progressListener'.
Vincent Richard
1
-2
/
+2
2005-09-17
Updated FSF address.
Vincent Richard
1
-3
/
+3
2005-09-02
Updated code to use smart pointers.
Vincent Richard
1
-4
/
+4
2005-08-23
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
1
-5
/
+5
2005-07-25
Added FETCH_IMPORTANCE flag.
Vincent Richard
1
-5
/
+5
2005-07-24
Fixed some doc + getHeader() now returns a ref.
Vincent Richard
1
-12
/
+4
2005-05-27
Added 'peek' parameter to extract() and extractPart().
Vincent Richard
1
-2
/
+4
2005-04-28
Sendmail implementation + filtered streams.
Vincent Richard
1
-3
/
+4
2005-04-03
Moved IMAP, POP3, maildir and SMTP files to separate namespaces.
Vincent Richard
1
-3
/
+5
2005-03-23
Added POP3 notifications.
Vincent Richard
1
-2
/
+7
2005-03-23
Fixed multiple bugs in POP3 protocol.
Vincent Richard
1
-7
/
+4
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
-3
/
+3
2004-12-26
Removed relative paths from #include's.
Vincent Richard
1
-3
/
+3
2004-12-23
Removed unused 'POP3header' class.
Vincent Richard
1
-15
/
+9
2004-10-21
Refactoring (see ChangeLog).
Vincent Richard
1
-7
/
+7