Michael Haeckel
9d38b282f2
Don't crash, when selecting a folder, where importing OE5 mails is in
...
progress.
svn path=/trunk/kdenetwork/kmail/; revision=128265
25 years ago
Michael Haeckel
86f702e78d
Save the index files on exit without being killed by the session management
...
if it takes too long.
svn path=/trunk/kdenetwork/kmail/; revision=128258
25 years ago
Michael Haeckel
8b8b44e5f1
Get rid of the internal addressbook.
...
svn path=/trunk/kdenetwork/kmail/; revision=128108
25 years ago
Michael Haeckel
4d6996e796
- Use iso-2022-jp as default Japanese charset instead of euc-jp.
...
- Slightly better support for broken mails without charset header
Thanks to Takumi ASAKI <asataku@osk3.3web.ne.jp>
svn path=/trunk/kdenetwork/kmail/; revision=127974
25 years ago
Dirk Mueller
aa0cadacd1
CVS-SILENT: fixincludes -e
...
svn path=/trunk/kdenetwork/kmail/; revision=126995
25 years ago
David Faure
b8d4de754c
Support for multiple --attach on the command line
...
svn path=/trunk/kdenetwork/kmail/; revision=126462
25 years ago
Michael Haeckel
4af4df8109
Don't crash on exit after creating a new IMAP account.
...
svn path=/trunk/kdenetwork/kmail/; revision=126186
25 years ago
Marc Mutz
40b2c213f4
reverting my last commit, since http://www.imc.org/mail-i18n.html says utf-7 is deprecated.
...
svn path=/trunk/kdenetwork/kmail/; revision=125693
25 years ago
Marc Mutz
cc7b54bc64
utf-8 -> utf-7 in preferred charsets default. Let's have a beta to test codec and interoperability
...
svn path=/trunk/kdenetwork/kmail/; revision=125571
25 years ago
Carsten Burghardt
2acae2c231
Support for configurable Sender/Receiver is now better
...
svn path=/trunk/kdenetwork/kmail/; revision=125536
25 years ago
Marc Mutz
aab2a4fcdc
Make QUtf7Codec available to KMail
...
svn path=/trunk/kdenetwork/kmail/; revision=125462
25 years ago
Michael Haeckel
3032615b4a
On demand downloading of huge mails, deleting without downloading. Manually or
...
via filter rules.
I know, a late feature, but this one comes really very close after IMAP and
SMTP authentication with the number of people requesting it.
Patch by Heiko Hund <heiko.hund@gmx.net>
and Thorsten Zachmann <T.Zachmann@zagge.de>
svn path=/trunk/kdenetwork/kmail/; revision=125097
25 years ago
Michael Haeckel
a57d540f81
The sent-mail folder is supposed to show the reciever and not the sender.
...
svn path=/trunk/kdenetwork/kmail/; revision=124633
25 years ago
Michael Haeckel
7611cbf19c
- Don't crash, when recreating an IMAP account with the same name.
...
- Make folder listing faster, when several folders disappeared.
svn path=/trunk/kdenetwork/kmail/; revision=124009
25 years ago
Michael Haeckel
19b7a57e89
Per identity configurable drafts folder (local and IMAP).
...
Patch by Carsten Burghardt <cb@emedia-consult.de>
svn path=/trunk/kdenetwork/kmail/; revision=123572
25 years ago
Michael Haeckel
1a0a626a15
Introduce message serial numbers in order to make the context menu in separate
...
reader windows working correctely.
Patch by Ronen Tzur <rtzur@shani.net>
svn path=/trunk/kdenetwork/kmail/; revision=123542
25 years ago
Waldo Bastian
ce39174336
Automatic charset selection.
...
svn path=/trunk/kdenetwork/kmail/; revision=121196
25 years ago
Michael Haeckel
ed29cf8fc9
Expire old messages from any folder.
...
Patch by Samuel Penn <sam@bifrost.demon.co.uk>.
svn path=/trunk/kdenetwork/kmail/; revision=119556
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
Carsten Pfeiffer
057100bb21
centralize the ugly exit(1)s, show a messagebox via KNotify and use
...
kdWarning() instead of kdDebug()
svn path=/trunk/kdenetwork/kmail/; revision=116652
25 years ago
Michael Haeckel
ed440770b5
Display the sending progress in the status bar.
...
svn path=/trunk/kdenetwork/kmail/; revision=114607
25 years ago
Michael Haeckel
09334aabe3
Organize the temp files for the attachments in a more intelligent way.
...
Should fix:
- Problems for some people with attachments when running KMail outside of KDE
- Inline images not refreshed, when switching between two mails containing
attachments with the same name
- Conflicts, when opening several mails at the same time
svn path=/trunk/kdenetwork/kmail/; revision=114466
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
Michael Haeckel
fc426b31aa
- Adding/removing IMAP accounts should work again properly.
...
- KMFolder::type() returns now a QString instead of a char *.
svn path=/trunk/kdenetwork/kmail/; revision=111693
25 years ago
Michael Haeckel
e3127d7f19
Store the IMAP folder also in a KMFolderMgr like the local folders.
...
- Allows easily keeping track of obsolete cache files. These are now cleaned up.
- IMAP folders are now always accesible, not only when already connected.
svn path=/trunk/kdenetwork/kmail/; revision=111641
25 years ago
Kurt Granroth
0b28159da9
Massive commit to include native maildir-style mailboxes support in
...
KMail. To test, create a Child Folder and select "maildir" as the
mailbox type.
svn path=/trunk/kdenetwork/kmail/; revision=109511
25 years ago
Don Sanders
a0e9a4dca0
Don't compact when kmail is exiting due to a request by session management.
...
svn path=/trunk/kdenetwork/kmail/; revision=107822
25 years ago
Daniel Naber
53aeeef877
really only show the welcoem page once. removing this from
...
configuredialog.cpp:
KConfigGroupSaver saver(config, "General");
config->writeEntry("first-start", false);
config->sync();
...and adding a writeEntry call in kmkernel.cpp
svn path=/trunk/kdenetwork/kmail/; revision=106215
25 years ago
Michael Haeckel
982fa5504d
Use the default charset and not utf8 for sending the mail.
...
svn path=/trunk/kdenetwork/kmail/; revision=104821
25 years ago
Cornelius Schumacher
0a245e8333
Fix for sending RFC2447 attachments via DCOP interface.
...
svn path=/trunk/kdenetwork/kmail/; revision=104789
25 years ago
Michael Haeckel
3d7745a9c8
Allow deleting of folders that were added via dcop.
...
svn path=/trunk/kdenetwork/kmail/; revision=104442
25 years ago
Michael Haeckel
d942bedded
Get rid of all remaining ASCII_CAST and COMPAT issues.
...
It is now even possible to give accounts non-latin names.
svn path=/trunk/kdenetwork/kmail/; revision=102514
25 years ago
Michael Haeckel
ceffd57016
- Store filenames always in unicode. Although this requires much more local8Bit
...
conversions, it indeed gives a better overview in the code.
This also fixes a few minor problems with non-latin folder names.
- Remove all subfolders, when removing a folder, not only the first one.
- Remove some unused code.
svn path=/trunk/kdenetwork/kmail/; revision=102457
25 years ago
Don Sanders
b4a057a9ed
I noticed kmail crashing when exiting while checking mail is in progress (in KMKernel::cleanup the filter manager was deleted before the account manager, but when the account manager is deleted my kmacctexp account would be deleted, and slotProcessPendingMsgs would be called and this would try to filter message by calling the deleted filter manager).
...
I rearranged the order KMKernel::cleanup destroys objects so that the account manager (which owns accounts) is deleted before filters.
Also I try to be a little paranoid in KMSender to handle the fact that the filter manager is deleted before the message sender is.
svn path=/trunk/kdenetwork/kmail/; revision=102424
25 years ago
Marc Mutz
b346876ab2
QT_NO{COMPAT,ASCII_CAST} fixes as discussed on the mailing list.
...
The changes to kmmsgpart.cpp are the origin of the other changes.
svn path=/trunk/kdenetwork/kmail/; revision=102401
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
Christophe Prud'homme
9032a32ae6
make it compile[remove the warning]
...
Index: kmkernel.cpp
===================================================================
RCS file: /home/kde/kdenetwork/kmail/kmkernel.cpp,v
retrieving revision 1.54
diff -c -r1.54 kmkernel.cpp
*** kmkernel.cpp 2001/06/11 13:09:54 1.54
--- kmkernel.cpp 2001/06/11 14:58:36
***************
*** 599,605 ****
// left behind.
if (!KMReaderWin::attachDir().isEmpty())
{
! cmd.sprintf("rm -rf '%s'", KMReaderWin::attachDir().local8Bit());
system (cmd.data()); // delete your owns only
}
//--- Sven's save attachments to /tmp end ---
--- 599,605 ----
// left behind.
if (!KMReaderWin::attachDir().isEmpty())
{
! cmd.sprintf("rm -rf '%s'", (const char*)KMReaderWin::attachDir().local8Bit() );
system (cmd.data()); // delete your owns only
}
//--- Sven's save attachments to /tmp end ---
svn path=/trunk/kdenetwork/kmail/; revision=101632
25 years ago
Michael Haeckel
79103e2e17
Again QT_NO_ASCII_CAST fixes and two charset related fixes for bugs I found on
...
the way.
svn path=/trunk/kdenetwork/kmail/; revision=101586
25 years ago
Marc Mutz
20ed595a46
Add #undef QT_NO_{ASCII_CAST,COMPAT}, resp. to the tops of .cpp files that
...
need them, in preparation of the remove of -UQT_NO_* from Makefile.am.
svn path=/trunk/kdenetwork/kmail/; revision=101548
25 years ago
Michael Haeckel
2d2893c710
Saving mails and attachments is now network transparent.
...
svn path=/trunk/kdenetwork/kmail/; revision=99874
25 years ago
Carsten Pfeiffer
7962ac55c5
recent email addresses (in completion and the addressbook viewer)
...
svn path=/trunk/kdenetwork/kmail/; revision=99457
25 years ago
Michael Haeckel
669052969c
Prevent some compiler warnings.
...
svn path=/trunk/kdenetwork/kmail/; revision=98230
25 years ago
Don Sanders
5b18261e22
Only call KWin::setActiveWindow when a mainwindow already exists.
...
Some people don't like new windows getting focus.
svn path=/trunk/kdenetwork/kmail/; revision=97725
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
Michael Haeckel
3e90eb2243
Add the possibility to add attachments via the command line.
...
Patch by Andreas Schlapbach <schlpbch@iam.unibe.ch>
svn path=/trunk/kdenetwork/kmail/; revision=95784
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
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
Stephan Kulow
774838c000
some fixes for CC
...
svn path=/trunk/kdenetwork/kmail/; revision=92720
25 years ago