Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More details in function doc. | Vincent Richard | 2004-12-19 | 1 | -2/+4 | |
| | ||||||
* | Fixed memory leaks. | Vincent Richard | 2004-12-19 | 2 | -4/+40 | |
| | ||||||
* | Do not use std::remove() for removing elements from std::vector... | Vincent Richard | 2004-12-19 | 2 | -2/+10 | |
| | ||||||
* | Fixed warning when compiling. | Vincent Richard | 2004-12-19 | 1 | -1/+1 | |
| | ||||||
* | Fixed bugs. | Vincent Richard | 2004-12-19 | 1 | -8/+21 | |
| | ||||||
* | Fixed bug with message index in getMessageFSPath(). | Vincent Richard | 2004-12-19 | 1 | -1/+1 | |
| | ||||||
* | Fixed bugs in scanFolder() and fileIterator. | Vincent Richard | 2004-12-19 | 3 | -18/+62 | |
| | ||||||
* | Moved code from 'exception.hpp' to 'exception.cpp' + new features for ↵ | Vincent Richard | 2004-12-19 | 2 | -118/+875 | |
| | | | | exceptions. | |||||
* | Added #ifdefs's to fix bugs when compiling without messaging or file-system ↵ | Vincent Richard | 2004-12-18 | 2 | -2/+15 | |
| | | | | support. | |||||
* | Added #ifdefs's to fix bugs when compiling without messaging or file-system ↵ | Vincent Richard | 2004-12-18 | 2 | -0/+12 | |
| | | | | support. | |||||
* | Default platform handlers (currently only POSIX). | Vincent Richard | 2004-12-18 | 6 | -0/+1211 | |
| | ||||||
* | Added appendComponent() and getComponentAt() functions. | Vincent Richard | 2004-12-17 | 2 | -0/+38 | |
| | ||||||
* | Fixed bugs with message count notification. | Vincent Richard | 2004-12-17 | 3 | -13/+64 | |
| | ||||||
* | Updated function doc. | Vincent Richard | 2004-12-17 | 1 | -1/+2 | |
| | ||||||
* | Folder names can not contain '.' in maildirStore::isValidFolderName(). | Vincent Richard | 2004-12-17 | 1 | -1/+2 | |
| | ||||||
* | Updated function doc. | Vincent Richard | 2004-12-17 | 1 | -0/+3 | |
| | ||||||
* | Added @throw in function doc. | Vincent Richard | 2004-12-17 | 1 | -0/+4 | |
| | ||||||
* | Added store::isValidFolderName(). | Vincent Richard | 2004-12-16 | 7 | -0/+32 | |
| | ||||||
* | Added isValidPath() in fileSystemFactory. | Vincent Richard | 2004-12-16 | 3 | -4/+26 | |
| | ||||||
* | Missing '= 0' on pure virtual function. | Vincent Richard | 2004-12-16 | 1 | -8/+22 | |
| | ||||||
* | Working on 'maildir' implementation. | Vincent Richard | 2004-12-16 | 2 | -3/+80 | |
| | ||||||
* | Added skip() method on inputStream. | Vincent Richard | 2004-12-16 | 2 | -0/+58 | |
| | ||||||
* | Working on 'maildir' implementation. | Vincent Richard | 2004-12-15 | 7 | -65/+269 | |
| | ||||||
* | Added parsing bounds on 'component'. | Vincent Richard | 2004-12-15 | 20 | -0/+107 | |
| | ||||||
* | Working on 'maildir' implementation. | Vincent Richard | 2004-12-15 | 4 | -191/+82 | |
| | ||||||
* | Fixed bug with g++ <= 3.2. | Vincent Richard | 2004-12-13 | 1 | -0/+8 | |
| | ||||||
* | Working on 'maildir' implementation. | Vincent Richard | 2004-12-10 | 2 | -2/+214 | |
| | ||||||
* | Fixed compilation problems with g++ < 3.4. | Vincent Richard | 2004-12-08 | 2 | -3/+6 | |
| | ||||||
* | Flags must be stored in ASCII order. | Vincent Richard | 2004-12-04 | 1 | -2/+2 | |
| | ||||||
* | Working on 'maildir' implementation. | Vincent Richard | 2004-12-04 | 6 | -30/+184 | |
| | ||||||
* | Some update for 'maildir' protocol. | Vincent Richard | 2004-12-04 | 5 | -43/+357 | |
| | ||||||
* | Prevent from renaming 'INBOX' folder in IMAP (illegal_operation exception). | Vincent Richard | 2004-11-14 | 2 | -0/+18 | |
| | ||||||
* | Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵ | Vincent Richard | 2004-11-07 | 9 | -564/+579 | |
| | | | | "text.cpp". | |||||
* | Fixed a typo in RFC-2047 QP conversion: ' ' (SPACE) should be '_' (underscore). | Vincent Richard | 2004-11-06 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug with white-space in email address. | Vincent Richard | 2004-11-06 | 1 | -2/+16 | |
| | ||||||
* | Fixed operator==(). | Vincent Richard | 2004-10-26 | 1 | -2/+2 | |
| | ||||||
* | Fixed a typo in Doxygen comment (<). | Vincent Richard | 2004-10-25 | 1 | -1/+1 | |
| | ||||||
* | Fixed comment for Doxygen. | Vincent Richard | 2004-10-25 | 1 | -1/+1 | |
| | ||||||
* | Added appendAttachment(), an alias for attach(). | Vincent Richard | 2004-10-25 | 2 | -0/+13 | |
| | ||||||
* | Added non-const versions of getRecipients(), getCopyRecipients() and ↵ | Vincent Richard | 2004-10-25 | 2 | -0/+36 | |
| | | | | getBindCopyRecipients() for easy access. | |||||
* | Added specialization for typeAdapter <string>::parse() as it took only the ↵ | Vincent Richard | 2004-10-25 | 2 | -0/+44 | |
| | | | | first word of the text (operator<<). | |||||
* | Refactoring (see ChangeLog). | Vincent Richard | 2004-10-21 | 169 | -5201/+6373 | |
| | ||||||
* | 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). | |||||
* | Added FLAG_PASSED message flag to indicate a forwarded message (used in ↵ | Vincent Richard | 2004-10-06 | 1 | -0/+1 | |
| | | | | maildir). | |||||
* | Adding functions in 'header' object to retrieve a list of fields by name/type | Laurent Richard | 2004-10-06 | 2 | -6/+48 | |
| | ||||||
* | Fixed possible bug in destructor, when parent folder is closed before ↵ | Vincent Richard | 2004-10-05 | 1 | -1/+3 | |
| | | | | destroying the message. | |||||
* | Changed meaning of "path" portion in a URL. This does not specify the root ↵ | Vincent Richard | 2004-10-05 | 2 | -5/+6 | |
| | | | | path for "maildir" protocol anymore; instead the "server.rootpath" property is used. The "path" portion can be used to point a specific folder into a mail store (empty = root folder). | |||||
* | Initial import. | Vincent Richard | 2004-10-05 | 204 | -0/+35988 | |