towards mail folder sharing with pine :-)
- fixed a small bug in decoding of quoted-printable header lines
svn path=/trunk/kdenetwork/kmail/; revision=3535
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
the users meant with "KMail uses non-standard mail folders" ;-)
* Seems that nobody noticed up to now that the last line in messages
was (sometimes) missing. Fixed that.
* Clicking on a message part (attachment) now opens this part via kfm.
* Todo: got new KPGP from Lars, need to incorporate the changes.
svn path=/trunk/kdenetwork/kmail/; revision=3102
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
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
The very small needed changes were also passed on to kmail.
I don't think I broke anything. A few features are now missing
but they will reappear very soon.
svn path=/trunk/kdenetwork/kmail/; revision=2937
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
- Fixed kmacctpop.cpp a little in terms of error messages. Fixed KMPasswdDialog
a little. Tomorrow I will add wrong passwd support....
svn path=/trunk/kdenetwork/kmail/; revision=2786
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