Monotone-Parent: 92ce389a1151c9f1a5f222e3ad03a757f3be2bdd

Monotone-Revision: 9cbf90659764ea3f6e6865022fda54ac0159d18f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-19T15:02:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-11-19 15:02:25 +00:00
parent 0cd778fdb3
commit 629491e2fb
3 changed files with 33 additions and 25 deletions
+1 -1
View File
@@ -312,7 +312,7 @@
if (![url hasSuffix: @"/"])
url = [url stringByAppendingString: @"/"];
/* if we get a message with an image/* or applicatio/*
/* if we get a message with an image/* or application/*
Content-Type, we must generate a 'fake' part since our
decoded mail won't have any. Also see SOGoMailBodyPart: -fetchBLOB
and SOGoMailObject: -lookupImap4BodyPartKey: inContext for