diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-09-30 11:03:15 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-09-30 11:03:15 +0200 |
commit | e167d15409204539a0fa3a5b7260ca090192d6fa (patch) | |
tree | 9ee388acd73ced62c05ec5552e90361b4d80b214 /BUGS | |
parent | 7d6ae8bb0067208c70ab0711a8b06678bf022acc (diff) | |
download | kshowmail-e167d15409204539a0fa3a5b7260ca090192d6fa.tar.gz kshowmail-e167d15409204539a0fa3a5b7260ca090192d6fa.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete empty folder templates.
Delete rpm stuff (kshowmail.spec and build-kshowmail folder).
Rework of the README and AUTHORS files.
Add BUGS file.
Move the kshowmail.desktop file into XDG_APPS_INSTALL_DIR directory,
see TDE/tde#26 and bug 2408.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -0,0 +1,32 @@ +Known bugs: +The connection to the pop3 server fails, if there is a null password. +Sound gets interrupted sometimes. + +Fixed bugs: +the messages are sorted in a wrong sequence; fixed in 0.2 +the optiondelete.xpm file is not installed via tgz; fixed in 0.2 +some messages are not translated into other languages; fixed in 0.3 +segfaults when working on empty config list; fixed in 0.3 +on some servers the service is called pop-3. fixed in 0.4 by connect via port 110 +the status line is only updated after transfer. fixed in 0.5 by changed event handling +during dialogs or message boxes conflicting timers fixed in 0.5 +password scrambling algorithm problem fixed in 0.5.1 +Endless loop if long messages are displayed fixed in 0.5.2 +kshowmail locks if several messages are shown in sequence fixed in 0.5.2 +Sometimes the toolbar/statusbar get lost fixed in 2.2.0 +If the number of UIDL's in the cache exceedes 200, fixed in 2.2.0; no uidl cache anymore +old mail may be shown as new, if still on the server. we use xml file now +the uidl0 is not found in the cache, even if it exists +If the first account has no new messages, and the +second account can't get connection, +the list is not refreshed. fixed in 2.2.1 +Crash when KDE shutdown fixed in 2.2.2 +The sorting of messages by other columns (size) +does not work. (535377) fixed in 3.0.0 +The sorting by message numbers does not work correctly fixed in 3.0.1 +in case of multiple accounts +The AlertDialog::signalOk does not work. (514243) fixed in 3.0.1, was KDE2 bug +Crash if all messages of last account are deleted fixed in 3.0.1, never seen again +Missing header fields if transfer interrupted (542602) fixed in 3.0.1 +Crash when disabling account (559122) fixed in 3.0.1 +Wrong account activated if sorted backward (562903) fixed in 3.0.2 |