Michael Haeckel
e895b47719
Mailing list IMAP folders work now correctely without loosing the settings.
...
svn path=/trunk/kdenetwork/kmail/; revision=103040
25 years ago
Michael Haeckel
f7a1f829cd
Don't crash in a some cases, by accessing a non existant QTimer object.
...
svn path=/trunk/kdenetwork/kmail/; revision=102002
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
Michael Haeckel
7b89a22a63
Keep the connection alive via NOOP commands as long as an IMAP folder is
...
selected, otherwise disconnect automatically after a timeout.
Reconnecting with the same slave should now also work properly.
svn path=/trunk/kdenetwork/kmail/; revision=100912
25 years ago
Michael Haeckel
a59e86dce8
- Don't check for mails in folders on some servers, when actually only
...
being interested in subfolders.
- Don't check if the folder that is used as prefix exists. Required for MH
folders on UW-IMAP.
- Handle folders with non ascii characters in the name correctely.
svn path=/trunk/kdenetwork/kmail/; revision=99984
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
Stephan Kulow
8ca8afd932
making use of indentities indepent of mailing lists
...
svn path=/trunk/kdenetwork/kmail/; revision=97394
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
1dfa89d00a
reworked the folder properties dialog and name it "Properties of folder" instead of "Modify folder" as nothing in there changes the folder
...
svn path=/trunk/kdenetwork/kmail/; revision=97167
25 years ago
Michael Haeckel
c57ae4f69e
Fix the mailing list specific identity.
...
Patch by Ingo Klöcker <ingo.kloecker@epost.de>
svn path=/trunk/kdenetwork/kmail/; revision=95495
25 years ago
Michael Haeckel
37cb610156
Don't crash after deleting an IMAP account.
...
svn path=/trunk/kdenetwork/kmail/; revision=94420
25 years ago
Michael Haeckel
7a32089a2c
Specifiy an identity for every mailing list.
...
Patch by Ingo Klöcker <ingo.kloecker@epost.de>
svn path=/trunk/kdenetwork/kmail/; revision=93728
25 years ago
Don Sanders
7297057157
Prevent crash when creating a new folder. (Wouldn't crash always sometimes
...
it only happened after creating 2-3 folders).
I hope this wasn't just happening to me.
svn path=/trunk/kdenetwork/kmail/; revision=93442
25 years ago
Stephan Kulow
0f6a255751
fixed my nextUnreadFolder change to not ask twice
...
svn path=/trunk/kdenetwork/kmail/; revision=93041
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
Michael Haeckel
151c67205d
Hopefully fix an occasional crash when clicking Ok in the config dialog.
...
svn path=/trunk/kdenetwork/kmail/; revision=91347
25 years ago
Michael Haeckel
736ed8f977
Add an option for auto expunging IMAP folders.
...
svn path=/trunk/kdenetwork/kmail/; revision=91200
25 years ago
Michael Haeckel
210c6d913b
Don't crash, when clicking Ok in the configure dialog and IMAP accounts are
...
used.
svn path=/trunk/kdenetwork/kmail/; revision=90756
25 years ago
Michael Haeckel
8e263c22f8
Don't crash, when switching to a different folder, while deleting mails is still in
...
progress.
svn path=/trunk/kdenetwork/kmail/; revision=90310
25 years ago
Michael Haeckel
7318af880e
Make not working actions in the context menu invisible instead of gray.
...
Patch by Seth Chaiklin <seth@psy.au.dk>.
svn path=/trunk/kdenetwork/kmail/; revision=89640
25 years ago
Michael Haeckel
ff3ae88836
Courier-IMAP should now work properly.
...
- Hierarchy delimiters other that "/" do now really work.
- Folders that contain messages and subfolders are now supported.
svn path=/trunk/kdenetwork/kmail/; revision=89450
25 years ago
Michael Haeckel
619a53f017
We are not able to search in IMAP folders.
...
I decided to search in the cached headers instead of on the server. Otherwise
we would have to limit our searching capabilities a bit and non-ascii character
can make trouble on some servers.
Searching in the whole mail on the server possibly follows later, but is IMHO
not that important.
svn path=/trunk/kdenetwork/kmail/; revision=89125
25 years ago
Michael Haeckel
b428233e6f
- Don't have always all imap folders open, the number of open files seems to be
...
limited :-)
- Theoretical support for uploading of huge files, by splitting in different
packages, however these is still in the slave or kdelibs a problem with
size > 150K
- The whole directory structure on the server is now recursively retrieved and
kept in memory, not only the displayed folders.
svn path=/trunk/kdenetwork/kmail/; revision=88963
25 years ago
Michael Haeckel
867508e7ed
Support for other subdirectory delimiters than "/".
...
svn path=/trunk/kdenetwork/kmail/; revision=88911
25 years ago
Michael Haeckel
305755218c
Remember the open/closed state of imap accounts and folders.
...
svn path=/trunk/kdenetwork/kmail/; revision=88785
25 years ago
Michael Haeckel
ebf166af5b
Check always for changes (new mails and deleted ones) when entering an IMAP
...
folder.
svn path=/trunk/kdenetwork/kmail/; revision=88038
25 years ago
Michael Haeckel
c23aabc292
IMAP folder now remember properly their setting, like threading, sorting
...
or mailing list posting address.
svn path=/trunk/kdenetwork/kmail/; revision=87782
25 years ago
Michael Haeckel
7ae243c1d1
Disable a few actions for imap folders that are not going to work in the near
...
future.
svn path=/trunk/kdenetwork/kmail/; revision=87551
25 years ago
Michael Haeckel
f1feb2fe78
- Handle empty imap folders correctely
...
- Handle job/slave killing correctely
svn path=/trunk/kdenetwork/kmail/; revision=87406
25 years ago
Michael Haeckel
726627726d
- Don't display always the about page, when a imap directory is selected
...
- Don't crash, when switching the headers view or adding/removing an imap
account while an imap folder is selected.
svn path=/trunk/kdenetwork/kmail/; revision=86846
25 years ago
Michael Haeckel
24f563ae22
Don't change the current folder when collapsing a folder.
...
svn path=/trunk/kdenetwork/kmail/; revision=86825
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
Torsten Rahn
5b71782b39
Another step towards better icons in kmail as suggested by Sean Pecor <sean@digitalspinner.com>
...
25 years ago
Michael Haeckel
64e252979a
Put the mailing list posting address automatically into the To field, if a
...
mailing list folder selected and a new message written.
Patch by Guillaume Laurent <glaurent@telegraph-road.org>
svn path=/trunk/kdenetwork/kmail/; revision=85937
25 years ago
Michael Haeckel
2f30311e63
- Don't display an inbox if there is no inbox on the server
...
- Update the headers list at least after ever 100 messages which makes
retrieving at least only 10% slower.
svn path=/trunk/kdenetwork/kmail/; revision=84748
25 years ago
Christian Gebauer
b698e9503c
exactly the same bug over here ;-)
...
QPalette newPal = kapp->palette();
newPal.setColor( QColorGroup::Base, mPaintInfo.colBack );
+ newPal.setColor( QColorGroup::Text, mPaintInfo.colFore );
setPalette( newPal );
svn path=/trunk/kdenetwork/kmail/; revision=84664
25 years ago
Michael Haeckel
55fced12d7
Yet another feature.
...
svn path=/trunk/kdenetwork/kmail/; revision=84083
25 years ago
Michael Haeckel
16c726672e
The font configuration for fixed width fonts works again. That does no longer
...
work, since the font dialog returns also the foundaries of the fonts.
We use KConfig::readFontEntry instead of our own functions now.
-> All upgraders have to configure their fonts again :-)
svn path=/trunk/kdenetwork/kmail/; revision=80074
26 years ago
Michael Haeckel
72bfec562b
- Parent/child folder bolding/unbolding works now correctely even if there are
...
multiple child folders or higher nesting levels.
- Fix an off by one error when messages are marked unread or new manually.
svn path=/trunk/kdenetwork/kmail/; revision=76340
26 years ago
Michael Haeckel
9cadd9def9
Support for non latin filenames as attachment Part I
...
Composing encodes them now correctely.
svn path=/trunk/kdenetwork/kmail/; revision=72656
26 years ago
Don Sanders
9497b5b06f
Some more keyboard accelerators.
...
Todo: menu items.
svn path=/trunk/kdenetwork/kmail/; revision=72202
26 years ago
Michael Haeckel
581dc08078
Patch by Guillaume Laurent <glaurent@telegraph-road.org>
...
The header filds are now correct when posting to mailing list.
svn path=/trunk/kdenetwork/kmail/; revision=71264
26 years ago
Michael Haeckel
4500a41be2
Patch by Guillaume Laurent <glaurent@telegraph-road.org>.
...
Mailinglist aware folders.
svn path=/trunk/kdenetwork/kmail/; revision=71125
26 years ago
Don Sanders
7177c0e354
Ctrl+Key_Plus jump to next folder with unread messages
...
Ctrl+Key_Minus jump to previous folder with unread messages
For complicated reasons that I really feel do not merit an explanation
I have elected not to add menu items, at least not at the moment.
svn path=/trunk/kdenetwork/kmail/; revision=71086
26 years ago
Don Sanders
1230ea1b0e
Drafts folder.
...
svn path=/trunk/kdenetwork/kmail/; revision=71037
26 years ago
Michael Haeckel
275c52a7b3
dynamic_cast -> static_cast for True64 compatibility.
...
svn path=/trunk/kdenetwork/kmail/; revision=70892
26 years ago
Don Sanders
7ab66c141d
If a folders has unread messages or
...
contains folders that have unread messages then show the folders name in bold
in the folder list.
svn path=/trunk/kdenetwork/kmail/; revision=70032
26 years ago
Don Sanders
6c29c9200b
Back by popular demand, the old style handle-mouse-clicks-in-the-foldertree
...
behavior.
svn path=/trunk/kdenetwork/kmail/; revision=65999
26 years ago
Don Sanders
7d83d7714f
More intellgent automatic column sizing in the foldertree.
...
RCS file: /home/kde/kdenetwork/kmail/kmfoldertree.cpp,v
retrieving revision 1.75
diff -u -b -r1.75 kmfoldertree.cpp
--- kmfoldertree.cpp 2000/09/26 12:25:50 1.75
+++ kmfoldertree.cpp 2000/09/29 15:42:27
@@ -519,8 +519,8 @@
conf->setGroup("Geometry");
conf->writeEntry(name(), size().width());
- setColumnWidth( 0, size().width() );
KMFolderTreeInherited::resizeEvent(e);
+ setColumnWidth( 0, visibleWidth() - 1 );
}
//-----------------------------------------------------------------------------Index: kmversion.h
===================================================================
RCS file: /home/kde/kdenetwork/kmail/kmversion.h,v
retrieving revision 1.99
diff -u -b -r1.99 kmversion.h
--- kmversion.h 2000/09/24 16:50:11 1.99
+++ kmversion.h 2000/09/29 15:42:27
@@ -3,6 +3,6 @@
#ifndef kmversion_h
#define kmversion_h
-#define KMAIL_VERSION "1.1.95.0"
+#define KMAIL_VERSION "1.1.95.1"
#endif /*kmversion_h*/
svn path=/trunk/kdenetwork/kmail/; revision=65771
26 years ago
Michael Haeckel
7843db4c0c
Fix refreshing problem in folder view (Bug#11688, Bug#9366)
...
diff -u kmail/kmfoldertree.cpp kmail.new/kmfoldertree.cpp
--- kmail/kmfoldertree.cpp Fri Sep 22 10:33:52 2000
+++ kmail.new/kmfoldertree.cpp Mon Sep 25 12:06:10 2000
@@ -331,9 +331,7 @@
{
KMFolderDir* fdir;
QString str;
- bool upd = isUpdatesEnabled();
- setUpdatesEnabled(FALSE);
writeConfig();
QListViewItemIterator it( this );
@@ -361,9 +359,6 @@
this,SLOT(refresh(KMFolder*)));
++jt;
}
-
- setUpdatesEnabled(upd);
- if (upd) repaint();
refresh(0);
}
svn path=/trunk/kdenetwork/kmail/; revision=65360
26 years ago