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
* 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
towards mail folder sharing with pine :-)
- fixed a small bug in decoding of quoted-printable header lines
svn path=/trunk/kdenetwork/kmail/; revision=3535
line to kmreaderwin. All changes are #ifdef KRN, since they are
fairly useless to KMail until it gets NNTP capabilities.
Also adopted kpgp.
svn path=/trunk/kdenetwork/kmail/; revision=2962
Functions added:
KMMessage(DwMessage*);
virtual const QString groups(void) const;
virtual void setGroups(const QString aStr);
virtual const QString followup(void) const;
virtual void setFollowup(const QString aStr);
virtual const QString references(void) const;
virtual void setReferences(const QString aStr);
virtual const QString id(void) const;
Also:
Added config defaults in readConfig(), otherwise createReply segfaults.
Used #ifdef KRN to not create X-Mailer, and create X-Newsreader header
instead, and to avoid including kmfolder.h and kmversion.h
This shouldn't break anything in kmail. In fact, it seems to be working
ok :-)
All changes have KRN somewhere near.
Next target: kmcomposewin
svn path=/trunk/kdenetwork/kmail/; revision=2930
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
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
- 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
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