Search 1.9 billion lines of Odoo code on GitHub

fetchmail_inbox

Author: Therp BV
License: AGPL-3
Branch: fix/10.0/fetchmail_inbox/mail_tracking_value_security_error
Repository: StefanRijnhart/Therp-Addons
Dependencies: fetchmail, and mail
Languages: PO File (60, 13.3%), Python (266, 59.0%), XML (93, 20.6%), and reStructuredText (32, 7.1%)
Other branches: 7.0, 7.0-add_sale_invoice_customs, 7.0-add_sale_no_product_code, 7.0-cust, 7.0-fetchmail_inbox_default_context_keys, 7.0-fetchmail_inbox_preserve_attachments, 7.0-invoice_customs_cleanup, 7.0-invoice_customs_improvements, 8.0, 8.0-fetchmail_inbox_invoice, 8.0-l10n_nl_autoinstall, 8.0-port_trp_use_case, 8.0-scrum, 8.0-scrum_notify_stage_change, 8.0-xmlsec_ImportError, fix/8.0-customs_invoice_line_no_uos, and migration/10.0/fetchmail_inbox
Other repositories: Bloesum/Therp-Addons, EssentNovaTeam/Therp-Addons, ICTSTUDIO/Therp-Addons, InstaERP/Therp-Addons, Mefistous/Therp-Addons, NL66278/server-tools, Ray11101976/Therp-Addons, Therp/Therp-Addons, Upsyd/Therp-Addons, alanljj/Therp-Addons, apertoso/Therp-Addons, asavalia/Therp-Addons, aurestic/Therp-Addons, daramousk/Therp-Addons, diagramsoftware/Therp-Addons, eboelsums/Therp-Addons, garzadekoster/Therp-Addons, gfcapalbo/Therp-Addons, hbrunn/Therp-Addons, iacsvrn/Therp-Addons, intechbgd/Therp-Addons, janverb/Therp-Addons, kossovo/Therp-Addons, lfreeke/Therp-Addons, mgielissen/Therp-Addons, mohamedhagag/Therp-Addons, ntsirintanis/Therp-Addons, odoobgorg/Therp-Addons, odoousers2014/Therp-Addons, opengest/Therp-Addons, sunflowerit/Therp-Addons, and yasmanycastillo/Therp-Addons

<a name="fetch-mails-into-inbox"></a> <h2>Fetch mails into inbox</h2> <p>In some cases, you may not want to have OpenERP create objects directly on mail arrival, but put them into an inbox for further (possibly manual) processing.</p> <p>This module provides the base for this workflow and elementary UI for processing.</p> <a name="usage"></a> <h3>Usage</h3> <p>Create a fetchmail configuration and use 'Fetchmail inbox' as object to be created on mail arrival. Be sure to check Advanced/Keep original in order not to lose data in the intermediate step via the inbox.</p> <p>Mails fetched from this configuration end up in Settings/Technical/Email/Fetchmail Inbox, where they can be reviewed and eventually used to create new objects or attached to existing objects.</p> <a name="further-development"></a> <h3>Further development</h3> <p>This module deals with emails in a very generic way, which is good for flexibility, but bad for usability. Fortunately, it was developed with extensibility in mind so that it is very simple to write extension modules to ease handling emails for specific models in a more user friendly manner.</p> <p>In simple cases, if you want to force specifying objects of just one model, you can put 'set_default_res_model': 'your.model' into the menu action's context and you're done.</p> <a name="credits"></a> <h3>Credits</h3> <ul class="simple"> <li>icon courtesy of <a class="reference external" href="http://fortawesome.github.io/Font-Awesome/icon/inbox/">http://fortawesome.github.io/Font-Awesome/icon/inbox/</a></li> </ul> <a name="contributors"></a> <h2>Contributors</h2> <ul class="simple"> <li>Holger Brunn &lt;<a class="reference external" href="mailto:hbrunn&#64;therp.nl">hbrunn&#64;therp.nl</a>&gt;</li> <li>Stefan Rijnhart &lt;<a class="reference external" href="mailto:stefan&#64;opener.amsterdam">stefan&#64;opener.amsterdam</a>&gt;</li> </ul>