Allen Winter
72807f4c4d
email.h moved into $incdir/emailfunctions instead of $incdir/libemailfunctions.
...
svn path=/trunk/KDE/kdepim/; revision=555565
20 years ago
Ingo Klcker
54a6b9e7a7
Forward port of SVN commit 553736 by kloecker:
...
Fix bug 129554 (all-headers display should always use direction=ltr)
Patch by Chen Levy. Thanks.
svn path=/trunk/KDE/kdepim/; revision=553741
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
6e4cd9faa5
Replace deprecated Q*Action, QDialog and QImage calls
...
svn path=/trunk/KDE/kdepim/; revision=540504
20 years ago
Reinhold Kainhofer
42ed96b11f
some more #include <qxxxx.h> => #include <QXxxx>
...
svn path=/trunk/KDE/kdepim/; revision=540424
20 years ago
Allen Winter
063033d01e
"a" -> 'a'
...
svn path=/trunk/KDE/kdepim/; revision=540271
20 years ago
Laurent Montel
ee46d3efe0
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdepim/kalarm/lib/; revision=539348
20 years ago
Stephan Kulow
41f433a7d5
some deprecated functions removed
...
svn path=/trunk/KDE/kdepim/; revision=535030
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
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
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
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
Ingo Klcker
3cbf0fc45b
Q_INT*/Q_UINT* -> qint*/quint*
...
QMAX/QMIN -> qMax/qMin
I don't know what to do about Q_LONG and Q_ULONG because of the following code in qglobal.h:
#if defined(Q_OS_WIN64)
typedef __int64 Q_LONG; /* word up to 64 bit signed */
typedef unsigned __int64 Q_ULONG; /* word up to 64 bit unsigned */
#else
typedef long Q_LONG; /* word up to 64 bit signed */
typedef unsigned long Q_ULONG; /* word up to 64 bit unsigned */
#endif
Should I simply convert to (unsigned) long?
svn path=/trunk/KDE/kdepim/; revision=468393
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
Volker Krause
88c8470cfb
Port some more files.
...
svn path=/trunk/KDE/kdepim/; revision=461157
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
Nick Brown
f2ef01a9da
Reverting 451500
...
Please accept my deepest apologies, I only over my KDE inexperience as
an excuse.
I was unaware of the feature freeze.
I had asked for and was given a review on the #kontact irc channel.
I will make the required changes and attach a new patch to bug report
for safe keeping. How do I add something to the feature list for a
future release as I am keen to get this into kmail at some point?
Sorry again.
CCBUG: 109836
svn path=/branches/KDE/3.5/kdepim/; revision=451833
21 years ago
Nick Brown
5bb3a3cff9
FEATURE: 109836
...
Add Support for displaying Face: header
svn path=/branches/KDE/3.5/kdepim/; revision=451500
21 years ago
Andreas Gungl
391fe4845f
Show the address used to redirect a message in fancy header mode
...
svn path=/branches/KDE/3.5/kdepim/; revision=451453
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
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
Marc Mutz
aa88952748
Always fully qualify friend declarations lest they act as forward declarations themselves. This change has higlighted a few missing forward decls in header files.
...
svn path=/trunk/KDE/kdepim/; revision=428498
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
Tobias Koenig
08ca740746
Changed alls StdAddressBook::self() to StdAddressBook::self( true ) to have
...
only _one_ address book available...
That might break some apps... but since we'll use an async API in 4.0 the apps
must be rewritten anyway.
CCMAIL:kde-pim@kde.org
svn path=/trunk/kdepim/; revision=399156
21 years ago
Till Adam
69aa65d217
And once more in HEAD: If there is no valid email address in the from but
...
a name, display it.
svn path=/trunk/kdepim/; revision=393885
21 years ago
Till Adam
9639eafe85
If there is no valid email address in the from, but a name, display it.
...
svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=393883
21 years ago
Till Adam
d919acacd9
If there is no valid email address in the From header, but a name, display
...
it.
svn path=/branches/proko2/kdepim/; revision=393854
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
Jakob Schrter
8e21cc7cee
- use QImage for output, too
...
svn path=/trunk/kdepim/; revision=378920
21 years ago
Ingo Klcker
ff1ff956d8
- Move normalizedAddress, decodeIDN, encodeIDN, normalizeAddressesAndDecodeIDNs and normalizeAddressesAndEncodeIDNs from KMMessage to libemailfunctions.
...
- Replace the too simple KPIM::getEmailAddr by getFirstEmailAddress/getEmailAddress.
svn path=/trunk/kdepim/; revision=376513
22 years ago
Edwin Schepers
f9bbf9cfac
Don't show <br> tags in the tooltip of the spamstatus
...
svn path=/trunk/kdepim/; revision=374116
22 years ago
Ingo Klcker
193fcd1bc1
Use title instead of alt.
...
svn path=/trunk/kdepim/; revision=371681
22 years ago
Ingo Klcker
b4b88356b3
Add optional graphical spam status to fancy headers. Based on patch by Patrick Audley.
...
FEATURE:
GUI:
svn path=/trunk/kdepim/; revision=371188
22 years ago
Ingo Klcker
479ac92585
CVS_SILENT more trailing whitespace removal
...
svn path=/trunk/kdepim/; revision=369135
22 years ago
Jakob Schrter
2bd2ced8cf
- X-Face support for KMail. A X-Face can be set per identity, either from an existing image, the user's address book entry's picture or an image file. X-Faces of incoming messages will be displayed in the reader win with the fancy header style.
...
FEATURE: 28319
svn path=/trunk/kdepim/; revision=365474
22 years ago
Till Adam
0f3195aa01
Smoothscale addressbook images which are too large so they don't look as
...
pixely.
svn path=/trunk/kdepim/; revision=362863
22 years ago
Till Adam
a8c697bf98
- decouple the addressbook image displaying from the im presence, so that
...
non-kopete or konversation users get cute images as well
- remove the status and statuspic pseudoheaders, this does not belong in
headerstrategy, but in headestyle
- remove im status display from all but fancy
- various cleanups and reorderings
svn path=/trunk/kdepim/; revision=360960
22 years ago
Till Adam
8e19f9cbe5
CVS_SILENT debug--
...
svn path=/trunk/kdepim/; revision=360317
22 years ago
Till Adam
9dc6047e22
Show pictures of people in the addressbook since we hit it anyway trying
...
to figure out online status. Cute.
svn path=/trunk/kdepim/; revision=360315
22 years ago
Bo Thorsen
263673374b
Move the email functions to libemailfunctions as discussed (leaving kfileio.* in libkdepim) and update all includes and linking to this. And fix the event viewer dialog that spawned the whole thing
...
svn path=/trunk/kdepim/; revision=346704
22 years ago
Jakob Schrter
45e01dda09
pimcopy of kimproxy is obsolete
...
svn path=/trunk/kdepim/; revision=345615
22 years ago
Will Stephenson
0d8745a46f
Disabling 'Launch IM' link in headers, too intrusive for non-IM users.
...
svn path=/trunk/kdepim/; revision=317865
22 years ago
Will Stephenson
a2ab43b38c
Display the presence icon next to the text in response to feedback from Till and others that the words weren't obvious enough.
...
svn path=/trunk/kdepim/; revision=316159
22 years ago