Michael Haeckel
f7f348553f
Honour the charset header of attachments, it might be different, that the
...
charset of the first body part.
svn path=/trunk/kdenetwork/kmail/; revision=101973
25 years ago
Stephan Kulow
6164556515
use debug area 5006 - so I can read mails without seeing tons of debug output
...
svn path=/trunk/kdenetwork/kmail/; revision=101769
25 years ago
Marc Mutz
e12ef0feec
Prepending yet more files with necessary #undef QT_NO_{ASCII_CAST,COMPAT}.
...
Finally making the transition in Makefile.am.
svn path=/trunk/kdenetwork/kmail/; revision=101557
25 years ago
Michael Haeckel
a1400b9494
Hopefully get really rid of the font size problems.
...
svn path=/trunk/kdenetwork/kmail/; revision=101537
25 years ago
Daniel Naber
272f5a72de
fixing wrong argument for warning box, thanks to Marc Mutz
...
svn path=/trunk/kdenetwork/kmail/; revision=101300
25 years ago
Holger Schurig
c4e3a2db9f
Double empty lines between header and msg body are now a single empty
...
line
svn path=/trunk/kdenetwork/kmail/; revision=101291
25 years ago
Michael Haeckel
ebe8ff91d1
Mention configuration for APOP and SASL.
...
svn path=/trunk/kdenetwork/kmail/; revision=100941
25 years ago
Michael Haeckel
8518c8c04d
Found a way to solve the too big font size.
...
svn path=/trunk/kdenetwork/kmail/; revision=100871
25 years ago
Michael Haeckel
631746d9eb
I don't know, why disabling external references is commented out, but I think
...
it should definitely work, if we have this option.
svn path=/trunk/kdenetwork/kmail/; revision=100425
25 years ago
Michael Haeckel
2d2893c710
Saving mails and attachments is now network transparent.
...
svn path=/trunk/kdenetwork/kmail/; revision=99874
25 years ago
Michael Haeckel
669052969c
Prevent some compiler warnings.
...
svn path=/trunk/kdenetwork/kmail/; revision=98230
25 years ago
Michael Haeckel
c580d6066c
Patch from Don Sanders <sanders@kde.org> and Sam Magnuson <sam@trolltech.com>
...
Heavy speedup for huge folders.
svn path=/trunk/kdenetwork/kmail/; revision=98218
25 years ago
Michael Haeckel
fe832697f1
Remove all QObject::initMetaObject() calls, since they are automatically
...
executed on demand according to the QT docs.
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=97957
25 years ago
Michael Haeckel
84eeb6eb0e
Use KConfigGroupSaver everywhere.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=97385
25 years ago
Stephan Kulow
04ce930bab
use the kmail mode added by Dirk and make it configurable
...
svn path=/trunk/kdenetwork/kmail/; revision=97044
25 years ago
George Staikos
40308f2ab9
GUI: oooey gooooey oooey
...
mention that imaps is supported
svn path=/trunk/kdenetwork/kmail/; revision=96331
25 years ago
George Staikos
2ba35e5ec8
GUI: Note that SSL and TLS are now supported
...
TLS support is internal to the pop3 ioslave and is transparent. It is
disabled via the crypto kcontrol module only.
(oh and it's not working yet but it will be shortly)
svn path=/trunk/kdenetwork/kmail/; revision=96322
25 years ago
Michael Haeckel
fbbaedbaf9
Mention mailing list identities.
...
svn path=/trunk/kdenetwork/kmail/; revision=95928
25 years ago
Daniel Naber
b3db7c092b
welcome page: mention that the homepage offers import tools
...
svn path=/trunk/kdenetwork/kmail/; revision=95747
25 years ago
Michael Haeckel
c248041620
Monster patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
...
Rewritten filter dialog and some improvements for filtering.
svn path=/trunk/kdenetwork/kmail/; revision=94962
25 years ago
Michael Haeckel
983abdd792
Bann qWarning.
...
svn path=/trunk/kdenetwork/kmail/; revision=94433
25 years ago
Michael Haeckel
a4535d0f9b
Honour the font style for the normal text in the message body.
...
svn path=/trunk/kdenetwork/kmail/; revision=93927
25 years ago
Daniel Naber
ff64652737
show the welcome page not only on the very first start of
...
kmail, but also if the user has just updated kmail
svn path=/trunk/kdenetwork/kmail/; revision=93425
25 years ago
Michael Haeckel
14b2d2099e
Cleanup some code and hopefully fixes the problem, that the Auto setting for
...
the encoding does not work in some strange cases and needs to be set to a
different encoding and back.
svn path=/trunk/kdenetwork/kmail/; revision=93123
25 years ago
Don Sanders
2d490d4dd6
Disable old workaround, maybe it isn't needed anymore.
...
It's causing problems again, when a new message is chosen in the list
of headers it isn't always shown in the reader window.
svn path=/trunk/kdenetwork/kmail/; revision=92927
25 years ago
Michael Haeckel
58b31c67b8
Message scoring.
...
Patch by Guillaume Laurent <glaurent@telegraph-road.org> plus two little fixes
of mine.
svn path=/trunk/kdenetwork/kmail/; revision=92668
25 years ago
Stephan Kulow
fec2831df5
removing "const QString" in return values and parameters. It only confuses compilers,
...
using const QString& in parameters and QString in return values
svn path=/trunk/kdenetwork/kmail/; revision=92546
25 years ago
Michael Haeckel
ed1346de45
Update the about page.
...
svn path=/trunk/kdenetwork/kmail/; revision=92518
25 years ago
Michael Haeckel
f3da988ebc
Workaround for not eating blank lines.
...
Patch by Melchior FRANZ <a8603365@unet.univie.ac.at>
svn path=/trunk/kdenetwork/kmail/; revision=92504
25 years ago
Stephan Kulow
099a7b4b9c
commiting "another patch", which introduces the new action "Move to the next unread text"
...
bound to Key_Space as in netscape. Quite handy to use
svn path=/trunk/kdenetwork/kmail/; revision=92390
25 years ago
Don Sanders
df94f320a2
Attempt to paralize the debugging of this selecting a message header
...
does not always cause the message to be shown problem.
The next time this happens to someone can they tell me whether the
following code gets hit?
void KMReaderWin::setMsg(KMMessage* aMsg, bool force)
{
+ if (aMsg)
+ kdDebug() << aMsg->subject() << " " << aMsg->fromStrip() << endl;
+
// If not forced and there is aMsg and aMsg is same as mMsg then return
if (!force && aMsg && mMsg == aMsg)
return;
+ kdDebug() << "Not equal" << endl;
+
svn path=/trunk/kdenetwork/kmail/; revision=92194
25 years ago
Don Sanders
00b873816a
Reduce the flicker when showing a new message.
...
Now only the scroll bar area flickers and (for reasons I don't fully
understand) only when switching from a message short enough to not show
any vertical scrollbar to another message.
I hate flicker.
svn path=/trunk/kdenetwork/kmail/; revision=92071
25 years ago
Michael Haeckel
675de03f8c
Mimetype guessing from the content when the header is not there does now really
...
work.
svn path=/trunk/kdenetwork/kmail/; revision=92048
25 years ago
Stephan Kulow
b7265e14df
I used kmail and I still can't stand that file dialogs saying * as filter:
...
- KURL url = KFileDialog::getSaveURL( fileName, "*", this );
+ KURL url = KFileDialog::getSaveURL( fileName, QString::null, this );
svn path=/trunk/kdenetwork/kmail/; revision=92001
25 years ago
Don Sanders
08a566a461
Revert this commit that shows a busy cursor whenever the readerwindow
...
shows a new mail, a flickering hourglass looks terrible.
svn path=/trunk/kdenetwork/kmail/; revision=91901
25 years ago
Michael Haeckel
51c7263648
Use the pgp code from libkdenetwork.
...
Patch by Mathias Waack <mathias@atoll-net.de>
svn path=/trunk/kdenetwork/kmail/; revision=91016
25 years ago
Michael Haeckel
d44f89879d
It is not possible to flag messages.
...
Patch by Cristi Dumitrescu <cristid@chip.ro>
svn path=/trunk/kdenetwork/kmail/; revision=90654
25 years ago
Michael Haeckel
b3698a569b
Announce Don's non-blocking sending.
...
svn path=/trunk/kdenetwork/kmail/; revision=90637
25 years ago
Daniel Naber
a30febe152
fixing wish #6335 :
...
Give feedback that kmail is busy with an operation (e.g., show an
hourglass)
svn path=/trunk/kdenetwork/kmail/; revision=89657
25 years ago
Michael Haeckel
9884a783f1
Use the configured font size for the about page.
...
svn path=/trunk/kdenetwork/kmail/; revision=88947
25 years ago
Carsten Pfeiffer
300b4ba508
fixes:
...
- the wheel-scrolling bug
- sets the focus properly in some dialogs
- makes the KAB dialog not show the "select-dialog" when there's nothing to
select
- uses a KURLRequester for the signature lineedit
- shows a busy pointer when closing the config-dialog
- sets the focus properly and positions the cursor nicely when replying to a
mail
svn path=/trunk/kdenetwork/kmail/; revision=88692
25 years ago
Michael Haeckel
1129f518d8
Really display a filename then opening an attachment, even if the mail has no
...
filename parameter but only a message part name.
svn path=/trunk/kdenetwork/kmail/; revision=86742
25 years ago
Michael Haeckel
0f4aea501b
- GUI: Bind a transport (for example SMTP server) to an indentity
...
Patch by Jason Stephenson <panda@mis.net>
- Remove information about not existing folder from the config file.
Especially useful for IMAP folders. That just made my kmailrc 90% smaller.
- Mention a few more features on the about page.
svn path=/trunk/kdenetwork/kmail/; revision=86724
25 years ago
Daniel Naber
0757393a48
updating the welcome text, so we don't forget it again :-)
...
Michael, adding the version number with .arg(KMAIL_VERSION)
should be okay? Or are there any problems with the encoding
for non-latin charsets?
svn path=/trunk/kdenetwork/kmail/; revision=86694
25 years ago
Michael Haeckel
a6daba0774
Don't print the background.
...
svn path=/trunk/kdenetwork/kmail/; revision=86583
25 years ago
Michael Haeckel
5302072f94
Make the font size configuration working again. I don't understand why that
...
has to break due to kdelibs changes regularly.
svn path=/trunk/kdenetwork/kmail/; revision=86579
25 years ago
Michael Haeckel
0002b19f05
Support for attachments that contain a slash in the name.
...
svn path=/trunk/kdenetwork/kmail/; revision=86073
25 years ago
Michael Haeckel
bbf8f4e33f
GUI: Add an action to select all message text.
...
Patch by mailto:Christer Kaivo-oja <whizkid@telia.com>
svn path=/trunk/kdenetwork/kmail/; revision=85810
25 years ago
Michael Haeckel
0852eff263
Don't eat a tab at the start of the first line.
...
svn path=/trunk/kdenetwork/kmail/; revision=84367
25 years ago
Michael Haeckel
6964154410
A tab at the beginning of a line should be equal to 8 spaces, not only 7.
...
svn path=/trunk/kdenetwork/kmail/; revision=84344
25 years ago