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
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
- Better style in kmcomposewin and kmreaderwin
- More changes to kmacctpop
- Bugs fixes, workarounds, etc.
svn path=/trunk/kdenetwork/kmail/; revision=1573
- 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
- Added SMTP support. Still not config file conform -but- stable because
I check -every- darn return value. MultiPart messages are not yes supported
because I have problems with addBodyPart();
- Improved createKMMessagePart() in kmcomposerwin.cpp
- Improved checkMail in kmacctpop.cpp
- Fixed kbusyptr's icon problem
svn path=/trunk/kdenetwork/kmail/; revision=1432
- Fixed attachmentWidget bug. (Cancel button in QFileDialog).
- Added mimemagic stuff. Not yet finished.
- Added separated & inline view of Body Parts.
- Added return value checking in kmacctpop.cpp. Necessary when there is
no network connection, the login name or the password is not valid.
svn path=/trunk/kdenetwork/kmail/; revision=1408