249 Commits (3c90a0e8c44db7c2794de68c01d1d897b083cc1c)

Author SHA1 Message Date
Carsten Burghardt 2acae2c231 Support for configurable Sender/Receiver is now better 25 years ago
Carsten Burghardt 9bc7408968 Adds configurable sender/receiver to each folder 25 years ago
Michael Haeckel d106dc8427 Don't loose the automatically set replied flags in IMAP folders after 25 years ago
Michael Haeckel 32970dbf49 Don't delete the serial number files after reading them and some cleanup. 25 years ago
Michael Haeckel 81fd954e5d Use serial numbers instead of message id for undo. 25 years ago
Michael Haeckel 1a0a626a15 Introduce message serial numbers in order to make the context menu in separate 25 years ago
Michael Haeckel 297b1516c4 Make index file recreation O(n) instead of O(n^2). This becomes slow with 25 years ago
Michael Haeckel ed29cf8fc9 Expire old messages from any folder. 25 years ago
David Faure 60198e652a CVS_SILENT fixheaders 25 years ago
Dirk Mueller 6797558d5d 356 includes less 25 years ago
Michael Haeckel f532a1d6fb Don't crash, when moving several messages from an IMAP folder to a local one. 25 years ago
Michael Haeckel afaa128982 Prevent some compiler warnings. 25 years ago
Michael Haeckel 82339c4c96 Make moving/copying multiple mails from IMAP to local folders working again 25 years ago
Michael Haeckel 3053058627 QList -> QPtrList 25 years ago
Michael Haeckel e3127d7f19 Store the IMAP folder also in a KMFolderMgr like the local folders. 25 years ago
Don Sanders 80a5c3453d Fix problem with index file corruption detection. It was returning a lot 25 years ago
Kurt Granroth 0b28159da9 Massive commit to include native maildir-style mailboxes support in 25 years ago
Michael Haeckel afcde8f996 Permanent IMAP header caching. 25 years ago
Don Sanders 21474c87be Disable recently added sanity checking, was necessary due to the 25 years ago
Don Sanders ff043abbf7 Fix problem with local accounts introduced by my last commit. 25 years ago
Don Sanders 0a0bb2b8d2 Here's a patch which works towards a couple of goals. 25 years ago
Don Sanders 04a6be9323 Revert undiscussed commit by tanton 25 years ago
Don Sanders e2abc31a31 Added missing resize calls. 25 years ago
Tobias Anton 2c506f40b0 this fixes a crash when parsing a corrupted index file. 25 years ago
Don Sanders 6b45aa141a Don't fsync a KMFolder after everytime addMsg is called. 25 years ago
Don Sanders c51b01e9b6 More robust handling of upgrading index files corrupted with nulls. 25 years ago
Don Sanders 8d1e6dd3fa Critical bug fix - please move tag. 25 years ago
Don Sanders 7bae55584e Possibly improve reliability on unclean shutdown of the operating system. 25 years ago
Michael Haeckel 71a665f186 Escape leading dots in foldernames of imap folders. 25 years ago
Michael Haeckel e895b47719 Mailing list IMAP folders work now correctely without loosing the settings. 25 years ago
Don Sanders 858d958c03 I've fixed the problem with deleting messages 25 years ago
Michael Haeckel ba08a83bc8 ASCII_CAST cleanup for kmmsgbase.cpp and kmacctlocal.cpp. 25 years ago
Michael Haeckel ceffd57016 - Store filenames always in unicode. Although this requires much more local8Bit 25 years ago
Stephan Kulow fad19ec9f2 converting the remaining qDebug calls to kdDebug(5006) 25 years ago
Stephan Kulow 6164556515 use debug area 5006 - so I can read mails without seeing tons of debug output 25 years ago
Michael Haeckel f5fbc88803 kmfolder and kmheaders are not also ascii cast free. 25 years ago
Michael Haeckel 1ea3c09114 Revert two broken commits. 25 years ago
Luk Tinkl 83535fa909 passing .latin1() to system() is a no no 25 years ago
Marc Mutz 20ed595a46 Add #undef QT_NO_{ASCII_CAST,COMPAT}, resp. to the tops of .cpp files that 25 years ago
Michael Haeckel 669052969c Prevent some compiler warnings. 25 years ago
Michael Haeckel c580d6066c Patch from Don Sanders <sanders@kde.org> and Sam Magnuson <sam@trolltech.com> 25 years ago
Michael Haeckel fe832697f1 Remove all QObject::initMetaObject() calls, since they are automatically 25 years ago
Stephan Kulow 8ca8afd932 making use of indentities indepent of mailing lists 25 years ago
Michael Haeckel 84eeb6eb0e Use KConfigGroupSaver everywhere. 25 years ago
Stephan Kulow 29021bdb05 .copy on a Qt string is a noop since quite some Qt versions 25 years ago
Michael Haeckel e5adf2a876 Don't add an empty Content-Type header to mails, that don't have one. 25 years ago
Stephan Kulow ae16a29f43 - msgStr = i18n("Creating index file: %1 messages done").arg(num); 25 years ago
Michael Haeckel 7a32089a2c Specifiy an identity for every mailing list. 25 years ago
Stephan Kulow fec2831df5 removing "const QString" in return values and parameters. It only confuses compilers, 25 years ago
Michael Haeckel 98e452c985 - Don't crash when exiting KMail while a message in an IMAP folder is selected 25 years ago