Malcolm Hunter
1f3d5eccc2
CVS_SILENT Corrected typographical errors
...
When replying, please CC me - I'm not subscribed
svn path=/trunk/kdenetwork/kmail/; revision=174270
24 years ago
Malcolm Hunter
ee0b4b31e8
Corrected typographical errors
...
svn path=/trunk/kdenetwork/kmail/; revision=167451
24 years ago
Marc Mutz
2766f376f7
move units into spinboxes;
...
some layout fixes (spacingHint() used for marginHint());
added accels;
reworded the "delete mail from server" and "filter mails on server" to be
more precise;
s/mail/message/
svn path=/trunk/kdenetwork/kmail/; revision=165556
24 years ago
Simon Hausmann
7ed224acc4
- don't crash.
...
@@ -662,7 +662,7 @@ void AccountDialog::makeImapAccountPage(
mImap.hostEdit = new QLineEdit( page1 );
// only letters, digits, '-', '.', ':' (IPv6) and '_' (for Windows
// compatibility) are allowed
- mPop.hostEdit->setValidator(
+ mImap.hostEdit->setValidator(
svn path=/trunk/kdenetwork/kmail/; revision=163939
24 years ago
Ingo Klcker
984e5216eb
The regexp for the hostname was too strict.
...
svn path=/trunk/kdenetwork/kmail/; revision=163881
24 years ago
Ingo Klcker
6c9467cbe3
Add validators to the host input fields of the POP/IMAP config dialog to prevent stupid things like spaces in hostnames (this really happened.). Currently only a-z A-Z 0-9 + and - are allowed. Is this to strict?
...
svn path=/trunk/kdenetwork/kmail/; revision=163702
24 years ago
Stephan Kulow
2892d05a1b
including config.h as first include (it defines quite some controlling defines)
...
use off_t and size_t where fread, fwrite, ftell, fseek is used
svn path=/trunk/kdenetwork/kmail/; revision=159169
24 years ago
Nadeem Hasan
50cec88f85
* GUI improvements
...
* Capitalization
svn path=/trunk/kdenetwork/kmail/; revision=154742
24 years ago
Stephan Binner
1bd8357c13
CVS_SILENT Style guide fixes.
...
svn path=/trunk/kdenetwork/kmail/; revision=151849
24 years ago
Stephan Binner
088e133d43
CVS_SILENT Capitalisation fixes.
...
svn path=/trunk/kdepim/; revision=150707
24 years ago
Zack Rusin
7d601b4d96
Removed tool tips from label and left only whats this
...
svn path=/trunk/kdenetwork/kmail/; revision=146814
24 years ago
Zack Rusin
3dfeff40dc
Adding the QToolTip and QWhatsThis to misunderstood Login label
...
svn path=/trunk/kdenetwork/kmail/; revision=146763
24 years ago
Malcolm Hunter
7c1dc781cc
Fixed i18n comments so msgs don't appear more than once
...
svn path=/trunk/kdenetwork/kmail/; revision=139961
24 years ago
Marc Mutz
459cf6632b
Fix accel clashes, minor layouting adjustments and adding some accels.
...
"go" from i18n-de, no "no-go" from anyone else -> committing
svn path=/trunk/kdenetwork/kmail/; revision=139613
24 years ago
Ellis Whitehead
a0751360e2
Fix accelerator conflict ("Show &only..." => "Sho&w...").
...
svn path=/trunk/kdenetwork/kmail/; revision=134828
24 years ago
Malcolm Hunter
6814e78db7
CVS_SILENT Corrected typographical errors
...
svn path=/trunk/kdenetwork/kmail/; revision=132782
25 years ago
Waldo Bastian
6867509cd5
Remove linebreaks from messageboxes.
...
svn path=/trunk/kdenetwork/kmail/; revision=132491
25 years ago
Rob Kaper
d04a06d63c
apparently compact and expunge are the same, so let the user know
...
svn path=/trunk/kdenetwork/kmail/; revision=131348
25 years ago
Michael Haeckel
caefc9b330
Remove some dead code that had only the purpose to include qlabel.h and
...
qpushbutton.h.
svn path=/trunk/kdenetwork/kmail/; revision=129967
25 years ago
Carsten Burghardt
b2c09c85b0
- When the destination folder of an account is deleted, the destination is restored to the inbox.
...
- If the destination folder is changed in the accountdialog it's registered with the accountmgr
svn path=/trunk/kdenetwork/kmail/; revision=129956
25 years ago
Stephan Binner
bc06a96d76
CVS_SILENT Fixed capitalisation.
...
svn path=/trunk/kdenetwork/knode/; revision=129913
25 years ago
Dirk Mueller
aa0cadacd1
CVS-SILENT: fixincludes -e
...
svn path=/trunk/kdenetwork/kmail/; revision=126995
25 years ago
Christian Gebauer
1094a253e3
fixed compilation with KDE_NO_COMPAT (kapplication.h, kcolordialog.h)
...
svn path=/trunk/kdenetwork/kmail/; revision=125101
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
Marc Mutz
053dc5aef8
Finally commit the configuredialog restructuring. See kmail@kde.org list archive for what's changed.
...
svn path=/trunk/kdenetwork/kmail/; revision=125036
25 years ago
Michael Haeckel
60a93b3012
According to Chris Howells there doesn't belong a comma in this sentence.
...
svn path=/trunk/kdenetwork/kmail/; revision=123813
25 years ago
Michael Haeckel
b76d04b20d
Trash folder on IMAP server.
...
Patch by Carsten Burghardt <cb@emedia-consult.de>
svn path=/trunk/kdenetwork/kmail/; revision=122322
25 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Michael Haeckel
d6fd573217
Move the pipelining setting to the second tab and display a warning, when it
...
is enabled manually.
svn path=/trunk/kdenetwork/kmail/; revision=116965
25 years ago
Michael Haeckel
6cb9137c82
Make it possible to use a prefix to the IMAP folders, that starts with a slash,
...
i. e. an absulute path on UW-IMAP.
svn path=/trunk/kdenetwork/kmail/; revision=115248
25 years ago
Michael Haeckel
cc583df89c
Inverval mail checking for IMAP.
...
Display new mails in the current folder immediately, not only their number.
svn path=/trunk/kdenetwork/kmail/; revision=114994
25 years ago
Michael Haeckel
7908a71b7e
Add check mail to the context menu of the IMAP accounts and include IMAP
...
accounts also in mail checking, when simply clicking on the check mail button.
svn path=/trunk/kdenetwork/kmail/; revision=114980
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
4ae477f293
Optionally show only the subscribed IMAP folders.
...
Well, the most difficult thing was actually the check box for that :-)
Nevertheless, we still need also a dialog for subscribing and unsubscribing.
svn path=/trunk/kdenetwork/kmail/; revision=114565
25 years ago
Michael Haeckel
79b0f6a613
authentificate -> authenticate
...
svn path=/trunk/kdenetwork/kmail/; revision=113398
25 years ago
Michael Haeckel
91e3223b80
Switch back to clear text authentication, if all others are not available and
...
something different was selected.
svn path=/trunk/kdenetwork/kmail/; revision=111038
25 years ago
Michael Haeckel
1bc285031e
DIGEST-MD5 authentication.
...
After finding the bug in RFC 2831 and cracking the algorithm it even worked :-)
We follow now the example rather then the description, because at least the
authors of cyrus-sasl also did that. Probably because the all used the buggy
code from 2617 and didn't look at the errata.
No wonder, when looking what company was involved in that RFC.
svn path=/trunk/kdenetwork/kmail/; revision=110896
25 years ago
Michael Haeckel
457207cc8e
Strip white space from the host and user name.
...
svn path=/trunk/kdenetwork/kmail/; revision=110441
25 years ago
Michael Haeckel
07a1394543
We don't need per connection autodetection of the authentication any more.
...
svn path=/trunk/kdenetwork/kmail/; revision=110200
25 years ago
Michael Haeckel
05494ce3d6
Don't leak KMServerTest objects and connected kio slaves.
...
svn path=/trunk/kdenetwork/kmail/; revision=110198
25 years ago
Michael Haeckel
c705f62c1d
Even if the server tells us on the SSL port, that it supports TLS, we don't
...
support TLS over SSL :-)
svn path=/trunk/kdenetwork/kmail/; revision=110194
25 years ago
Michael Haeckel
3f78a33f9d
Autodetection of the security features and pipelining also for POP3.
...
Unfortunately pipelining is on the wrong tab in the dialog.
svn path=/trunk/kdenetwork/kmail/; revision=109893
25 years ago
Michael Haeckel
e5779ff338
Autodetection with feedback of the security features of IMAP servers.
...
svn path=/trunk/kdenetwork/kmail/; revision=109876
25 years ago
Michael Haeckel
d62379f78f
Better logic by using three radio items for the three encryption possibilities
...
instead of two checkboxes.
svn path=/trunk/kdenetwork/kmail/; revision=109838
25 years ago
Michael Haeckel
e8c5f0999b
Pipelining support.
...
svn path=/trunk/kdenetwork/kmail/; revision=109833
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
Michael Haeckel
131e01cda8
For completeness: LOGIN authentication for POP3.
...
svn path=/trunk/kdenetwork/kmail/; revision=109335
25 years ago
Marc Mutz
fd21544465
Actually _set_ a help anchor for the help button in the account dialog.
...
svn path=/trunk/kdenetwork/kmail/; revision=108634
25 years ago
Michael Haeckel
9ffd4b1f91
Make the hidden folders checkbox again visible.
...
Somehow it must have been late in the night, when I wrote that code :-)
- grid->addMultiCellWidget( mImap.storePasswordCheck, 7, 7, 0, 1 );
+ grid->addMultiCellWidget( mImap.storePasswordCheck, 8, 8, 0, 1 );
svn path=/trunk/kdenetwork/kmail/; revision=102896
25 years ago
Michael Haeckel
24b5865763
Some more QT_NO_ASCII_CAST fixes.
...
svn path=/trunk/kdenetwork/kmail/; revision=101572
25 years ago