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
Use MD5 digests Base 64 encoded for replyId and msgId
Fixed a few errors in threading code.
pre-strip 'From' and 'To' fields in index.
svn path=/trunk/kdenetwork/kmail/; revision=49855
This fixes all my Umlaut-problems with attachments I get from
Windows-Users...
NB: I think, this fix should go into KDE_1_1_BRANCH too ....
svn path=/trunk/kdenetwork/kmail/; revision=42065
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
stored and reused upon next opening. Exception: if there
is a new or unread message in the folder, then the
first new/unread message is shown.
* Composer: fixed missing last character in replies.
* Composer: attachments are now included in forwards.
svn path=/trunk/kdenetwork/kmail/; revision=13281
* 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
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
* 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
the users meant with "KMail uses non-standard mail folders" ;-)
* Seems that nobody noticed up to now that the last line in messages
was (sometimes) missing. Fixed that.
* Clicking on a message part (attachment) now opens this part via kfm.
* Todo: got new KPGP from Lars, need to incorporate the changes.
svn path=/trunk/kdenetwork/kmail/; revision=3102
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
The reader will be cleaned next.
Retrieving POP mails is now in experimental state and may work.
Sending attachments should work now, receiving them still needs work ;-)
svn path=/trunk/kdenetwork/kmail/; revision=2467
Hopefully everything works. Now sent mail is stored in the folder sent.
Also some other bug fixes I described yesterday and the day before.
svn path=/trunk/kdenetwork/kmail/; revision=1909
- Played around with kmacctpop.cpp. Waiting for Doug Sauder to reply
- Added function name() and setName() to KMMessagePart. You can now access
the name parameter of bodyParts. Important for the reader and composer.
Name() and SetName() are two new functions in the latest mimelib.
- Started support for email addresses on the command line.
svn path=/trunk/kdenetwork/kmail/; revision=1525