- Better style in kmcomposewin and kmreaderwin
- More changes to kmacctpop
- Bugs fixes, workarounds, etc.
svn path=/trunk/kdenetwork/kmail/; revision=1573
- Juhhuuu! Fixed kmacctpop.cpp. You can now connect to your pop3 server
without any problems. I will now work on the downloading. It is just 10 lines
more to write. ;-)
- Worked around a problem in kmheaders. If there was not no subject set in a
message the date was shown in the subject column. This has been worked around
- Remove command line option again.
svn path=/trunk/kdenetwork/kmail/; revision=1543
- 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
- Fixed exception handling in kmsender.cpp (SMTP support). Works fine now
- More changes in kmacctpop.cpp's processNewMail. Attempts to syncronize with
the pop3 server.
svn path=/trunk/kdenetwork/kmail/; revision=1456
- 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
Just click on the column headers !
Also fixed a small typo in the name of the green bullet pixmap ;-)
I use KMail as my primary mailer now :-)
svn path=/trunk/kdenetwork/kmail/; revision=1270
- Removed compile warnings from ktablistbox.cpp
- Finished composer's attachment Widget. You can now attach and remove
attachment. The widget also shows the attachment's size. The widget creates
shows itself when attachments are created and automatically hides itself
when there are no more attachments in the list.
svn path=/trunk/kdenetwork/kmail/; revision=1124
I have no idea which is the right class for adding messages)
corrected some bugs within settings (no setGroup)
svn path=/trunk/kdenetwork/kmail/; revision=1119
First implementation of shortcut class for easy access of the
standard Kde keys. This class should go into kdecore and be
accessible via KApplication.
Cleanup of toolbar icons, started using KIconLoader.
svn path=/trunk/kdenetwork/kmail/; revision=1098