Search 1.9 billion lines of Odoo code on GitHub

mail_drop_target

Author: Therp BV,Odoo Community Association (OCA)
License: AGPL-3
Branch: 13.0
Repository: OCA/social
Dependencies: mail, web, and web_drop_target
Languages: CSS (3, 0.4%), HTML (352, 52.6%), JavaScript (59, 8.8%), Python (218, 32.6%), and XML (37, 5.5%)
Other branches: 10.0, 11.0, 12.0, 13.0-ocabot-merge-pr-476-by-simahawk-bump-nobump, and 14.0
Other repositories: ACCOMODATA-BVBA/social, BADEP/social, BT-fgarbely/social, CB-Gran-Canaria/social, Change2improve/social, CompassionCH/social, Digital5-Odoo/social, Dobtor-OCA/social, DucTruongKomit/social, ERPLibre/social, ForgeFlow/social, Gabinete-Digital/social, Ingeos/social, Jarsa/social, MathBenTech/social, NeatNerdPrime/social, NextERP-Romania/social, Nooka10/social, OCA-MUK/social, QubiQ/social, Rad0van/social, SanteLibre/social, SequarSrl/social, SimoRubi/social, SolutionSeekers/social, StefanRijnhart/social, Studio73/social, Syci-Consulting/social, TDu/social, TRESCLOUD/social, Tecnativa/social, Vauxoo/social, YogeshMahera-SerpentCS/social, aaltinisik/social, acsone/social, adhoc-dev/social, agrista/odoo-social, ajaniszewska-dev/social, akretion/social, anhvu-sg/social, ansinaesmejor/social, aurestic/social, bealdav/social, brain-tec/social, brainbeanapps/social, camptocamp/social, coopiteasy/social, daramousk/social, diggy128/social, dndoanh/social, druidoo-dev/social, eLBati/social, ermannognan/social, exosoftware/oca-social, extrememicro/social, focusate/oca-social, gab-net/social, gfcapalbo/social, grindtildeath/social, gurneyalex/social, hbrunn/social, hibou-io/oca-social, i-vyshnevska/social, iledarn/social, jacky82669513/social, legalsylvain/social, lincersolucoes/oca-social, manuelcalerosolis/social, masiunas/social, mavs2011bs/social, myceliandre/social, nilshamerlinck/social, noorealam96/social, odoogap/social, osiell/social, pegonzalezspesol/social, popama/social, redcor/social, rlizana/social, ruuter/social, sadeqamin/social, sanube/social, sergiocorato/social, sewisoft/social, shiram/social, simahawk/social, skeller1/social, solarprocurement/social, steingabelgaard/social, sunflowerit/social, sygel-technology/social, tafaRU/social, takinobori/oca-social, takobi-online/social, tegin/social, tfossoul/social, thomaspot/social, tirma-sa/social, tosink/social, ursais/social, valmarnet/social, x0rzkov/odoo-social, xcgd/social, and y2gsmith/social

<h1 class="title">Drag &amp; drop emails to Odoo</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/social/tree/13.0/mail_drop_target"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_drop_target"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/205/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module was written to allow users to drag&amp;drop emails from their desktop to Odoo.</p> <p>It supports as well RFC822 .eml files as Outlook .msg (those only if <a class="reference external" href="https://github.com/mattgwwalker/msg-extractor">an extra library</a> is installed) files.</p> <p>When the mail is dropped to an odoo record, it will automatically send a notification of that new message that has been added to all the existing followers. It is possible to disable this notification.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#usage" id="id1">Usage</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id2">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id4">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id5">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id1">Usage</a></h2> <p>To use this module, you need to:</p> <ol class="arabic simple"> <li>save your emails on the desktop / somewhere in the file system</li> <li>drag them to your browser, and drop them on the chatter of the record you want to attach your email to</li> </ol> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h2> <ul class="simple"> <li>most mail clients won't allow you to drag mails directly from the mail client, you'll need some plugin for that</li> <li>for corporate environments, it might be feasible to support imap URLs and get the mail in question on the server side</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/social/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/social/issues/new?body=module:%20mail_drop_target%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>Therp BV</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <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>Enric Tobella &lt;<a class="reference external" href="mailto:etobella&#64;creublanca.es">etobella&#64;creublanca.es</a>&gt;</li> <li>Lois Rilo &lt;<a class="reference external" href="mailto:lois.rilo&#64;forgeflow.com">lois.rilo&#64;forgeflow.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/social/tree/13.0/mail_drop_target">OCA/social</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>

Dependency Graph