summaryrefslogtreecommitdiffstats
path: root/kioslaves
Commit message (Collapse)AuthorAgeFilesLines
* Fix IMAP parsing mistakes due to internal memory errorsv3.5.13.2Slávek Banko2013-05-301-1/+1
| | | | (cherry picked from commit c830701a444a8f4f1ce8ce55fa7c1aff083ee5cc)
* Fix another endless loop in imapparserv3.5.13.1Slávek Banko2012-09-261-1/+5
| | | | | | Thanks to Francois Andriot for the patch This resolves Bug 1235 (cherry picked from commit 786fea2fe83883d18d23b653994642944d336c3f)
* Fix more SEGV in imapparserSlávek Banko2012-09-261-2/+7
| | | | | | Thanks to Francois Andriot for the patch This resolves Bug 1235 (cherry picked from commit 590161fd805b5d9c397a5dc192996d13acdbaff6)
* Fix segfault in IMAP folder parsingSlávek Banko2012-06-031-2/+6
| | | | | Thanks to Francois Andriot for the patch! (cherry picked from commit 9b43d6e1802a64d4510d5c217eedef0c5d4cc6ff)
* Fix IMAP hang on auth failureTimothy Pearson2012-06-031-3/+3
| | | | | | This closes Bug 1007 Thanks to Francois Andriot for the patch! (cherry picked from commit aa2af2573ba32542b7f8422c4c0d7f142edd9d95)
* Fix linear alphabet string errorsTimothy Pearson2012-06-031-1/+1
| | | | (cherry picked from commit 80bc593eb31b3162fd870ee64eceb0ec90fac15c)
* Fix inadvertent TQt changesTimothy Pearson2012-06-037-19/+19
| | | | | This closes Bug 752 (cherry picked from commit d497b1b0373d758ede3d877ab68c8d7c8ab29062)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-031-2/+2
| | | | (cherry picked from commit ba2a3ce341c0c71bbbcf350fcbcd60c552220b31)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-038-57/+57
| | | | (cherry picked from commit 716a5de8870d7c02bb4d0aed72f30291b17b763a)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-038-30/+30
| | | | (cherry picked from commit 0e00c0a86a4c9d7e80c7b66d91940cc7dcb79f78)
* Fix a number of strings in Trinity that were incorrectly converted to TQ* ↵tpearson2011-09-182-7/+7
| | | | | | | | | from Q* This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of accidental tqStatus string conversionstpearson2011-08-271-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-104-9/+9
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1018-127/+127
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-092-3/+3
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable kdepim compilation under Qt4tpearson2011-04-1411-75/+75
| | | | | | | | This will likely break Qt3 compilation temporarily, which is an unintended side effect. A third and final kdepim commit will repair Qt3 compilation shortly. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227946 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial conversion of kdepim to TQttpearson2011-04-1329-252/+253
| | | | | | | | | This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdepim/kioslaves] do not build sieve kioslave when missing sasl supportsamelian2011-03-061-1/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1223990 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdepim]: initial cmake support for following subpackages: akregator, ↵samelian2011-03-055-0/+153
| | | | | | certmanager, kaddressbook, kalarm, kioslaves, kmail, ktnef, libemailfunctions, libkcal, libkdenetwork, libkdepim, libkmime, libkpgp, libkpimidentities, libksieve, mimelib git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1223912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Moved kpilot from kdepim to applications, as the core Trinity libraries ↵tpearson2011-02-1617-91/+91
| | | | | | should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Massive set of changes to bring in all fixes and enhancements from the ↵tpearson2010-09-014-13/+70
| | | | | | | | | | | Enterprise PIM branch * Ensured that the Trinity changes were applied on top of those enhancements, and any redundancy removed * Added journal read support to the CalDAV resource * Fixed CalDAV resource to use events URL for tasks and journals when separate URL checkbox unchecked git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1170461 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-026-8/+8
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1158452 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3137-1078/+1078
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-2574-0/+14097
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da