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
- Starting reimplementing QLineEdit for our needs
- Added yesNo QMsgBox's for quit() and kmcomposer closeevent if editor is
modified.
svn path=/trunk/kdenetwork/kmail/; revision=2713
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
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
beginning is quoted to cause no problems when sending.
Sending mails seems to work fine now as long as there are no attachments.
svn path=/trunk/kdenetwork/kmail/; revision=2190
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
- 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
- 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
- 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
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
Also added some features to KTabListBox:
- the last column resizes when the widget resizes
- a small space between columns
svn path=/trunk/kdenetwork/kmail/; revision=249