Michael Haeckel
073b055ec9
bAutoCharset should probably be initialized somewhere.
...
svn path=/trunk/kdenetwork/kmail/; revision=122543
25 years ago
Michael Haeckel
95b678f43e
Don't set the charset header to us-ascii when cancelling editing a mail.
...
svn path=/trunk/kdenetwork/kmail/; revision=122538
25 years ago
Michael Haeckel
28335431a1
Remove the Content-Transfer-Encoding header, in a mail with attachments.
...
Marc can't read Ingo's mails otherwise if Ingo initially forgot the attachment
and then edited the mail again :-)
svn path=/trunk/kdenetwork/kmail/; revision=122533
25 years ago
Waldo Bastian
24789709d9
Don't leak popup windows.
...
svn path=/trunk/kdenetwork/kmail/; revision=122423
25 years ago
Marc Mutz
233d144df3
kmcomposewin.cpp #includes configuredialog.h only for the #define of
...
DEFAULT_EDITOR_STR. This temp. workaround (until internal classes of
the configuredialog are removed from configuredialog.h) to remove this
expensive #include is to copy the #define.
svn path=/trunk/kdenetwork/kmail/; revision=122217
25 years ago
Ingo Klcker
3d23693e38
- Make the colors used to colorize PGP messages configurable
...
- Make the colorbar configurable
- 'Automatically encrypt messages if possible' patch
svn path=/trunk/kdenetwork/kmail/; revision=122027
25 years ago
Michael Haeckel
a5f5ccb15c
Make it possible to choose the encoding when inserting a text file.
...
svn path=/trunk/kdenetwork/kmail/; revision=121821
25 years ago
Michael Haeckel
d468446680
Fix the tab order.
...
svn path=/trunk/kdenetwork/kmail/; revision=121816
25 years ago
Michael Haeckel
8f753c2855
Make non-ascii attachment filenames and descriptions working again.
...
svn path=/trunk/kdenetwork/kmail/; revision=121810
25 years ago
Ingo Klcker
a4ec968cc3
Revert Logi's commit because it violates the feature freeze and furthermore it's buggy.
...
svn path=/trunk/kdenetwork/kmail/; revision=121736
25 years ago
Logi Ragnarsson
23784b087a
Added setting to pgp-encrypt e-mail by default
...
svn path=/trunk/kdenetwork/kmail/; revision=121528
25 years ago
Don Sanders
0a9a82e343
Fix bug with the signature being inserted at the start instead of the
...
end of the composer.
svn path=/trunk/kdenetwork/kmail/; revision=121440
25 years ago
Waldo Bastian
ce39174336
Automatic charset selection.
...
svn path=/trunk/kdenetwork/kmail/; revision=121196
25 years ago
Michael Haeckel
6ce0aabf81
Make the sent mail folder of the default identity working. Thanks to Ronen Tzur.
...
svn path=/trunk/kdenetwork/kmail/; revision=121105
25 years ago
Michael Haeckel
fbb0e7f156
Update the folder list in real time also for the sent-mail folder.
...
Patch by Ronen Tzur <rtzur@shani.net>
svn path=/trunk/kdenetwork/kmail/; revision=120970
25 years ago
Ingo Klcker
c3b886c5b2
- Adapt KMail to the changes in Kpgp*
...
- Changed configuration of PGP user identity. Now a "Default PGP Key" can be selected via the reworked key selection dialog.
- Colorful display of signed/encrypted messages. Currently not configurable.
- Colorbar to indicate PGP/Non PGP/HTML messages. Currently #ifdef'ed (#ifdef COLORBAR) because it's not configurable.
svn path=/trunk/kdenetwork/kmail/; revision=120719
25 years ago
Helge Deller
d5fc2361c4
- hotkey-support (Ctrl-E) to switch between configured font and a fixed width font,
...
- fixed a few minor buglets,
- some tuning in in the mail-rendering engine (quotedHTML()),
- removed unneeded mSavedEditorFont variable,
- Thanks to Michael Häckel for reviewing
svn path=/trunk/kdenetwork/kmail/; revision=120657
25 years ago
Roberto Teixeira
739afed1bf
Does not allow 'outbox' to be used as 'sent-mail folder'
...
svn path=/trunk/kdenetwork/kmail/; revision=119155
25 years ago
Michael Haeckel
efb4c5406e
Don't confuse us-ascii and iso-8859-1.
...
svn path=/trunk/kdenetwork/kmail/; revision=119142
25 years ago
Roberto Teixeira
d2fcb22713
This fixes some problems with the former commit:
...
- Increased version number of kmcomposerui.rc
- changed value for ALL_HDRS to allow showing HDR_FCC
- Fcc sticky checkbox now works
- Changed location for Fcc.
- Fixed problem in the configuration dialog
- Removed an extra colon in "Sent-mail Folder"
- Sorted about dialog.
svn path=/trunk/kdenetwork/kmail/; revision=119127
25 years ago
Roberto Teixeira
c08e892412
Added option to allow each identity having a separate sent-mail folder. Also
...
added a option to pick a sent-mail folder on the composer window.
The folders are all identified by the idString() and in all situations there
is a fallback (kernel->sentFolder()) in case the specified folder has been
deleted or something like this.
Possible problems pointed by Ingo Klöcker have been solved.
svn path=/trunk/kdenetwork/kmail/; revision=119050
25 years ago
Gregory Mokhin
260a06e3c3
i18n fix
...
svn path=/trunk/kdenetwork/kmail/; revision=118730
25 years ago
Michael Haeckel
8db155785a
Use the names we get from QTextCodec::mimeName() for the encoding lists.
...
svn path=/trunk/kdenetwork/kmail/; revision=118727
25 years ago
Carsten Pfeiffer
7d23e50d78
oups
...
svn path=/trunk/kdenetwork/kmail/; revision=117883
25 years ago
Carsten Pfeiffer
9fd6fe744c
use the kstdaccel instead of hardcoded Ctrl-T
...
svn path=/trunk/kdenetwork/kmail/; revision=117770
25 years ago
David Faure
60198e652a
CVS_SILENT fixheaders
...
svn path=/trunk/kdenetwork/kmail/; revision=117511
25 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Dirk Mueller
dd58455158
CVS_SILENT: fixincludes
...
svn path=/trunk/kdenetwork/kmail/; revision=117155
25 years ago
Waldo Bastian
2b34a1e7ea
Work around Qt bug. Bugreport send to Trolltech.
...
- if (!sigText.startsWith("-- \n")) mEditor->insertLine("-- ", -1);
- mEditor->insertLine(sigText, -1);
+ if (!sigText.startsWith("-- \n")) mEditor->append("-- ");
+ mEditor->append(sigText);
svn path=/trunk/kdenetwork/kmail/; revision=117083
25 years ago
Waldo Bastian
b76bdbb1b7
Check for empty subject in the composer window, instead of in the send part.
...
svn path=/trunk/kdenetwork/kmail/; revision=116902
25 years ago
Michael Haeckel
f3c8ed3f27
Handle tabs in the composer correctely.
...
Switch only from the first line of the first paragraph to the subject and not
from the whole paragragh, when pressing the up key.
svn path=/trunk/kdenetwork/kmail/; revision=116692
25 years ago
Waldo Bastian
c2fd9712a1
Warn if us-ascii or local8Bit encoding can't encode all characters.
...
(This was already done for encodings handled by a particular codec)
svn path=/trunk/kdenetwork/kmail/; revision=116653
25 years ago
Michael Haeckel
871a2802d4
Make attachment drag and drop working with Qt3.
...
svn path=/trunk/kdenetwork/kmail/; revision=116288
25 years ago
Carsten Pfeiffer
45df6c31d4
fix completion for David
...
svn path=/trunk/kdenetwork/kmail/; revision=114998
25 years ago
Michael Haeckel
030afdb5c7
It nearly compiles with QT_NO_COMPAT now, besides a few khtml headers which
...
make trouble.
svn path=/trunk/kdenetwork/kmail/; revision=114869
25 years ago
Michael Haeckel
afaa128982
Prevent some compiler warnings.
...
svn path=/trunk/kdenetwork/kmail/; revision=114851
25 years ago
Michael Haeckel
935783954f
Store all widgets in heap. Actually doesn't fix anything, but one don't know.
...
Thanks to "Aaron J. Seigo" <aseigo@mountlinux.com>
svn path=/trunk/kdenetwork/kmail/; revision=113827
25 years ago
Michael Haeckel
f5b65e9142
Use the configured font again also for the header edit fields in the composer.
...
svn path=/trunk/kdenetwork/kmail/; revision=113720
25 years ago
Michael Haeckel
ed625e6041
Make the composer editor working again.
...
Actually a one line fix...
- return FALSE;
+ return KMEditInherited::eventFilter(o, e);
svn path=/trunk/kdenetwork/kmail/; revision=113718
25 years ago
Michael Haeckel
0dc639bb44
SMTP authentication and SMTP over TLS/SSL.
...
svn path=/trunk/kdenetwork/kmail/; revision=113677
25 years ago
Michael Haeckel
e069bc69f1
Seems the paragraph length contains the \n character.
...
svn path=/trunk/kdenetwork/kmail/; revision=113628
25 years ago
Michael Haeckel
b005bf82c2
Make word wrap working again with Qt3.
...
svn path=/trunk/kdenetwork/kmail/; revision=113598
25 years ago
Michael Haeckel
d7fc11e84a
Make the font size configuration working again. Font family still doesn't work.
...
svn path=/trunk/kdenetwork/kmail/; revision=113589
25 years ago
Michael Haeckel
2a6d422a5a
Prevent an occasional crash, when queuing messages.
...
svn path=/trunk/kdenetwork/kmail/; revision=113301
25 years ago
Michael Haeckel
12ce1d2666
Remove some obsolete code and work around the miniature fonts in the html
...
widget.
svn path=/trunk/kdenetwork/kmail/; revision=112870
25 years ago
Michael Haeckel
3053058627
QList -> QPtrList
...
svn path=/trunk/kdenetwork/kmail/; revision=112855
25 years ago
Michael Haeckel
e05d088b09
Compile with recent kdelibs and QT3.
...
Besides a few problem KMail now even works with QT3.
- The reader window uses point size 1.
- The composer editor appears to be a bit buggy
- Chinese characters in headers work, but even if there should actually be
latin ones instead :-)
svn path=/trunk/kdenetwork/kmail/; revision=112732
25 years ago
Marc Mutz
f1c66804b2
Qt3 compile fixes. The last problem is in kmcomposewin.cpp
...
svn path=/trunk/kdenetwork/kmail/; revision=112567
25 years ago
Carsten Pfeiffer
6cbc0e9d7b
add some tooltips for the addressbook buttons
...
svn path=/trunk/kdenetwork/kmail/; revision=111282
25 years ago
Ingo Klcker
fb7fe23ce0
- setSelection(0, 0, 0, 0);
...
+ deselect();
svn path=/trunk/kdenetwork/kmail/; revision=111162
25 years ago