mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
Monotone-Parent: 007ccbcb2314639592079266f43db3a3925517cb
Monotone-Revision: 184ca5f4175b29f1837888270afce47c10fde5b3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-19T21:09:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -19,24 +19,18 @@
|
||||
02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "UIxMailPartViewer.h"
|
||||
|
||||
/*
|
||||
UIxMailPartTextViewer
|
||||
|
||||
Show plain/text mail parts in a <pre> section.
|
||||
|
||||
Show plaintext mail parts correctly formatted.
|
||||
|
||||
TODO: add server side wrapping.
|
||||
TODO: add contained link detection.
|
||||
*/
|
||||
|
||||
@interface UIxMailPartTextViewer : UIxMailPartViewer
|
||||
{
|
||||
}
|
||||
#import "common.h"
|
||||
|
||||
@end
|
||||
|
||||
#include "common.h"
|
||||
#import "UIxMailPartTextViewer.h"
|
||||
|
||||
@implementation UIxMailPartTextViewer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user