= Email Processor Macro = == Description == Processor to wrap a {{{
}}} text block to 72 cols.

This is especially useful for pasting emails and getting blocks that don't scroll.

[[Image(email_formatter_example.png)]]

== Bugs/Feature Requests == 

Existing bugs and feature requests for EmailProcessorMacro are [query:status!=closed&component=EmailProcessorMacro&order=priority here]. If you have any issues, create a 
[/newticket?component=EmailProcessorMacro&owner=pacopablo new ticket].

== Download and Source ==

Download the [download:emailprocessormacro zipped source], check out [/svn/emailprocessormacro using Subversion], or [source:emailprocessormacro browse the source] with Trac.

== Installation ==
While this is a wiki macro, it is the new format macro which is actually a plugin.  As of 0.11, old style macros (those installed in the wiki-macros folder and only consisting of an `execute` function) are no longer supported.  This means that this `macro` needs to be installed in the global plugin directory, or in the trac environment's `plugins` directory.

 * Copy `emailprocessor.py` into the environment's `plugins` directory
 * Add the following to the environment's `trac.ini`
{{{
[components]
emailprocessor.* = enabled
}}}
 * Restart your server

== Example ==

Use it like code highlighting:
{{{
 {{{
 #!email
 This is some text that will be wrapped
 }}}
}}}

== Recent Changes ==

[[ChangeLog(emailprocessormacro, 3)]]

== Author/Contributors ==

'''Author:''' [wiki:pacopablo] [[BR]]
'''Contributors:'''