diff --git a/SoObjects/Mailer/SOGoMailObject.m b/SoObjects/Mailer/SOGoMailObject.m index d709bbec2..fb5576de8 100644 --- a/SoObjects/Mailer/SOGoMailObject.m +++ b/SoObjects/Mailer/SOGoMailObject.m @@ -1359,6 +1359,7 @@ static BOOL debugSoParts = NO; - (NSString *) textDescription { +#warning We should send the content as an NSData return [NSString stringWithFormat: @"", [self contentAsString]]; }