= 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 
[report:9?COMPONENT=EmailProcessorMacro here].

If you have any issues, create a 
[http://trac-hacks.org/newticket?component=EmailProcessorMacro&owner=pacopablo new ticket].

== Download ==

Download the zipped source from [download:emailprocessormacro here].

== Source ==

You can check out EmailProcessorMacro from [http://trac-hacks.org/svn/emailprocessormacro here] 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.

== 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:'''