Where to go from here
Extending mailtoplone
Mailtoplone makes heavy usage of the component architecture, and therefore, like plone
itself encourages you to extend it's functionality. Here are some approaches:
- define more conditions to check the mail for
- define more actions ( deliver to foreign urls e.g. )
- create more sophisticated adapters (e.g. create content types for addon products)
- maybe there's more than just content creation, for example reporting
- Create more ways emails get to the plone instance ( e.g. fetching from a mailserver via pop or imap)
- *
Check out the project page,
try out mailtoplone, post to the tracker,
or contact me on irc (#plone, mr_savage)

