LSWImapMailViewer.m (opengroupware-5.5rc2) | : | LSWImapMailViewer.m (opengroupware-5.5rc3) | ||
---|---|---|---|---|
skipping to change at line 675 | skipping to change at line 675 | |||
length:[content cStringLength]]; | length:[content cStringLength]]; | |||
} | } | |||
else { | else { | |||
[(id)[[self context] page] | [(id)[[self context] page] | |||
setErrorString: | setErrorString: | |||
@"couldn't provide downloadable representation of body"]; | @"couldn't provide downloadable representation of body"]; | |||
[self logWithFormat: | [self logWithFormat: | |||
@"couldn't provide downloadable representation of body"]; | @"couldn't provide downloadable representation of body"]; | |||
return nil; | return nil; | |||
} | } | |||
[response setHeader:[NSString stringWithFormat:@"%d", [content length]] | [response setHeader:[NSString stringWithFormat:@"%"PRIuPTR, [content length]] | |||
forKey:@"content-length"]; | forKey:@"content-length"]; | |||
[response setHeader:@"identity" forKey:@"content-encoding"]; | [response setHeader:@"identity" forKey:@"content-encoding"]; | |||
[response setContent:content]; | [response setContent:content]; | |||
return response; | return response; | |||
} | } | |||
- (id)toDoc { | - (id)toDoc { | |||
OGoContentPage *page; | OGoContentPage *page; | |||
id nv; | id nv; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |