add ssl support |
|
More...
|
about 9 years ago
|
According to RFC 3207 4.2 the client should resent the EHLO command after STARTTLS. Some servers require this behaviour. |
|
More...
|
over 11 years ago
|
[bug]remove invalid invalid character which causes problems during mvn package |
|
More...
|
almost 12 years ago
|
[bug]The decoder used in the fallback decoder should report errors to handle the fallback correctly |
|
More...
|
almost 12 years ago
|
Update to new version of sleepycat for the DB. I had a problem 2 times in which the database got corrupted but after changing to this version i did not see this problem again. The database will be updated automatically and is afterwards incompatible with the old sleepycat version. |
|
More...
|
almost 12 years ago
|
[bug]fix compile error under OpenJDK7 (the function was added to a parent class but with different return type |
|
More...
|
almost 13 years ago
|
[bug] make sure the end of an event does not occur before the start |
|
More...
|
over 13 years ago
|
Updated Ristretto text version |
|
More...
|
over 13 years ago
|
Ristretto POP3+TLS+Exchange Server 2007 bug |
|
More...
|
about 14 years ago
|
[bug] do not select folders which have a Noselect flag |
|
More...
|
almost 15 years ago
|
[intern] also fix tests again for the change in MemBufferInputStream |
|
More...
|
almost 15 years ago
|
[bug] read should return the value in the range of 0 to 255 because of the negative return value at end of stream. This is the way ByteArrayInputStream does this |
|
More...
|
almost 15 years ago
|
[internal] synchronizeHeaderlist() already receives the status from the server so there is no need to get it a second time |
|
More...
|
almost 15 years ago
|
[bug] don't show the root folder in the search dialog. a lot of other code requires a folder's mails to be in the same RootFolder |
|
More...
|
almost 15 years ago
|
[feature] also display the root folder in the search dialog for virtual folders. this way virtual folders are able to search the folders of all accounts |
|
More...
|
almost 15 years ago
|
[bug] fix a null pointer exception when editing virtual folders because they don't have a directory file |
|
More...
|
almost 15 years ago
|
[bug] also sync darft and answered flags with the server if something has changed |
|
More...
|
almost 15 years ago
|
[intern] make sure the imap cache files are unique. it is very unlikely but this way it is safer. also accept the old file names |
|
More...
|
almost 15 years ago
|
[bug] only use the haschildren flag if the server supports it. otherwise get them manually |
|
More...
|
almost 15 years ago
|
[bug] fix various bugs with imap |
|
More...
|
almost 15 years ago
|
[bug] fall back to UTF-8 encoding if there were encoding problems. |
|
More...
|
almost 15 years ago
|
[bug] Fix Reply and Forward with IMAP again. get body stream from folder instead of directly from the MimePart because it will be empty with IMAP |
|
More...
|
about 15 years ago
|
[bug] manually set number of recent messages to 0. This is somehow a workaround if the folder is out of sync |
|
More...
|
about 15 years ago
|
[bug] filter cache should not be static. If different folders perform searches at the same time they may change the filter of the others |
|
More...
|
about 15 years ago
|
[bug] if there is no charset use us-ascii according to RFC 2045 5.2 |
|
More...
|
about 15 years ago
|
[bug] only select calendars which actually exist to avoid null pointer exceptions |
|
More...
|
about 15 years ago
|
[bug] there may be more than one bodypart which should be displayed in a multipart/mixed, so display all of them in one html viewer |
|
More...
|
about 15 years ago
|
[bug] Fix the decoder to only fallback to a different charset if really needed. If the buffer is not rewinded no chars will be read and capacity will always be 0 |
|
More...
|
about 15 years ago
|
[bug] fix displaying of (possibly malformed) messages |
|
More...
|
about 15 years ago
|
[feature]add an icon next to the address if the email of the contact is in the addressbook |
|
More...
|
about 15 years ago
|