Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always encode special charsets. | Vincent Richard | 2010-05-21 | 1 | -18/+10 |
| | |||||
* | Don't quote if no encoding is needed. | Vincent Richard | 2010-02-10 | 1 | -1/+2 |
| | |||||
* | Use homemade isSpace() instead of std::ispace() for portability. | Vincent Richard | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Removed wide-char support. | Vincent Richard | 2010-02-03 | 1 | -14/+0 |
| | |||||
* | Quote mailbox name instead of encoding it whenever it's possible. | Vincent Richard | 2009-11-12 | 1 | -3/+15 |
| | |||||
* | Auto-detect filename. Renamed 'filename' argument to 'filepath' for ↵ | Vincent Richard | 2009-11-04 | 1 | -0/+6 |
| | | | | disambiguity. Added constructor for input stream. Use 'word' instead of 'string' for filename. | ||||
* | Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. | Vincent Richard | 2009-09-06 | 1 | -2/+2 |
| | |||||
* | New namespace for encoders. | Vincent Richard | 2008-10-12 | 1 | -6/+6 |
| | |||||
* | Fixed compilation warnings. | Vincent Richard | 2008-10-12 | 1 | -5/+5 |
| | |||||
* | Fixed extra space in subject (see ↵ | Vincent Richard | 2008-04-28 | 1 | -2/+40 |
| | | | | https://sourceforge.net/forum/message.php?msg_id=4894970). | ||||
* | Changed copyright year to 2008. | Vincent Richard | 2008-01-04 | 1 | -1/+1 |
| | |||||
* | Fixed incorrect white-space between words. | Vincent Richard | 2007-11-20 | 1 | -5/+14 |
| | |||||
* | Changed copyright year to 2007. | Vincent Richard | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words. | Vincent Richard | 2006-10-02 | 1 | -106/+22 |
| | |||||
* | Force encoding when there is a CR/LF in the word. | Vincent Richard | 2006-02-24 | 1 | -0/+8 |
| | |||||
* | Changed copyright year to 2006. | Vincent Richard | 2006-02-05 | 1 | -1/+1 |
| | |||||
* | Code clean-up. | Vincent Richard | 2006-01-08 | 1 | -3/+3 |
| | |||||
* | Refactored header field values and parameters. | Vincent Richard | 2005-11-04 | 1 | -1/+1 |
| | |||||
* | Updated FSF address. | Vincent Richard | 2005-09-17 | 1 | -3/+7 |
| | |||||
* | Reference counting and smart pointers. | Vincent Richard | 2005-07-12 | 1 | -12/+12 |
| | |||||
* | Fixed a bug in word parsing. | Vincent Richard | 2005-06-13 | 1 | -2/+18 |
| | |||||
* | Updated VMime website URL. | Vincent Richard | 2005-03-18 | 1 | -1/+1 |
| | |||||
* | Fixed compilation problems on Solaris 9. | Vincent Richard | 2005-03-16 | 1 | -2/+2 |
| | |||||
* | Moved word parsing from 'text' class to 'word' class. | Vincent Richard | 2005-03-15 | 1 | -2/+580 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Refactoring (see ChangeLog). | Vincent Richard | 2004-10-21 | 1 | -2/+45 |
| | |||||
* | Initial import. | Vincent Richard | 2004-10-05 | 1 | -0/+102 |