the new config.
Solves kmailrc growing to 2MB and more (a user reported kmail being sluggish
with 5sec delays when closing the composer. This was the reason ;-)
svn path=/trunk/kdenetwork/kmail/; revision=141711
show the user a wrong number of mails loaded. Currently, it shows just the
number of mails in the last account, but with this patch, it shows the
total number of mails.
I haven't tested pop3 or maildir, but they should work as the patch is quite
simple. I also didn't find a way to make it work with imap, so in case there's
an imap account, it just turns back to the current (broken) behaviour.
I waited 4 days for comments for this patch, so I think it's enough.
Btw, this fixes#38403
svn path=/trunk/kdenetwork/kmail/; revision=140766
Should fix the embarrassing "Can't find account """ errors.
I also removed the name reading from KMAccount::readConfig(), since you
can't create KMAccounts without names anyway and KMAcctMgr handles this
for us.
svn path=/trunk/kdenetwork/kmail/; revision=128823
Replace iostream.h by iostream, fstream.h by fstream. Use std:: where
needed: cout=>std::cout, endl=>std::endl, etc.
Remove some unneeded includes.
svn path=/trunk/kdenetwork/kmail/; revision=128592
starts while manual checking is still in progress problem.
Actually I still don't fully understand, how this could happen, since there is
double security and only one security layer obviously had a bug.
svn path=/trunk/kdenetwork/kmail/; revision=124869
checking again immediately after the last check has finished, when the interval
is set to a lower value, that it took to retrieve the mails.
+ if (curAccount == lastAccountChecked) return;
svn path=/trunk/kdenetwork/kmail/; revision=102686
conversions, it indeed gives a better overview in the code.
This also fixes a few minor problems with non-latin folder names.
- Remove all subfolders, when removing a folder, not only the first one.
- Remove some unused code.
svn path=/trunk/kdenetwork/kmail/; revision=102457
"The attached patch makes the following changes to the pop account(s):
- old pop account removed (kmacctpop.h and kmacctpop.cpp can be deleted)
- advanced pop account now is called pop
- Retrieve all mail from server is by default off for pop account
- all advanced and experimental pop accounts are converted to pop on startup"
Yeehaa!
svn path=/trunk/kdenetwork/kmail/; revision=65047
queued mail until after all accounts have finished being checked.
Moved some message from kmmainwin.cpp into kmsender.cpp, tried to make
them smarter, so only state queued messages have been sent successfully
when there were queued messages.
svn path=/trunk/kdenetwork/kmail/; revision=55910
pop account type won't work until I check in an updated pop3 kioslave
(which won't be for a few more days at least). But everything should still
compile and run fine(ish) anyway.
Email me sanders@kde.org cc'ing the kmail list if something is screwed.
svn path=/trunk/kdenetwork/kmail/; revision=42010