| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added ability to parse directly from an input stream (eg. file). This allows ↵ | Vincent Richard | 2012-04-16 | 1 | -4/+4 |
| | | | | | very big messages to be parsed without loading the whole message data into memory. | ||||
| * | Added support for mailboxes that specify an (encoded) full name with an ↵ | Vincent Richard | 2011-06-19 | 1 | -1/+3 |
| | | | | | empty email address, set by a <> marker (Zarafa). | ||||
| * | Fixed calls to 'empty' instead of 'clear' (thanks to John van der Kamp, from ↵ | Vincent Richard | 2010-03-16 | 1 | -2/+2 |
| | | | | | Zarafa). | ||||
| * | Allow spaces to appear in mailbox display name without encoding or quoting. ↵ | Vincent Richard | 2010-02-10 | 1 | -2/+3 |
| | | | | | Encode or quote if CR or LF is present. | ||||
| * | Quote mailbox name instead of encoding it whenever it's possible. | Vincent Richard | 2009-11-12 | 1 | -1/+1 |
| | | |||||
| * | 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 | -5/+8 |
| | | |||||
| * | Changed copyright year to 2008. | Vincent Richard | 2008-01-04 | 1 | -1/+1 |
| | | |||||
| * | Changed copyright year to 2007. | Vincent Richard | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | Changed copyright year to 2006. | Vincent Richard | 2006-02-05 | 1 | -1/+1 |
| | | |||||
| * | Updated FSF address. | Vincent Richard | 2005-09-17 | 1 | -3/+7 |
| | | |||||
| * | Reference counting and smart pointers. | Vincent Richard | 2005-07-13 | 1 | -4/+4 |
| | | |||||
| * | Updated VMime website URL. | Vincent Richard | 2005-03-18 | 1 | -1/+1 |
| | | |||||
| * | Fixed compilation problems on Solaris 9. | Vincent Richard | 2005-03-16 | 1 | -9/+9 |
| | | |||||
| * | Moved 'static' functions into 'parserHelpers' class. | Vincent Richard | 2005-02-05 | 1 | -9/+9 |
| | | |||||
| * | Changed year to 2005 in copyright header. | Vincent Richard | 2005-01-03 | 1 | -1/+1 |
| | | |||||
| * | Moved all header files to 'vmime/' directory. | Vincent Richard | 2004-12-26 | 1 | -2/+2 |
| | | |||||
| * | Added component::getChildComponents() function. | Vincent Richard | 2004-12-20 | 1 | -0/+6 |
| | | |||||
| * | Added parsing bounds on 'component'. | Vincent Richard | 2004-12-15 | 1 | -0/+2 |
| | | |||||
| * | Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵ | Vincent Richard | 2004-11-07 | 1 | -3/+3 |
| | | | | | "text.cpp". | ||||
| * | Fixed bug with white-space in email address. | Vincent Richard | 2004-11-06 | 1 | -2/+16 |
| | | |||||
| * | Refactoring (see ChangeLog). | Vincent Richard | 2004-10-21 | 1 | -12/+43 |
| | | |||||
| * | Fixed a bug when parsing a mailbox with no explicit email address (should be ↵ | Vincent Richard | 2004-10-07 | 1 | -2/+12 |
| | | | | | recognized as an address). | ||||
| * | Initial import. | Vincent Richard | 2004-10-05 | 1 | -0/+450 |
