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
that KMail likes (dir with numbered messages to one large file).
Attachments can now be shell scripts. Defined by adding a | after the
name of the script in Settings->Identity->Signature.
svn path=/trunk/kdenetwork/kmail/; revision=2764
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
- Implemented full SMTP support. Do not know if exception handling
is working right though. This needs testing.
- Changed kmsettings accordingly. You can know set the sending method, mailer,
SMTP Host, SMTP Port from the settings dialog.
- Working hard on kmacctpop.cpp . KMAccount now inherits QObject for
signal/slot handling in kmacctpop. Big problem right now is
DwProtocolClient::SingleLineResponse. It always returns the server's response
from the second last command and not from the last command: e.g.
client.Pass(mPasswd);
response = client.SingleLineResponse();
Response is now : "+OK WUEBBEN is a real hoopy frood." This is the response
from the second last command client.User().
svn path=/trunk/kdenetwork/kmail/; revision=1446