81 Commits (ddaac140fa1f2ceb26cb61417aa43624fe685e4a)

Author SHA1 Message Date
Till Adam f9807c6d66 Fix the caller instead of checking for \0 in crlf2lf as requested by 22 years ago
Ingo Klcker 2c715b30da Merge from osnabrueck_branch: all 22 years ago
Stephan Kulow 81f5853560 fixing the error 23 years ago
Stephan Kulow 7004b37d91 cvsrevertlastchange - I was simply wrong in assuming QFile(".") would be rejected ;( 23 years ago
Stephan Kulow eb63f41e03 no need to filter for files, QFile::open won't work on anything else 23 years ago
Stephan Kulow 75bbc20d46 avoid system calls for maildir folders 23 years ago
Marc Mutz 1c0613b408 Someone seems to like calling ctors-inna-bunch :-) 23 years ago
Till Adam 2a1029eb92 Live on the stack and don't leak. 23 years ago
Till Adam 0752c9362e Don't allow creation of a new maildir folder if there is already a folder with the same name in ~/Mail which has a cur, tmp or new subfolder. This was requested by Ingo. 23 years ago
Till Adam b65ba9b24c When the user deletes a maildir folder first delete the new, cur and tmp subdirs, then check if the dir itself is empty and only then delete the folder directory itself. This prevents data loss if the user has non-kmail data stored in a folder in ~/Mail and then creates a maildir folder of the same name and later deletes it. 23 years ago
Till Adam 088d0c12ab Don't ask the kernel for the mainwidget to ask the mainwidget for the 23 years ago
Ladislav Strojil 36b0aeb8ff Removing KMFolder::quiet(bool beQuiet) method that was used to prevent some 23 years ago
Till Adam f00fbe05b9 Improve error messages using strerror instead of just speculating that 23 years ago
Marc Mutz 440d618087 Remove all FooInherited #defines and all "base" typedefs to make it consistent. They're removed since they obfuscate the inheritance trees and potential problems when changing the inheritance (the compiler doesn't force you to look at every reference to the superclass). 23 years ago
Ingo Klcker 226fb65c25 Convert CRLF to LF after reading maildir message. Since the conversion happens in place no additional memory is used. 23 years ago
Stephan Kulow 15034a99fd don't crash on empty files (DwString can't mmap it, so it's destructor calls abort()) 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Stephan Kulow 38c305d625 if files shall be removed, checking if they exist makes little sense, ::unlink 23 years ago
Carsten Burghardt bbdcd95335 Load imap attachments on demand and load the messages itself progressively. Cool ;-) 23 years ago
Daniel Molkentin 2f118feed6 constant usage of QFile::encodeName() when dealing with files. Boy that was a wild mix before... 23 years ago
Don Sanders 0435441879 Fix bug:61213. 23 years ago
Till Adam ae304a4eda These changes do two things: 23 years ago
Till Adam 6298ce3d87 Don't crash when checking a maildir account for new mail. 23 years ago
Ingo Klcker 024bafa9c0 Don't leak fds if system folders are "closed". Patch by Waldo 23 years ago
Marc Mutz 8552075c1c Make KMMessage inherit privately from KMMsgBase and provide an explicit toMsgBase() cast method. As posted on kmail@kde.org 23 years ago
Ingo Klcker 17a8d213ba Fix bug 58814: Subject shown as "Unknown" until selected (big5 charset) 23 years ago
Zack Rusin 3c79dfd18d Switching to the moved files :) Thanks David! 23 years ago
Zack Rusin b128a466e2 Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation. 23 years ago
Stephan Kulow b8cfc50618 kbusyptr is completely dead now, the internal stack isn't needed as QApplication 23 years ago
Ingo Klcker 1764b25f60 whitespace fixes 23 years ago
Don Sanders 562fd2c507 Improved threading, including subject based threading thanks to Till Adam. 23 years ago
Lauri Watts 58470d4d60 limits.h needed to make this compile on FreeBSD 23 years ago
Antonio Larrosa Jimenez 9a7ebcb078 Replaced comparisons to "" by using isEmpty() 23 years ago
Zack Rusin 1e0d5a824a Let it burn. Folderjobs are in. Now to stabilize imap... 23 years ago
Volker Augustin cd6fda9472 Replace comparison to QString::null with a call to member function .isNull(). 23 years ago
Ingo Klcker 5af125720b Forward port from 3_1: Make index out of date checking more tolerant for maildir folders. 24 years ago
Don Sanders 2e95afc197 Begin integrating the kroupware branch 24 years ago
Don Sanders 2cf1ed8953 Integrate a subset of the changes in the make_it_cool branch. 24 years ago
Ingo Klcker 84f4965f64 Revert HEAD to KDE_3_1_BRANCH. Of course I didn't remove any files that where added to HEAD. 24 years ago
Zack Rusin 8142180fa0 Committing the folder rework. I wanted to wait a little bit, but it fixes 24 years ago
Marc Mutz c95155782d from kroupware_branch: RFC-compliant MDN support 24 years ago
Stephan Kulow b4b19d7e13 May god bless those that name their folders ' /' ;-) 24 years ago
Ingo Klcker 4750861b26 Port Don's "Rewrite the newish encryption state and signature state code." to HEAD. 24 years ago
Ingo Klcker 8528729c53 Fix Bug 42036: Empty messages with no empty line after the header in Maildir format lock kmail 24 years ago
Ingo Klcker 6d0ad1b40d Backport Don's possible fix for Bug #48933 24 years ago
Carsten Burghardt ff80f4e450 Fix multiple undos, fix threading after undo, make undo a KMMoveCommand, make the undostack a QObject and make it emit signals on changes. Correct the default sizes of kmmainwin. Reviewed by Ingo. 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Ingo Klcker 5493818a43 Change KMFolder::isIndexOutdated() to KMFolder::indexStatus() to be able to differentiate between IndexOutdated and IndexMissing. This is necessary to be able to show the 'The index will be regenerated.' message box only in case the index was outdated. This fixes Bug# 48688 24 years ago
Ingo Klcker 32eb97af4f Oops, I did it again. 24 years ago
Ingo Klcker 5bcb437307 CVS_SILENT Style guide text fix: Select crypto module -> Select Crypto Module 24 years ago