Sorry for not waiting until the patch is reviewed. I don't know when core-devel
comes to live again and how long it takes until someone takes the time to
review it.
Since the release is waiting for that and I was asked to do it as quickly as
possible I commit it now.
svn path=/trunk/kdenetwork/kmail/; revision=81737
work, since the font dialog returns also the foundaries of the fonts.
We use KConfig::readFontEntry instead of our own functions now.
-> All upgraders have to configure their fonts again :-)
svn path=/trunk/kdenetwork/kmail/; revision=80074
- The headers are now decoded with the charset(s) specified it them and not
with the charset of the message.
- KMMsgBase::decodeRFC2047String now returns the string in unicode which
is compatible with encodeRFC2047String and makes some things easier.
- Also the address headers and all other headers are decoded, not only the
subject.
- The headers in the header list are displayed correctely.
- Editing mail in the outbox no longer corrupts non latin subjects.
- Reply and forward also keep non latin subjects.
- Indexfile version upgrade. Old indexes are converted.
svn path=/trunk/kdenetwork/kmail/; revision=71050
non-iso8859-1 support to KMail. This has a GUI change a "Set encoding..."
menu item has been added to the "Options" menu of the composer. This patch
fixes many bugs that non-iso8859-1 users consider critical. I've been
testing if for a few days now, it seems not to adversely affect iso-8859-1
only users, but it's pretty big and needs more testing.
Also a small patch from me to fix some int methods returning bools in
kmfilteraction.cpp (notice by Rik Hemsley, thanks Rik).
Update version number to 1.1.95.3
svn path=/trunk/kdenetwork/kmail/; revision=66711
Fixes view of (image) attachments when composing mails.
As an added bonus use ktempfile for saving attachments.
svn path=/trunk/kdenetwork/kmail/; revision=62499
latin based charset.
Original patch by Igor Janssen, revised by Lars Knoll.
This patch is incomplete, code to display text in the list of message
headers in the correct charset has not been included, as this code was
inefficient. Text in message reader window should be handled ok.
Two new strings were required, "Set Encoding" and "Auto" these strings
have already been translated for Konqueror.
svn path=/trunk/kdenetwork/kmail/; revision=62235
windows current-message pointer to prevent a dangling pointer.
Also fix sefault which occurred when deleting the last message in a folder and
then undoing the action.
svn path=/trunk/kdenetwork/kmail/; revision=60409
better IMHO).
1. I am using QSplitter::setResizeMode(..) on the mHorizPanner
so that the header section keeps its height when the toplevel is
resized.
2. The resize operation of the html widget is delayed by a QTimer.
with a delay of ~150 ms. If a resize event occurs when the timer is
activated it will be igored. This feels faster for the user.
svn path=/trunk/kdenetwork/kmail/; revision=48684
Some people prefer plain text to html, some people would like html mail rendered in plain text using lynx (I haven't done that).
Lots of early adopters want to turn disable HTML mail as HTML mail (with img tags) keeps on crashing KMail (I don't think KMail is at fault, something is wrong somewhere in the libs).
svn path=/trunk/kdenetwork/kmail/; revision=47832
setting dialog when working with quoted fonts. NOTE: This uses a new
feature in KFontChooser (kdeui-kfontdialog) which I just comitted.
2) Quote colors can now be recylcled if nesting level > 3.
Controlled by a check box control in the color tab.
3) kmail now uses the splitted "URL link"/"New message" etc.
colors as selected in the settings dialog.
svn path=/trunk/kdenetwork/kmail/; revision=47349
I updated it to 100 milliseconds, but it's basically black magic.
Also played around a tiny bit just for fun.
svn path=/trunk/kdenetwork/kmail/; revision=45388
(Lars -- it's strange.. When selecting a new message I have to resize
the window to display the message correctly? :) (the strange thing is
that it works in konqueror...)
svn path=/trunk/kdenetwork/kmail/; revision=42493
Better handling of single part html mail.
In composer support undo/redo and new qmultilinedit word wrap.
Trying to debug access function in kmfolder.cpp.
svn path=/trunk/kdenetwork/kmail/; revision=35099
be alerted, this will happen once for everybody now ;-)
* Fonts: implemented font setting for HTML widget,
list of messages, and composer.
* Drag&Drop: implemented drag&drop of messages to
folders. Dropping into HTML widget crashes KMail.
Could be a bug of the HTML widget, however.
* Move-message: improved folder selection dialog.
* Message-list: now cleared properly when the current
folder is deleted.
svn path=/trunk/kdenetwork/kmail/; revision=8157
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
* 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
* popup menus on URLs in the reader
* small bugfix: auto-pgp-sign in composer not always on per default now
svn path=/trunk/kdenetwork/kmail/; revision=4076
Navigating in the reader with page up/down and cursor left/right/up/down
is now possible.
Clicking on an URL in the reader now does the right thing [tm].
Fixed some minor flaws.
svn path=/trunk/kdenetwork/kmail/; revision=2596
Drawback: attachments are currently somewhat broken (you cannot save them).
Benefit: lots. Take a look ;-)
Please install the patched mimelib also. Otherwise KMail does not show
any contents for some messages.
svn path=/trunk/kdenetwork/kmail/; revision=2529