summaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS32
1 files changed, 32 insertions, 0 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..591febe
--- /dev/null
+++ b/BUGS
@@ -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