Allen Winter
72807f4c4d
email.h moved into $incdir/emailfunctions instead of $incdir/libemailfunctions.
...
svn path=/trunk/KDE/kdepim/; revision=555565
20 years ago
Reinhold Kainhofer
08b50554e9
Deprecated--: KUrl::(en|de)code_string => (to|from)PrecentEncoding
...
svn path=/trunk/KDE/kdepim/; revision=543775
20 years ago
Volker Krause
ca80c13d9e
Commit danimo's libemailfunctions API cleanup and port kdepim
...
accordingly.
svn path=/trunk/KDE/kdepim/; revision=541211
20 years ago
Reinhold Kainhofer
42ed96b11f
some more #include <qxxxx.h> => #include <QXxxx>
...
svn path=/trunk/KDE/kdepim/; revision=540424
20 years ago
Frank Osterfeld
ecef6689b4
deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=536997
20 years ago
Reinhold Kainhofer
add57fd4d3
Deprecated QString methods
...
svn path=/trunk/KDE/kdepim/; revision=535196
20 years ago
Reinhold Kainhofer
9dd6081c83
QList::find(..)==QList::end() => QList::contains()
...
QList::find => QList::indexOf
QString::find => QString::indexOf or contains
svn path=/trunk/KDE/kdepim/; revision=535090
20 years ago
Dirk Mueller
ecb27e912b
fix crash (CID 1309)
...
svn path=/trunk/KDE/kdepim/; revision=534581
20 years ago
Reinhold Kainhofer
538e479574
deprecated QStringList methods
...
svn path=/trunk/KDE/kdepim/; revision=531990
20 years ago
Chusslove Illich
3a5fca8d00
Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls).
...
svn path=/trunk/KDE/kdepim/; revision=528186
20 years ago
Ismail Onur Filiz
ea883abdd3
Replace TRUE/FALSE with true/false in kdepim as the former are deprecated. The words inside comments are untouched.
...
BUG: 123261
svn path=/trunk/KDE/kdepim/; revision=516822
20 years ago
Laurent Montel
54bf075d4b
Deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=512502
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Laurent Montel
7a6a236da0
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=501915
20 years ago
Andreas Gungl
99b1dcf126
Q3PtrList--
...
svn path=/trunk/KDE/kdepim/; revision=501111
20 years ago
Andreas Gungl
4ff92dd82b
forget readEntry(...).toBool()
...
svn path=/trunk/KDE/kdepim/; revision=497182
20 years ago
Andreas Gungl
db8f1ad5ad
porting for KConfig changes
...
svn path=/trunk/KDE/kdepim/; revision=493930
21 years ago
Laurent Montel
60b450d35f
QString::null-> QString()
...
.clear()
etc.
svn path=/trunk/KDE/kdepim/; revision=493449
21 years ago
Laurent Montel
2b789a9bdb
Clean header
...
svn path=/trunk/KDE/kdepim/; revision=489991
21 years ago
Till Adam
4ed8884d5f
Forward port of:
...
SVN commit 488973 by tilladam:
Properly parse encoded message attachments by making sure the decoded
body part is used to construct a new message from. proko2 issue 963
svn path=/trunk/KDE/kdepim/; revision=488976
21 years ago
Till Adam
185b537d3d
Port KMail to the new q3-free kpgp API.
...
svn path=/trunk/KDE/kdepim/; revision=488100
21 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Laurent Montel
f00edd0ade
Qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=479402
21 years ago
Laurent Montel
eb077e0b11
qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=478377
21 years ago
Till Adam
d4fb85a932
KMail compiles and links. Let's see if it starts up ... ;)
...
svn path=/trunk/KDE/kdepim/; revision=463791
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Laurent Montel
79ac728299
Launch my script on kdepim
...
svn path=/trunk/KDE/kdepim/; revision=456643
21 years ago
Ingo Klcker
37fd00aaff
Fix displaying HTML messages with embedded images. Patch by Aurélien Gâteau.
...
BUG:6710
svn path=/branches/KDE/3.5/kdepim/; revision=454999
21 years ago
Lus Pedro Coelho
a9ed842c1a
Limit the size of images to the window size.
...
svn path=/branches/KDE/3.5/kdepim/; revision=453697
21 years ago
Reinhold Kainhofer
2e77a55d99
The FSF has moved, use the new address in all license files and headers ...
...
svn path=/trunk/KDE/kdepim/; revision=437980
21 years ago
Till Adam
3689d5d8ab
Move lf2crlf to its sibling crlf2lf in KMail::Util. Port callers.
...
svn path=/trunk/KDE/kdepim/; revision=435238
21 years ago
Till Adam
d90086ec57
Don't crash when replying to a mail which contains auto-processed smime
...
certificate information.
CCMAIL: kalle@kdab.net
svn path=/trunk/KDE/kdepim/; revision=432570
21 years ago
David Faure
0c9148bf15
Fix nasty cached imap bug: changes made to the folders while syncing (renames, deletions, creations...)
...
were "saved" to kmailrc, but kmailrc wasn't synced, so in case of a kmail crash, X crash, power failure, kernel oops...
the settings would be lost, and on the next kmail restart very strange errors would happen when syncing
(can't create folder, folder already there, folder missing, etc.)
The solution: sync(). But while being at it I implemented buffering of sync requests
which was a TODO in kmkernel, but did it in GlobalSettings as Till suggested;
which in turn means we need our own GlobalSettings inheriting GlobalSettingsBase,
and the code lacked ::self()-> in many places to allow that.
srcdir!=builddir users: don't forget to delete globalsettings.{cpp,h} from the builddir
since it's not generated anymore!
CCMAIL: kmail-devel@kde.org
svn path=/trunk/KDE/kdepim/; revision=432538
21 years ago
David Faure
6cde9f967f
Fixed https://intevation.de/roundup/aegypten/issue366 : don't start a drag after
...
clicking on a mail, when rendering it pops up a dialog, in case of pinentry for S/MIME
(the openpgp case already had that fix)
svn path=/trunk/KDE/kdepim/; revision=430430
21 years ago
David Faure
b0584be189
Fixed https://intevation.de/roundup/aegypten/issue366 : don't start a drag after
...
clicking on a mail, when rendering it pops up a dialog (chiasmusdlg or pinentry)
svn path=/branches/kdepim/proko2/kdepim/; revision=430429
21 years ago
David Faure
88db42ffa4
Aegypten chiasmus:
...
- make own dialog instead of KInputDialog, to add a line for custom options
- remember last selected key, and options. https://intevation.de/roundup/aegypten/issue325
svn path=/branches/kdepim/proko2/kdepim/; revision=430244
21 years ago
Thomas Zander
753d8448fb
CVSSILENT: More header cleanup
...
svn path=/trunk/KDE/kdepim/; revision=425133
21 years ago
Thomas Zander
e9bc21966a
Remove unneeded include for kmkernel.h (37 files less to compile on every change!)
...
svn path=/trunk/KDE/kdepim/; revision=425088
21 years ago
Ingo Klcker
e53c014ef2
Add support for reduced font size for quoted text. Based on patch by Ivor Hewitt.
...
GUI:
svn path=/trunk/KDE/kdepim/; revision=419514
21 years ago
David Faure
f3e3587597
for auto_ptr
...
svn path=/branches/kdepim/proko2/kdepim/; revision=415426
21 years ago
David Faure
397bb7f676
Chiasmus: body decryption implemented (without using QCString, to avoid data copying just
...
to null-terminate it; and for easier Qt4 porting one day :).
svn path=/branches/kdepim/proko2/kdepim/; revision=415365
21 years ago
Volker Krause
698cff2a65
Adjust to recent libkdepim changes, ie. use the shared CSSHelper and
...
LinkLocator::pngToDataUrl().
svn path=/trunk/KDE/kdepim/; revision=413764
21 years ago
Mario Teijeiro Otero
55a68b7427
* Fix color of quoting when "Show expand/collapse quote marks" is disabled.
...
svn path=/trunk/KDE/kdepim/; revision=409250
21 years ago
Mario Teijeiro Otero
89231a0826
* Hide correctly for this type of quoted mail:
...
xxxxxxxx
>>> yyyyy
>> zzzz
xxxxx
* Try remember the scrollview position when the collape/expand is done.
svn path=/trunk/kdepim/; revision=408479
21 years ago
Mario Teijeiro Otero
44ad3aad6f
* take cached icons stuff out of the for curl.
...
svn path=/trunk/kdepim/; revision=407851
21 years ago
Mario Teijeiro Otero
01be904470
* Permit collapse/expand quoted mail (default disabled).
...
* Automatic collapse level of quoted mail with default to 3.
GUI:
svn path=/trunk/kdepim/; revision=407347
21 years ago
Marc Mutz
93f6bf608c
From proko2-branch: Kleo::CryptoBackend::protocol() is case-insensitive
...
svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=403042
21 years ago
Marc Mutz
69a000ff83
From proko2-branch: Kleo::CryptoBackend::protocol() is case-insensitive
...
svn path=/trunk/kdepim/; revision=403042
21 years ago
Marc Mutz
426385f948
Kleo::CryptoBackend::protocol() is case-insensitive
...
svn path=/branches/proko2/kdepim/; revision=403040
21 years ago
Ingo Klcker
ccb3a8ad70
Add support for smileys/emoticons to KMail. Based on patch by Sam "earl grey".
...
FEATURE:83388
GUI:
svn path=/trunk/kdepim/; revision=384400
21 years ago