]> err.no Git - scalable-opengroupware.org/blobdiff - UI/MailerUI/UIxMailFormatter.h
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1233 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MailerUI / UIxMailFormatter.h
index 2270e2870c47201c6160742fadf2c702a2b53dfc..847cda67253dd046319a6b2bdf8969cabc114c8a 100644 (file)
 
 @end
 
-/*
-  TODO: the subject formatter should deal with the various 're:' like prefixes
-        and translate them into the native languages?
-        (or something like Re(5): ?)
-*/
-
-@interface UIxSubjectFormatter : UIxMailFormatter
-{
-  unsigned maxLength;
-}
-
-/* configuration */
-
-- (unsigned int)maxLength;
-
-/* labels */
-
-- (NSString *)missingSubjectLabel;
-
-/* specific formatters */
-
-- (NSString *)stringForStringValue:(NSString *)_subject;
-- (NSString *)stringForDataValue:(NSData *)_subject;
-
-@end
-
 @interface UIxEnvelopeAddressFormatter : UIxMailFormatter
 {
   NSString     *separator;