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