* Startup: added option -check which does mail checking
upon startup. Also options that start with a '-' but which
are unknown are now skipped.
1998-03-09 Stefan Taferner <taferner@kde.org>
* Reader: '_' was not considered part of a smart-detected email
address (auto detection of @).
* Reader: attachments of type message/rfc822 are now shown
in an external reader window if open or view from the attachment
popup menu is chosen.
* Composer: finally got insertion of tabs into message
working.
svn path=/trunk/kdenetwork/kmail/; revision=6107
address (auto detection of @).
* Reader: attachments of type message/rfc822 are now shown
in an external reader window if open or view from the attachment
popup menu is chosen.
* Composer: finally got insertion of tabs into message
working.
svn path=/trunk/kdenetwork/kmail/; revision=5973
address (auto detection of @).
* Reader: attachments of type message/rfc822 are now shown
in an external reader window if open or view from the attachment
popup menu is chosen.
* Composer: finally got insertion of tabs into message working.
svn path=/trunk/kdenetwork/kmail/; revision=5943
* workaround for initial-size bug in Qt-1.32 for composer/attachments
* confirm dialog for emptying folders
* sender names now without email addr in message list
svn path=/trunk/kdenetwork/kmail/; revision=5900
* sometimes the blank line between messages in a folder was missing
* Cc: should not be copied when reply is pressed, now fixed
svn path=/trunk/kdenetwork/kmail/; revision=5732
- Improved kmnewiostatuswdg*
- Implemented the StatusWdg for local accouts. Aborting for local accounts
is not yet supported.
svn path=/trunk/kdenetwork/kmail/; revision=5709
- no more "Unknown charset" dialog, when no charset for message is specified
- you can switch between charsets editing one message, this way kmail can
send multilingual messages. Of coure encoded in Unicode ( only UTF-8 now,
but I'll add UTF-7 support before KDE 1.0)
- and some more fixes I don't remember
svn path=/trunk/kdenetwork/kmail/; revision=5646
the great text adventure debian ;)
Bernd: I moved the configure call for kfloppy/e2fs into configure, since the
way I've done it in kfloppy doesn't work always
svn path=/trunk/kdenetwork/kmail/; revision=5643
It is disabled by default, but it can be enabled by defining CHARSETS macro.
For examble executing:
make CPPFLAGS=-DCHARSETS
Of course, if it works, -DCHARSETS should be put into Makefile.am, or better
all "#ifdef CHARSETS" and such should be removed from code.
I am waiting for comments (jajcus@zeus.polsl.gliwice.pl)
svn path=/trunk/kdenetwork/kmail/; revision=5580
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