Also fixups to the vCard class. it probably still needs more. Now it
tokenizes using a QRegExp, and it strips whitespace from the end of the
lines (which Netscape seems to add?)
svn path=/trunk/kdenetwork/kmail/; revision=52798
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
Two operations are currently supported:
° picking the email address from an entry of the address database to
put it into a to- (etc.) -field.
° adding the sender or any other address that appears in a displayed
message to the address book, by either creating a new entry, or adding
this email address to an existing entry
Everything else is, in my opinion, no task for the mailer.
The files
kmaddrbook.h kmaddrbook.cpp kmaddrbookdlg.cpp kmaddrbookdlg.h
are no more needed, I think, but I did not remove them for now.
The files
addtoaddressbook.cpp addtoaddressbook.h
have been added by me.
There seems to be a problem when using the address database from
different clients at the same time. I will investigate that tomorrow.
--Mirko.
svn path=/trunk/kdenetwork/kmail/; revision=49369
so stupid ?) and had to put one file first in Makefile.am since it #defines
protected public for an include :-)
svn path=/trunk/kdenetwork/kmail/; revision=49096
KMail has now been completely ported from ktablistbox to qlistview (we are making good progress on the port to QT 2.x). This has reduced the size of the executable by a small amount and reduced the number of relocations performed by the linker at startup by a paltry 2 (from 52679 to 52677). The number of relocations required by KMail from 1.1.2 is 17602.
At least the file sizes on my system are quite similar:
671372 KMail 1.0.29
705896 Kmail 1.1.41
I also removed kmsettings from the Makefile.am the other day as this was no longer needed.
svn path=/trunk/kdenetwork/kmail/; revision=47490
WARNING: Composer inherits only KTMainWindow now. If you close reader and
composer is opened, reader will *quit* the application, and you might
lose your mail in composer. I´ll port reader to XMLGui as soon as
possible, and fix this.
svn path=/trunk/kdenetwork/kmail/; revision=45094
so I have added it to a new entry in the "File" menu
- "Settings (New dialog)" so you can see how it works
I fixed the missing KMHeaders::keyPressEvent(QKeyEvent *)
as well
svn path=/trunk/kdenetwork/kmail/; revision=43243
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
without pgp correctly. It includes better checking for for errors
occuring during the running of pgp, and has workarounds for a problem
which caused pgp2.6 to reject messages signed with pgp5, and a problem
with pgp5, when encrypting messages containing non ascii chars.
The passphrase is now finally passed in a secure way with pipes.
svn path=/trunk/kdenetwork/kmail/; revision=11348