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
Not very happing with calling processEvents() at all. It was causing
problems when sending receipts while checking mail.
Guess until we get non-blocking sending implemented this is the way it's
going to have to be.
svn path=/trunk/kdenetwork/kmail/; revision=55816
Using a qdialog has the effect of causing the status message to be centered in the screen which is not something I intended but at least the ghosting is gone now (fingers crossed).
svn path=/trunk/kdenetwork/kmail/; revision=48659
KMail is ready for the newbies of the next millenium and
even Emily Post will be happy with this great innovation.
svn path=/trunk/kdenetwork/kmail/; revision=37159
Patrick Dowler. This change is important becouse without it kmail is
(far) more likely to lose mails then with it.
- server/client => fixes locking problems
- deleting last char in message => attachment problems
- don't quit while sending if last window get's closed
- handle "he@server.org (Miguel de Icaza)" properly
- version 1.0.17
- fixed serious/most suspicous warnings
svn path=/trunk/kdenetwork/kmail/; revision=16501
searches for appearance of given characters in addressbook's
list. Up to now only used beginning of string.
* Added missing i18n() around "Spellcheck complete" in
composer.
* Bugfix: Added %_ in composer settings, e.g. for indentation
template, to add a space at the end. Added %f which expands
to the two first characters of the name in the email address.
* Bugfix: Indentation template (see composer settings) now
supports the same wildcards as the other fields, e.g. "%f>%_"
* Bugfix: kmail hangs when sending large messages via
SMTP. Actually was a performance issue with QRegExp.
* Bugfix: main window was hidden upon press of Ok button
in settings dialog.
* Bugfix: 'From' column did not update new text at
first.
svn path=/trunk/kdenetwork/kmail/; revision=16129
* Composer: answering the confirmation is no longer
ignored.
* Finetuning: added missing pixmaps to makefile and
repainted pixmap for queued and sent messages.
svn path=/trunk/kdenetwork/kmail/; revision=8608
but this bug is in Beta3 ...
* some memory leaks closed
* improved decoding of encoded header fields
* column widths of msg list and sorting order now persistent per folder
* warning when no account was created and check-mail is pressed
* sender: changed conversion of '.'->' .' to '.'->'..' as in RFCxy
and removed conversion of 'From'->'>From' (due to same RFC)
svn path=/trunk/kdenetwork/kmail/; revision=5027
block for KMail:
- Attachments work again
- sending of messages > 64K with sendmail now works
- PGP passphrase is no longer printed to stdout
- inline attachments are handled better
- serious bugs in filter code fixed (filter-Gui is still missing)
- removed KEdit widget (now in KdeLibs)
- fixed some bugs in addressbook editor
- send-again of messages: changing of header fields in the composer did
not really change the contents of the message's header field
svn path=/trunk/kdenetwork/kmail/; revision=4882
* implemented quoted-printable sending of messages
* hmm, what else? ;-)
* improved smart URL and email detection in the reader
svn path=/trunk/kdenetwork/kmail/; revision=4466
* implemented urgent,commit-delivery,commit-read composer msg types
* fixed some bugs in the HTML generation in the reader
* implemented send-again message operation
svn path=/trunk/kdenetwork/kmail/; revision=4310
* fixed nasty bug in SMTP code that caused errors when multiple receivers were
specified in one line (To,Cc,Bcc)
* some cleanup of menus in composer
* re-activated deletion of temp files in kpgp code
* some code containing KSpell support, but not functional yet
svn path=/trunk/kdenetwork/kmail/; revision=4255
- now pine&co are able to display the contents of the mail folders, however,
the status field still needs work
- rewrote the quoted-printable header-field parser. Now quoted-printable
encoded header fields look a lot better.
svn path=/trunk/kdenetwork/kmail/; revision=3490