diff -r 9fdd8dba529c -r 76f302097a75 BLIP/BLIPMessage.h --- a/BLIP/BLIPMessage.h Sat May 24 17:25:06 2008 -0700 +++ b/BLIP/BLIPMessage.h Sat May 24 21:26:09 2008 -0700 @@ -82,6 +82,10 @@ /** Appends data to the body. */ - (void) addToBody: (NSData*)data; +/** The message body as an NSString. + The UTF-8 character encoding is used to convert. */ +@property (copy) NSString *bodyString; + #pragma mark PROPERTIES: /** The message's properties, a dictionary-like object.