mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Monotone-Parent: 025330d36e1af8f073a0b0a02b64a65e36da2ffb
Monotone-Revision: 62c54dca797fd3a058e6792e05ab111266735658 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-05T16:37:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
#import <NGImap4/NGImap4Envelope.h>
|
||||
#import <NGImap4/NGImap4EnvelopeAddress.h>
|
||||
|
||||
#import <SoObjects/Mailer/NSData+Mail.h>
|
||||
#import <SoObjects/Mailer/NSString+Mail.h>
|
||||
|
||||
#import <UI/MailerUI/WOContext+UIxMailer.h>
|
||||
#import "UIxMailRenderingContext.h"
|
||||
|
||||
@@ -144,6 +147,19 @@
|
||||
return [formattedComponents componentsJoinedByString: @", "];
|
||||
}
|
||||
|
||||
- (NSString *) messageSubject
|
||||
{
|
||||
id baseSubject;
|
||||
NSString *subject;
|
||||
|
||||
baseSubject = [[self envelope] subject];
|
||||
subject = [baseSubject decodedSubject];
|
||||
if (![subject length])
|
||||
subject = [self labelForKey: @"Untitled"];
|
||||
|
||||
return subject;
|
||||
}
|
||||
|
||||
- (NSString *) fromAddresses
|
||||
{
|
||||
NSArray *from;
|
||||
|
||||
Reference in New Issue
Block a user