Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Allen Winter
c0af7a7b12
more GPL headers for Marc's code, which was already so licensed.
...
CCMAIL: mutz@kde.org
svn path=/trunk/KDE/kdepim/; revision=657226
19 years ago
Stephan Kulow
79668a0aa2
backport the named open and close to reduce branch differences
...
(finally catched Till :)
svn path=/branches/KDE/3.5/kdepim/; revision=647499
19 years ago
Volker Krause
eceb3388b2
EmailAddressTools -> KPIMUtils
...
svn path=/trunk/KDE/kdepim/; revision=647147
19 years ago
Volker Krause
a1550f9791
emailfunctions -> kpimutils
...
svn path=/trunk/KDE/kdepim/; revision=647143
19 years ago
Allen Winter
23997b6617
bigtime forward port of coolo's kmail_debug_imap work branch.
...
while I was at it I also did some indenting and formatting fixes,
but there is a lot still to do.
svn path=/trunk/KDE/kdepim/; revision=645591
19 years ago
Matthias Kretz
428ee4239a
merge the kinstance-redesign branch back to trunk.
...
svn path=/trunk/KDE/kdepim/; revision=628296
19 years ago
Andreas Gungl
2c223cd930
Forward port: fix for 132348, is-not-in-addressbook rule and missing header
...
svn path=/trunk/KDE/kdepim/; revision=575083
20 years ago
Andreas Gungl
74c7a4c29b
Fix rule "is not in addressbook" if the given header is missing.
...
BUGS: 132348
svn path=/branches/KDE/3.5/kdepim/; revision=575078
20 years ago
Allen Winter
72807f4c4d
email.h moved into $incdir/emailfunctions instead of $incdir/libemailfunctions.
...
svn path=/trunk/KDE/kdepim/; revision=555565
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
David Faure
8270ad07db
Cleaning up the proko2 branch mess (that I originally created); this will require a few commits and a temporary branch.
...
svn path=/branches/kdepim/proko2-full/kdepim/; revision=541169
20 years ago
Allen Winter
063033d01e
"a" -> 'a'
...
svn path=/trunk/KDE/kdepim/; revision=540271
20 years ago
Reinhold Kainhofer
8ec18f947d
deprecated QRegExp methods
...
svn path=/trunk/KDE/kdepim/; revision=535628
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
Stephan Kulow
2c12e57a33
check possible 0 pointer accesses
...
svn path=/trunk/KDE/kdepim/; revision=534292
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
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Andreas Gungl
a59a967c59
simplification for cleaning up QList<T*>
...
svn path=/trunk/KDE/kdepim/; revision=499049
20 years ago
Andreas Gungl
e8d0c3ff66
fix a crash if the pattern set is empty (back to STL-style iterators, hasPrevious() seems to fail for empty lists)
...
svn path=/trunk/KDE/kdepim/; revision=498909
20 years ago
Andreas Gungl
c901b1247d
reduce readEntry(...).toInt() where possible
...
svn path=/trunk/KDE/kdepim/; revision=497208
20 years ago
Andreas Gungl
e7a819f07a
fix loading and saving of filter definitions
...
svn path=/trunk/KDE/kdepim/; revision=495142
20 years ago
Andreas Gungl
bc8d59416e
porting for KConfig changes
...
svn path=/trunk/KDE/kdepim/; revision=493792
21 years ago
Andreas Gungl
014b735a5f
porting
...
svn path=/trunk/KDE/kdepim/; revision=492670
21 years ago
Laurent Montel
4b4f609896
q3cstring--
...
svn path=/trunk/KDE/kdepim/; revision=491814
21 years ago
Andreas Gungl
8b62162fbe
Qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=491617
21 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Laurent Montel
eb077e0b11
qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=478377
21 years ago
Andreas Gungl
575ebaa9ac
- ading some more methods to MessageStatus which are usefull in the port
...
- porting KMail to the new MessageStatus class (the next step is to get
rid of KMMsgStatus...)
svn path=/trunk/KDE/kdepim/; revision=475356
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
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Andreas Gungl
a1209a599b
add logging capabilities to the action scheduler
...
svn path=/branches/KDE/3.5/kdepim/; revision=445717
21 years ago
Lus Pedro Coelho
49ecfeea4b
Full text indexing for KMAIL (finally)
...
svn path=/branches/KDE/3.5/kdepim/; revision=442394
21 years ago
Till Adam
9a84c74e76
KMMsgDict rafactoring/clarification and related fixes, as discussed
...
here: http://lists.kde.org/?l=kmail-devel&m=111945756024656&w=2
I've changed the KMMsgDict::instance() to return a pointer instead of a
reference, compared to the patch I posted, after valid criticism from
Marc that the pattern is generally used with a pointer, in KDE, so it's
better not to surprise people here.
svn path=/trunk/KDE/kdepim/; revision=428560
21 years ago
Thomas Zander
73eda4578c
These files include, but don't need kmmessage.h (11 of the previous 22...)
...
svn path=/trunk/KDE/kdepim/; revision=425083
21 years ago
Till Adam
0c1c28f943
De-obfuscate the status matching somewhat as per Marc's suggestion.
...
svn path=/trunk/kdepim/; revision=404453
21 years ago
Andreas Gungl
49bf5e7f01
revert last change due to objection by Marc
...
svn path=/trunk/kdepim/; revision=404426
21 years ago
Andreas Gungl
1004935391
Backport change to case-insensitive check of status in filter rules
...
svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=404127
21 years ago
Andreas Gungl
30c7c427d1
Avoid case-sensitivity of the filter-rules for status values,
...
use a more sensible default when assuming automatic naming for
filters (which is set to off now)
BUGS:101001
svn path=/trunk/kdepim/; revision=404125
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
Stephan Binner
a7e1a4fafc
CVS_SILENT i18n style guide fixes
...
svn path=/trunk/kdepim/; revision=386464
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
Andreas Gungl
8a8ee8d75b
Backpport: Fix searching when the header field in question is
...
the first one of a message.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=353207
22 years ago
Andreas Gungl
133871a4a4
Fix searching when the header field in question is
...
the first one of a message.
CCMAIL: 90727-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=353015
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
Till Adam
fdc4097050
Patch by Martijn Klingens <klingens@kde.org> with some minor fixups which
...
adds the status icon next to the status string in the search/filter/quick
search dropdowns and fixes capitalization as well. Thanks, dude.
svn path=/trunk/kdepim/; revision=344502
22 years ago
Carsten Burghardt
cfdae1fdaf
Support IMAP body search
...
svn path=/trunk/kdepim/; revision=344174
22 years ago
Till Adam
27f35a36b4
Add "has attachment" to the list of stati to search for in the quick
...
search dropdown, but not in the normal search/filter dialog where it is
special cased.
CCMAIL: 84409-done@bugs.kde.org
CCMAIL: 80541-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=334437
22 years ago
Till Adam
952f6c7072
Move the "important" entry to the top of the combobox of stati in both
...
the quicksearch as well as the search/filter dialog. It's used often, I
guess, so it should be easily accessible.
svn path=/trunk/kdepim/; revision=324832
22 years ago
Till Adam
ae7f1d61b5
Use KMMessage::bodyToUnicode() instead of KMMessage::bodyDecoded() which,
...
unlike KMMsgPart::bodyDecoded() does content transfer decoding and not
charset/codec decoding
This fixes searching in non-latin1 mail bodies for those mails, at least,
which don't claim they have quotedprintable and are in reality 7/8 bit.
Muunzir, thanks for the bug report, can you confirm this fixes it?
CCMAIL: 79860-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=324403
22 years ago