summaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-09-30 11:03:15 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-10-01 17:16:10 +0900
commit6726e2fbb9c2cfc27bc67e7793863bc036b55944 (patch)
treecd98714f8509e774befe0def178a03ec1582ef85 /BUGS
parent61254b9781405072cc10e9e3a57fa02460139a29 (diff)
downloadkshowmail-6726e2fbb9c2cfc27bc67e7793863bc036b55944.tar.gz
kshowmail-6726e2fbb9c2cfc27bc67e7793863bc036b55944.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> (cherry picked from commit e167d15409204539a0fa3a5b7260ca090192d6fa)
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