Commit Graph

  • c25824ac0f
    Fix a small typo in API docs of imap4 kio-slave: send -> sent Raphael Langerhorst 2006-10-23 20:20:18 +0000
  • 86d107daed
    - avoid unnecessary string conversion. Dirk Mueller 2006-04-26 23:21:59 +0000
  • 54a0f45587
    Bugfix: KMail: Detach from message observation when destructing KMReaderWin Luke Dashjr 2019-04-21 23:46:48 +0900
  • e53303b929
    Bugfix: KMail: Detach from message observation when destructing KMReaderWin #23 Luke Dashjr 2019-04-21 23:46:48 +0900
  • ee20b03c06
    Improvements on previous commit and other commits published in #19. This removes the need for mIsPlainText caching and also avoid to reread the configuration every time a message is changed. #25 Michele Calgaro 2019-04-20 23:25:34 +0900
  • f13070a323
    KMail: Menu options to toggle "Show Message Structure" Luke Dashjr 2018-02-02 21:36:09 +0000
  • 78e9596eca KMail: Reset preview "Show Message Structure" state when displaying a new message #19 Luke Dashjr 2019-04-19 18:19:46 +0000
  • 165b048f20 Bugfix: kio_imap4: Delete imapCommands more often, and mark with warnings remaining places needing attention (also fixes a double-delete) #21 Luke Dashjr 2018-02-02 09:28:36 +0000
  • 43bd3a8640 don't leak so much Matt Rogers 2007-10-27 18:00:57 +0000
  • 7042667f4e Make the folder assurance read-only. #20 Thomas McGuire 2009-04-17 17:28:34 +0000
  • 9513d5dad1 Typo fix Frederik Schwarzer 2009-02-07 01:12:28 +0000
  • 1b304c59f6 A signal handler that calls for example waitpid has to save errno before and restore it afterwards. Ingo Klöcker 2008-10-05 12:30:43 +0000
  • a5b86fd889 The use of the static keyword is deprecated when declaring objects in a namespace scope.... - The C++ Standard, ISO/IEC 14882:1998, section 7.3.1.1 paragraph 2 Ingo Klöcker 2008-05-24 14:15:58 +0000
  • 526a931a44 Use static const instead of #define Jakub Stachowski 2008-05-06 18:47:59 +0000
  • 7831d0cd28 Default port for imap and imaps. Before after typing imap://server/ in konqueror, slave would try to connect to port 0. Jakub Stachowski 2008-05-04 10:32:25 +0000
  • b22d0b15f6 "x" -> 'x' micro-optimization. Allen Winter 2008-03-08 23:24:47 +0000
  • 9d6d0424a9 Mischael's fix for "IMAP KIO process dies (due to trailing nulls?)" BUG: 153885 Allen Winter 2008-02-06 17:44:28 +0000
  • a5f22c112f Removed useless 'true &&' statement Tobias Koenig 2008-01-21 23:58:58 +0000
  • 92ceaafc2b Fix mailAddress:getStr when rawComment is non-empty Till Adam 2008-01-16 21:25:39 +0000
  • e8bbd24d04 Make getStr const correct. Till Adam 2008-01-14 22:53:45 +0000
  • 9410e570d0 Fix an out of bounds access reported by valgrind. This takes care of all the valgrind errors I've seen so far. Still a few more memory leaks to take care of though. Matt Rogers 2007-10-28 01:03:01 +0000
  • e5839b57b7 fixup the Copyrights Allen Winter 2007-09-17 15:32:53 +0000
  • f43302d955 Partial cherry-pick from: 45d3ed761846a9be6aad1ea652062fd945e87de5 David Faure 2007-01-11 16:23:21 +0000
  • a13c0a3f17 Fix a small typo in API docs of imap4 kio-slave: send -> sent Raphael Langerhorst 2006-10-23 20:20:18 +0000
  • 73c39fc5e6 please review this code! (CID 2067) Stephan Kulow 2006-05-21 12:09:18 +0000
  • 84a1cbbca6 - avoid unnecessary string conversion. Dirk Mueller 2006-04-26 23:21:59 +0000
  • 335d06e975 KMail: Menu options to toggle "Show Message Structure" Luke Dashjr 2018-02-02 21:36:09 +0000
  • e88da445c7 KMail: KMReaderWin::showHideMimeTree: Cache mIsPlainText to allow calling without updating it Luke Dashjr 2018-02-02 21:22:43 +0000
  • 370b3b369b Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-04-02 19:34:35 +0000
  • b7254a04f1 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-04-02 18:58:56 +0000
  • 4d223dc219 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-04-02 18:17:24 +0000
  • 20f0a23b9d
    libkcal tests: small improvement to cmake code to avoid having to escape quotes. Slávek Banko 2019-03-30 21:17:38 +0900
  • e18728a16f
    Disabled libical tests if libical version is less than 1.0. On old libical versions, DST change date is wrong and this would fail some of the tests. This is not a bug in TDE but in old libical libraries. Starting from libical 1.0, the bug seems to have been fixed. Michele Calgaro 2019-03-29 23:04:07 +0900
  • 27b2114fed
    Fixed support for libical version prior to 3. This is required for libkcal tests to work fine on older distributions. Michele Calgaro 2019-03-28 22:56:13 +0900
  • 9d6e89d4db
    Fixed bug in libkcal related to timezones in DT field. Fixed execution of libkcal tests. This resolves bug 2719. Michele Calgaro 2019-03-27 23:27:22 +0900
  • 77ffd0e710
    Fixed building of libkcal tests. Some of the tests still fails when executed. This relates to bug 2719. Special thanks to Emanoil Kotsev <deloptes@gmail.com> for providing an inital patch for the same bug, from which I reused a small section of code. Michele Calgaro 2019-03-24 21:35:42 +0900
  • 309e91d9d6
    libkcal tests: small improvement to cmake code to avoid having to escape quotes. #18 Slávek Banko 2019-03-30 21:17:38 +0900
  • b1b5ff52be
    Disabled libical tests if libical version is less than 1.0. On old libical versions, DST change date is wrong and this would fail some of the tests. This is not a bug in TDE but in old libical libraries. Starting from libical 1.0, the bug seems to have been fixed. Michele Calgaro 2019-03-29 23:04:07 +0900
  • 858a7e560a
    Fixed support for libical version prior to 3. This is required for libkcal tests to work fine on older distributions. Michele Calgaro 2019-03-28 22:56:13 +0900
  • 48af72cbe8
    Fixed bug in libkcal related to timezones in DT field. Fixed execution of libkcal tests. This resolves bug 2719. Michele Calgaro 2019-03-27 23:27:22 +0900
  • ce47e20ed3
    Fixed building of libkcal tests. Some of the tests still fails when executed. This relates to bug 2719. Special thanks to Emanoil Kotsev <deloptes@gmail.com> for providing an inital patch for the same bug, from which I reused a small section of code. Michele Calgaro 2019-03-24 21:35:42 +0900
  • 53ce57b043 Reset submodule main/tdepim/cmake to latest HEAD r14.0.6 TDE Gitea 2019-03-05 19:15:42 +0000
  • 1dedc518b2 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-03-05 18:21:39 +0000
  • ebe7de2bec
    Updated date and version to R14.0.6 in .lsm files. Michele Calgaro 2019-03-03 23:28:47 +0900
  • e17dd21de4
    Updated VERSION reference to R14.0.6 in CMakeLists.txt Michele Calgaro 2019-03-03 22:24:31 +0900
  • 34c9c9328f Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-02-19 18:42:02 +0000
  • 0d0c96783c Reset submodule main/tdepim/admin to latest HEAD TDE Gitea 2019-02-19 18:41:55 +0000
  • d397d3e4cc Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-02-19 17:56:00 +0000
  • 19ea628039 Reset submodule main/tdepim/admin to latest HEAD TDE Gitea 2019-02-19 17:55:55 +0000
  • 2877efbe30 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-02-19 17:12:18 +0000
  • 5f7aa1f7bd Reset submodule main/tdepim/admin to latest HEAD TDE Gitea 2019-02-19 17:12:12 +0000
  • 692eb85c88
    Use common CMake tests. Slávek Banko 2019-02-05 12:46:06 +0100
  • f7fe0b261e
    Use common CMake tests. Slávek Banko 2019-02-05 12:46:06 +0100
  • d884bb3af2 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-02-03 20:24:04 +0000
  • 5e59564fdd Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-02-03 19:51:25 +0000
  • e5d4b184e6 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-02-03 19:13:23 +0000
  • 4de35013a3 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-01-28 17:48:28 +0000
  • edeb0a8aa2 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-01-28 16:55:07 +0000
  • da3bd56acf Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-01-28 16:13:53 +0000
  • 6d81a99204 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-01-13 17:17:03 +0000
  • 8ec9c590eb Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-01-13 16:47:00 +0000
  • da5fea8144 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-01-13 16:14:40 +0000
  • ebececed28 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-01-12 19:15:06 +0000
  • 8c028b9eae Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-01-12 18:45:17 +0000
  • 5f71cfea0c Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2019-01-12 18:12:10 +0000
  • 4def3459af add support to run ctest #17 Emanoil Kotsev 2019-01-03 01:33:46 +0100
  • 47ed46671c
    Avoid overriding user linker flags (LDFLAGS) for modules and shared libs Fabio Rossi 2018-12-17 17:07:38 +0100
  • e0e7f74ed2 Avoid overriding user linker flags (LDFLAGS) for modules and shared libs #14 Fabio Rossi 2018-12-17 17:07:38 +0100
  • 6d8ca11287
    Add CMakeL10n rules. Slávek Banko 2018-12-15 19:45:28 +0100
  • 72b5adf49c
    Add CMakeL10n rules. #13 Slávek Banko 2018-12-15 19:45:28 +0100
  • 587194d4a7 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2018-12-10 04:23:44 +0000
  • e4794189af Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2018-12-10 03:52:15 +0000
  • 1a74f3754c Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2018-12-10 03:17:07 +0000
  • b8e4e30c4e Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2018-12-09 17:34:31 +0000
  • e645c5d59d Reset submodule main/tdepim/admin to latest HEAD TDE Gitea 2018-12-09 17:34:23 +0000
  • ba1933da40 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2018-12-09 16:54:31 +0000
  • 0aba311905 Reset submodule main/tdepim/admin to latest HEAD TDE Gitea 2018-12-09 16:54:26 +0000
  • 619987318c Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2018-12-09 16:13:16 +0000
  • ee8eca280a Reset submodule main/tdepim/admin to latest HEAD TDE Gitea 2018-12-09 16:13:10 +0000
  • 5f09dc115c Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2018-12-02 03:24:46 +0000
  • 08772b168c Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2018-12-02 02:50:40 +0000
  • 2609e92e41 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2018-12-02 02:14:00 +0000
  • 6492b716b3
    Improved previous commit #12 Slávek Banko 2018-11-30 16:17:09 +0100
  • 2e5de46030
    Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. Slávek Banko 2018-11-29 19:52:17 +0100
  • 616ef6128e Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2018-11-29 20:09:57 +0000
  • 7e96199b95 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2018-11-29 19:42:17 +0000
  • 2f0c49e852 Reset submodule main/tdepim/cmake to latest HEAD TDE Gitea 2018-11-29 19:11:42 +0000
  • 79f912680e
    Use TQString for debugging output with unicode strings Fabio Rossi 2018-11-27 16:40:04 +0100
  • 6697c0bf7c
    Add unicode string support to the ktnef parser library Fabio Rossi 2018-11-26 17:26:21 +0100
  • 1340cc3235 Use TQString for debugging output with unicode strings #11 Fabio Rossi 2018-11-27 16:40:04 +0100
  • 9fd3b6acfa Add unicode string support to the ktnef parser library Fabio Rossi 2018-11-26 17:26:21 +0100
  • 9e0b54c3a9
    Update About Info for kmail, kontact and korganizer, this relates to bug 2401 gregory guy 2018-11-24 15:04:29 +0100
  • 74cbb937c7
    Update About Info for kmail, kontact and korganizer, this relates to bug 2401 #10 gregory guy 2018-11-24 15:04:29 +0100
  • f936bd76af
    Added missing applications icons for Kleopatra. Icons have been taken from GnuPG/KDE version of Kleopatra, which is available under GPL version >= 2. François Andriot 2018-11-18 18:47:25 +0900
  • f524f014db
    Added missing applications icons for Kleopatra. Icons have been taken from GnuPG/KDE version of Kleopatra, which is available under GPL version >= 2. François Andriot 2018-11-18 18:47:25 +0900
  • 59b867e23a
    Added GnuPG Kleopatra icons, taken from GNU/KDE original package. #7 Michele Calgaro 2018-11-11 23:42:21 +0900
  • e8ed601634
    Add missing icons for Kleopatra's GpgME backends. Michele Calgaro 2018-11-18 00:52:08 +0900
  • e07bf1c45e
    Add missing icons for Kleopatra's GpgME backends. #8 Michele Calgaro 2018-11-18 00:52:08 +0900
  • f199c3d632
    korganizer: fixed SEGFAULT when deleting recurring TODOs. This resolves bug 2335 and 2682. Michele Calgaro 2018-11-10 23:38:10 +0900
  • 4e2582d3eb
    korganizer: fixed SEGFAULT when deleting recurring TODOs. This resolves bug 2335 and 2682. Michele Calgaro 2018-11-10 23:38:10 +0900