Pradeepto Bhattacharya
d0d9643535
Merged revisions 736109 via svnmerge from
...
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/KDE/3.5/kdepim
........
r736109 | winterz | 2007-11-13 20:01:50 +0530 (Tue, 13 Nov 2007) | 3 lines
fix vcard handling with imap.
patch by Carsten.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=736199
19 years ago
Allen Winter
86095d08c2
fix vcard handling with imap.
...
patch by Carsten.
svn path=/trunk/KDE/kdepim/; revision=736107
19 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Pradeepto Bhattacharya
2d4016ae0b
Merge ...
...
SVN commit 665790 by winterz:
force fetching/display of text/calendar mime part, especially for meeting
invitations over IMAP.
Patch from Heiko. Thanks!
svn path=/branches/kdepim/enterprise/kdepim/; revision=669331
19 years ago
Allen Winter
8ecfdf8c69
give the copyright and license
...
scrubbing and cleaning.
svn path=/trunk/KDE/kdepim/; revision=665799
19 years ago
Allen Winter
b1a060a609
forward port SVN commit 665790 by winterz:
...
force fetching/display of text/calendar mime part, especially for meeting
invitations over IMAP.
Patch from Heiko. Thanks!
svn path=/trunk/KDE/kdepim/; revision=665793
19 years ago
Allen Winter
1a22110d9f
force fetching/display of text/calendar mime part, especially for meeting
...
invitations over IMAP.
Patch from Heiko. Thanks!
svn path=/branches/KDE/3.5/kdepim/; revision=665790
19 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
Andreas Gungl
99b1dcf126
Q3PtrList--
...
svn path=/trunk/KDE/kdepim/; revision=501111
20 years ago
Andreas Gungl
356280ebe7
Q3PtrList--
...
svn path=/trunk/KDE/kdepim/; revision=499030
20 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Carsten Burghardt
1e2de6cb08
Load also the mimeheader for other parts to get the encoding correctly.
...
BUG: 84425
svn path=/trunk/kdepim/; revision=381534
21 years ago
Carsten Burghardt
40fce09b7f
Display patches correctly when the attachment style is inlined
...
svn path=/trunk/kdepim/; revision=322118
22 years ago
Marc Mutz
c4df6a1a84
Add <config.h> to all .cpp files as in aegypten_branch we really
...
depend on th values there.
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
Changes done by this script:
for i in *.cpp; do
if ! grep -q '<config.h>' $i; then
echo $i
fi
done | xargs -n1 perl -pi\~ -e \
'if ( /#include/ && !$first ) {
$_ = "#ifdef HAVE_CONFIG_H\n#include <config.h>\n#endif\n\n" . $_;
$first=1;
}'
svn path=/trunk/kdepim/; revision=278891
23 years ago
Carsten Burghardt
219e8e2118
ms-tnef attachments resulted in an error from kmgroupware about a missing file /tmp/bla
...
So make sure that the code is only called when the file is not empty and load this attachment types
by default as the processing code is called anyway.
svn path=/trunk/kdepim/; revision=277110
23 years ago
Carsten Burghardt
9cc9eb1007
Do not create the message for inlined messages (iconic view) from string but from the DwMessage.
...
Fixes bug 70169
70169-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=275746
23 years ago
Carsten Burghardt
3687b7b646
When an imap msg is loaded the first time the signature state is unknown.
...
This patch makes sure that the msg is loaded completely and the verification works.
Tested by Till.
svn path=/trunk/kdepim/; revision=271625
23 years ago
Carsten Burghardt
e5a178ff11
We only need the MIME header from attachments and multipart-definitions
...
svn path=/trunk/kdepim/; revision=268837
23 years ago
Carsten Burghardt
fcebbde2d6
Leave the decision whether to load the mime header or not to the bodyvisitor
...
svn path=/trunk/kdepim/; revision=253526
23 years ago
Dirk Mueller
7512f73798
compile
...
svn path=/trunk/kdepim/; revision=242605
23 years ago
Till Adam
aec1b304a6
Fix crashletto with a message or three in my inbox.
...
svn path=/trunk/kdepim/; revision=240088
23 years ago
Carsten Burghardt
bbdcd95335
Load imap attachments on demand and load the messages itself progressively. Cool ;-)
...
svn path=/trunk/kdepim/; revision=240060
23 years ago
Carsten Burghardt
8474bdad80
Checkin of files needed for load-attachments-on-demand
...
svn path=/trunk/kdepim/; revision=232616
23 years ago