but this bug is in Beta3 ...
* some memory leaks closed
* improved decoding of encoded header fields
* column widths of msg list and sorting order now persistent per folder
* warning when no account was created and check-mail is pressed
* sender: changed conversion of '.'->' .' to '.'->'..' as in RFCxy
and removed conversion of 'From'->'>From' (due to same RFC)
svn path=/trunk/kdenetwork/kmail/; revision=5027
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
definitely want to upgrade the kmmessage class in krn
* added empty-trash-on-exit
* implemented workaround in warning() output for annoying KCharset output
and also for the Qt geometry manager warning messages.
* implemented sorting of folders by type.
svn path=/trunk/kdenetwork/kmail/; revision=4635
* implemented quoted-printable sending of messages
* hmm, what else? ;-)
* improved smart URL and email detection in the reader
svn path=/trunk/kdenetwork/kmail/; revision=4466
* 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
black on black composer window, then please delete the two entries
"Back-Color" and "Fore-Color" in the "Composer" section of .kmailrc
- added a dumb detection, such that a restarted KMail does not open
a composer with receiver "-restarted" ;-)
svn path=/trunk/kdenetwork/kmail/; revision=3507
- now pine&co are able to display the contents of the mail folders, however,
the status field still needs work
- rewrote the quoted-printable header-field parser. Now quoted-printable
encoded header fields look a lot better.
svn path=/trunk/kdenetwork/kmail/; revision=3490
kmail.
BTW: there is a bug in KMComposeWin::rethinkFields().
If you hide headers one by one, it fails an assert when you
hide the next-to-last one.
I committed the changes anyway, because that error seems to have
existed since before.
svn path=/trunk/kdenetwork/kmail/; revision=2982
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
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
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
- 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
- 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