diff --git a/mail_environment/README.rst b/mail_environment/README.rst new file mode 100644 index 00000000..815eed1b --- /dev/null +++ b/mail_environment/README.rst @@ -0,0 +1,148 @@ +========================================== +Mail configuration with server_environment +========================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:f7954bb45b56c80cedbac1fc52e4200167359c801a99d7ae85d5dd5bc8bad089 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--env-lightgray.png?logo=github + :target: https://github.com/OCA/server-env/tree/17.0/mail_environment + :alt: OCA/server-env +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/server-env-17-0/server-env-17-0-mail_environment + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/server-env&target_branch=17.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows to configure the incoming and outgoing mail servers +using the server_environment mechanism: you can then have different mail +servers for the production and the test environment. + +**Table of contents** + +.. contents:: + :local: + +Installation +============ + +To install this module, you need to have the server_environment module +installed and properly configured. + +Configuration +============= + +With this module installed, the incoming and outgoing mail servers are +configured in the server_environment_files module (which is a module you +should provide, see the documentation of server_environment for more +information). + +In the configuration file of each environment, you may first use the +sections [outgoing_mail] and [incoming_mail] to configure the default +values respectively for SMTP servers and the IMAP/POP servers. + +Then for each server, you can define additional values or override the +default values with a section named [outgoing_mail.resource_name] or +[incoming_mail.resource_name] where "resource_name" is the name of the +server. + +Example of config file : + +:: + + [outgoing_mail] + smtp_host = smtp.myserver.com + smtp_port = 587 + smtp_user = + smtp_pass = + smtp_encryption = ssl + + [outgoing_mail.odoo_smtp_server1] + smtp_user = odoo + smtp_pass = odoo + + [incoming_mail.odoo_pop_mail1] + server = mail.myserver.com + port = 110 + server_type = pop + is_ssl = 0 + attach = 0 + original = 0 + user = odoo@myserver.com + password = uas1ohV0 + +You will need to create 2 records in the database, one outgoing mail +server with the field name set to "odoo_smtp_server1" and one incoming +mail server with the field name set to "odoo_pop_mail1". + +Usage +===== + +Once configured, Odoo will read the mail servers values from the +configuration file related to each environment defined in the main Odoo +file. + +Known issues / Roadmap +====================== + +- Due to the special nature of this addon, you cannot test it on the + OCA runbot. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Camptocamp + +Contributors +------------ + +- Nicolas Bessi +- Yannick Vaucher +- Guewen Baconnier +- Joël Grand-Guillaume +- Holger Brunn +- Alexandre Fayolle + +Maintainers +----------- + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +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. + +This module is part of the `OCA/server-env `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/mail_environment/__init__.py b/mail_environment/__init__.py new file mode 100644 index 00000000..0650744f --- /dev/null +++ b/mail_environment/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/mail_environment/__manifest__.py b/mail_environment/__manifest__.py new file mode 100644 index 00000000..2ef4c439 --- /dev/null +++ b/mail_environment/__manifest__.py @@ -0,0 +1,13 @@ +# Copyright 2012-2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +{ + "name": "Mail configuration with server_environment", + "version": "18.0.1.0.0", + "category": "Tools", + "summary": "Configure mail servers with server_environment_files", + "author": "Camptocamp, Odoo Community Association (OCA)", + "license": "AGPL-3", + "website": "https://github.com/OCA/server-env", + "depends": ["mail", "server_environment"], +} diff --git a/mail_environment/i18n/de.po b/mail_environment/i18n/de.po new file mode 100644 index 00000000..092a1150 --- /dev/null +++ b/mail_environment/i18n/de.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_environment +# +# Translators: +# Rudolf Schnapka , 2016 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-04-17 12:15+0000\n" +"PO-Revision-Date: 2016-04-21 09:16+0000\n" +"Last-Translator: Rudolf Schnapka \n" +"Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/de/)\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: mail_environment +#: model:ir.model.fields,help:mail_environment.field_fetchmail_server__is_ssl +msgid "" +"Connections are encrypted with SSL/TLS through a dedicated port (default: " +"IMAPS=993, POP3S=995)" +msgstr "" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_ir_mail_server +#, fuzzy +msgid "Mail Server" +msgstr "ir.mail_server" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__is_ssl +msgid "SSL/TLS" +msgstr "" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_env_defaults +#: model:ir.model.fields,field_description:mail_environment.field_ir_mail_server__server_env_defaults +msgid "Server Env Defaults" +msgstr "" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "" + +#, fuzzy +#~ msgid "IMAP Server" +#~ msgstr "POP/IMAP-Server" + +#, fuzzy +#~ msgid "POP Server" +#~ msgstr "POP/IMAP-Server" diff --git a/mail_environment/i18n/es.po b/mail_environment/i18n/es.po new file mode 100644 index 00000000..07ead0b4 --- /dev/null +++ b/mail_environment/i18n/es.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_environment +# +# Translators: +# Pedro M. Baeza , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-01 10:38+0000\n" +"PO-Revision-Date: 2023-07-25 13:10+0000\n" +"Last-Translator: Ivorra78 \n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: mail_environment +#: model:ir.model.fields,help:mail_environment.field_fetchmail_server__is_ssl +msgid "" +"Connections are encrypted with SSL/TLS through a dedicated port (default: " +"IMAPS=993, POP3S=995)" +msgstr "" +"Las conexiones se cifran con SSL/TLS a través de un puerto dedicado (por " +"defecto: IMAPS=993, POP3S=995)" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "Servidor de correo entrante" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_ir_mail_server +msgid "Mail Server" +msgstr "Servidor de correo" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__is_ssl +msgid "SSL/TLS" +msgstr "SSL/TLS" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_env_defaults +#: model:ir.model.fields,field_description:mail_environment.field_ir_mail_server__server_env_defaults +msgid "Server Env Defaults" +msgstr "Valores por defecto del entorno de servidor" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "Tipo de servidor" diff --git a/mail_environment/i18n/hr.po b/mail_environment/i18n/hr.po new file mode 100644 index 00000000..716654a1 --- /dev/null +++ b/mail_environment/i18n/hr.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_environment +# +# Translators: +# Bole , 2016 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-29 00:48+0000\n" +"PO-Revision-Date: 2016-06-14 10:58+0000\n" +"Last-Translator: Bole \n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: mail_environment +#: model:ir.model.fields,help:mail_environment.field_fetchmail_server__is_ssl +msgid "" +"Connections are encrypted with SSL/TLS through a dedicated port (default: " +"IMAPS=993, POP3S=995)" +msgstr "" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_ir_mail_server +#, fuzzy +msgid "Mail Server" +msgstr "ir.mail_server" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__is_ssl +msgid "SSL/TLS" +msgstr "" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_env_defaults +#: model:ir.model.fields,field_description:mail_environment.field_ir_mail_server__server_env_defaults +msgid "Server Env Defaults" +msgstr "" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "" + +#, fuzzy +#~ msgid "IMAP Server" +#~ msgstr "POP/IMAP Server" + +#, fuzzy +#~ msgid "POP Server" +#~ msgstr "POP/IMAP Server" diff --git a/mail_environment/i18n/it.po b/mail_environment/i18n/it.po new file mode 100644 index 00000000..740be816 --- /dev/null +++ b/mail_environment/i18n/it.po @@ -0,0 +1,52 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_environment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2024-02-04 22:36+0000\n" +"Last-Translator: mymage \n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: mail_environment +#: model:ir.model.fields,help:mail_environment.field_fetchmail_server__is_ssl +msgid "" +"Connections are encrypted with SSL/TLS through a dedicated port (default: " +"IMAPS=993, POP3S=995)" +msgstr "" +"Le connessioni sono criptate con SSL/TLS attraverso una porta dedicata " +"(predefinite: IMAPS=993, POP3S=995)" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "Server di posta in arrivo" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_ir_mail_server +msgid "Mail Server" +msgstr "Server di posta" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__is_ssl +msgid "SSL/TLS" +msgstr "SSL/TLS" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_env_defaults +#: model:ir.model.fields,field_description:mail_environment.field_ir_mail_server__server_env_defaults +msgid "Server Env Defaults" +msgstr "Server ambiente predefinito" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "Tipo server" diff --git a/mail_environment/i18n/mail_environment.pot b/mail_environment/i18n/mail_environment.pot new file mode 100644 index 00000000..b1f3b3ba --- /dev/null +++ b/mail_environment/i18n/mail_environment.pot @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_environment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: mail_environment +#: model:ir.model.fields,help:mail_environment.field_fetchmail_server__is_ssl +msgid "" +"Connections are encrypted with SSL/TLS through a dedicated port (default: " +"IMAPS=993, POP3S=995)" +msgstr "" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_ir_mail_server +msgid "Mail Server" +msgstr "" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__is_ssl +msgid "SSL/TLS" +msgstr "" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_env_defaults +#: model:ir.model.fields,field_description:mail_environment.field_ir_mail_server__server_env_defaults +msgid "Server Env Defaults" +msgstr "" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "" diff --git a/mail_environment/i18n/pt_BR.po b/mail_environment/i18n/pt_BR.po new file mode 100644 index 00000000..7ad4bcee --- /dev/null +++ b/mail_environment/i18n/pt_BR.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_environment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-09-29 11:14+0000\n" +"PO-Revision-Date: 2019-09-03 01:23+0000\n" +"Last-Translator: Rodrigo Macedo \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-" +"tools-8-0/language/pt_BR/)\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.8\n" + +#. module: mail_environment +#: model:ir.model.fields,help:mail_environment.field_fetchmail_server__is_ssl +msgid "" +"Connections are encrypted with SSL/TLS through a dedicated port (default: " +"IMAPS=993, POP3S=995)" +msgstr "" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "Servidor de Mensagens Recebidas" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_ir_mail_server +msgid "Mail Server" +msgstr "Servidor de E-mail" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__is_ssl +msgid "SSL/TLS" +msgstr "" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_env_defaults +#: model:ir.model.fields,field_description:mail_environment.field_ir_mail_server__server_env_defaults +msgid "Server Env Defaults" +msgstr "" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "Tipo de Servidor" + +#~ msgid "IMAP Server" +#~ msgstr "Servidor IMAP" + +#~ msgid "Local Server" +#~ msgstr "Servidor Local" + +#~ msgid "POP Server" +#~ msgstr "Servidor POP" diff --git a/mail_environment/i18n/sl.po b/mail_environment/i18n/sl.po new file mode 100644 index 00000000..7bacefd1 --- /dev/null +++ b/mail_environment/i18n/sl.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_environment +# +# Translators: +# Matjaž Mozetič , 2016 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-02-27 01:37+0000\n" +"PO-Revision-Date: 2016-02-27 16:56+0000\n" +"Last-Translator: Matjaž Mozetič \n" +"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#. module: mail_environment +#: model:ir.model.fields,help:mail_environment.field_fetchmail_server__is_ssl +msgid "" +"Connections are encrypted with SSL/TLS through a dedicated port (default: " +"IMAPS=993, POP3S=995)" +msgstr "" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_ir_mail_server +#, fuzzy +msgid "Mail Server" +msgstr "ir.mail_server" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__is_ssl +msgid "SSL/TLS" +msgstr "" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_env_defaults +#: model:ir.model.fields,field_description:mail_environment.field_ir_mail_server__server_env_defaults +msgid "Server Env Defaults" +msgstr "" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "" + +#, fuzzy +#~ msgid "IMAP Server" +#~ msgstr "POP/IMAP strežnik" + +#, fuzzy +#~ msgid "POP Server" +#~ msgstr "POP/IMAP strežnik" diff --git a/mail_environment/i18n/zh_CN.po b/mail_environment/i18n/zh_CN.po new file mode 100644 index 00000000..aac58874 --- /dev/null +++ b/mail_environment/i18n/zh_CN.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mail_environment +# +# Translators: +# Jeffery Chenn , 2016 +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-31 11:58+0000\n" +"PO-Revision-Date: 2016-09-04 06:08+0000\n" +"Last-Translator: Jeffery Chenn \n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-server-" +"tools-9-0/language/zh_CN/)\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: mail_environment +#: model:ir.model.fields,help:mail_environment.field_fetchmail_server__is_ssl +msgid "" +"Connections are encrypted with SSL/TLS through a dedicated port (default: " +"IMAPS=993, POP3S=995)" +msgstr "" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_fetchmail_server +msgid "Incoming Mail Server" +msgstr "" + +#. module: mail_environment +#: model:ir.model,name:mail_environment.model_ir_mail_server +#, fuzzy +msgid "Mail Server" +msgstr "POP/IMAP 服务器" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__is_ssl +msgid "SSL/TLS" +msgstr "" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_env_defaults +#: model:ir.model.fields,field_description:mail_environment.field_ir_mail_server__server_env_defaults +msgid "Server Env Defaults" +msgstr "" + +#. module: mail_environment +#: model:ir.model.fields,field_description:mail_environment.field_fetchmail_server__server_type +msgid "Server Type" +msgstr "" + +#, fuzzy +#~ msgid "IMAP Server" +#~ msgstr "POP/IMAP 服务器" + +#, fuzzy +#~ msgid "POP Server" +#~ msgstr "POP/IMAP 服务器" diff --git a/mail_environment/models/__init__.py b/mail_environment/models/__init__.py new file mode 100644 index 00000000..a21a540e --- /dev/null +++ b/mail_environment/models/__init__.py @@ -0,0 +1,2 @@ +from . import ir_mail_server +from . import fetchmail_server diff --git a/mail_environment/models/fetchmail_server.py b/mail_environment/models/fetchmail_server.py new file mode 100644 index 00000000..f0624224 --- /dev/null +++ b/mail_environment/models/fetchmail_server.py @@ -0,0 +1,70 @@ +# Copyright 2012-2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +import operator + +from odoo import api, fields, models +from odoo.osv.expression import FALSE_DOMAIN + + +class FetchmailServer(models.Model): + """Incoming POP/IMAP mail server account""" + + _name = "fetchmail.server" + _inherit = ["fetchmail.server", "server.env.mixin"] + + @property + def _server_env_fields(self): + base_fields = super()._server_env_fields + mail_fields = { + "server": {}, + "port": {}, + "server_type": {}, + "user": {}, + "password": {}, + "is_ssl": {}, + "attach": {}, + "original": {}, + } + mail_fields.update(base_fields) + return mail_fields + + is_ssl = fields.Boolean(search="_search_is_ssl") + server_type = fields.Selection(search="_search_server_type") + + @api.model + def _server_env_global_section_name(self): + """Name of the global section in the configuration files + + Can be customized in your model + """ + return "incoming_mail" + + @api.model + def _search_is_ssl(self, oper, value): + """Keep the is_ssl field searchable to allow domain in search view.""" + if not isinstance(value, bool): + return FALSE_DOMAIN + operators = { + "=": operator.eq, + "!=": operator.ne, + } + if oper not in operators: + return FALSE_DOMAIN + servers = self.search([]).filtered(lambda s: operators[oper](value, s.is_ssl)) + return [("id", "in", servers.ids)] + + @api.model + def _search_server_type(self, oper, value): + operators = { + "=": operator.eq, + "!=": operator.ne, + "in": operator.contains, + "not in": lambda a, b: not operator.contains(a, b), + } + if oper not in operators: + return [("id", "in", [])] + servers = self.search([]).filtered( + lambda s: operators[oper](value, s.server_type) + ) + return [("id", "in", servers.ids)] diff --git a/mail_environment/models/ir_mail_server.py b/mail_environment/models/ir_mail_server.py new file mode 100644 index 00000000..984cce41 --- /dev/null +++ b/mail_environment/models/ir_mail_server.py @@ -0,0 +1,30 @@ +# Copyright 2012-2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +from odoo import api, models + + +class IrMailServer(models.Model): + _name = "ir.mail_server" + _inherit = ["ir.mail_server", "server.env.mixin"] + + @property + def _server_env_fields(self): + base_fields = super()._server_env_fields + mail_fields = { + "smtp_host": {}, + "smtp_port": {}, + "smtp_user": {}, + "smtp_pass": {}, + "smtp_encryption": {}, + } + mail_fields.update(base_fields) + return mail_fields + + @api.model + def _server_env_global_section_name(self): + """Name of the global section in the configuration files + + Can be customized in your model + """ + return "outgoing_mail" diff --git a/mail_environment/pyproject.toml b/mail_environment/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/mail_environment/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/mail_environment/readme/CONFIGURE.md b/mail_environment/readme/CONFIGURE.md new file mode 100644 index 00000000..c7ef3c98 --- /dev/null +++ b/mail_environment/readme/CONFIGURE.md @@ -0,0 +1,40 @@ +With this module installed, the incoming and outgoing mail servers are +configured in the server_environment_files module (which is a module you +should provide, see the documentation of server_environment for more +information). + +In the configuration file of each environment, you may first use the +sections \[outgoing_mail\] and \[incoming_mail\] to configure the +default values respectively for SMTP servers and the IMAP/POP servers. + +Then for each server, you can define additional values or override the +default values with a section named \[outgoing_mail.resource_name\] or +\[incoming_mail.resource_name\] where "resource_name" is the name of the +server. + +Example of config file : + + [outgoing_mail] + smtp_host = smtp.myserver.com + smtp_port = 587 + smtp_user = + smtp_pass = + smtp_encryption = ssl + + [outgoing_mail.odoo_smtp_server1] + smtp_user = odoo + smtp_pass = odoo + + [incoming_mail.odoo_pop_mail1] + server = mail.myserver.com + port = 110 + server_type = pop + is_ssl = 0 + attach = 0 + original = 0 + user = odoo@myserver.com + password = uas1ohV0 + +You will need to create 2 records in the database, one outgoing mail +server with the field name set to "odoo_smtp_server1" and one incoming +mail server with the field name set to "odoo_pop_mail1". diff --git a/mail_environment/readme/CONTRIBUTORS.md b/mail_environment/readme/CONTRIBUTORS.md new file mode 100644 index 00000000..40b1b0fa --- /dev/null +++ b/mail_environment/readme/CONTRIBUTORS.md @@ -0,0 +1,6 @@ +- Nicolas Bessi \<\> +- Yannick Vaucher \<\> +- Guewen Baconnier \<\> +- Joël Grand-Guillaume \<\> +- Holger Brunn \<\> +- Alexandre Fayolle \<\> diff --git a/mail_environment/readme/DESCRIPTION.md b/mail_environment/readme/DESCRIPTION.md new file mode 100644 index 00000000..2d39b83b --- /dev/null +++ b/mail_environment/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +This module allows to configure the incoming and outgoing mail servers +using the server_environment mechanism: you can then have different mail +servers for the production and the test environment. diff --git a/mail_environment/readme/INSTALL.md b/mail_environment/readme/INSTALL.md new file mode 100644 index 00000000..9b480785 --- /dev/null +++ b/mail_environment/readme/INSTALL.md @@ -0,0 +1,2 @@ +To install this module, you need to have the server_environment module +installed and properly configured. diff --git a/mail_environment/readme/ROADMAP.md b/mail_environment/readme/ROADMAP.md new file mode 100644 index 00000000..9d5b75d6 --- /dev/null +++ b/mail_environment/readme/ROADMAP.md @@ -0,0 +1,2 @@ +- Due to the special nature of this addon, you cannot test it on the OCA + runbot. diff --git a/mail_environment/readme/USAGE.md b/mail_environment/readme/USAGE.md new file mode 100644 index 00000000..77a87746 --- /dev/null +++ b/mail_environment/readme/USAGE.md @@ -0,0 +1,3 @@ +Once configured, Odoo will read the mail servers values from the +configuration file related to each environment defined in the main Odoo +file. diff --git a/mail_environment/static/description/icon.png b/mail_environment/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/mail_environment/static/description/icon.png differ diff --git a/mail_environment/static/description/index.html b/mail_environment/static/description/index.html new file mode 100644 index 00000000..1cf7ab2c --- /dev/null +++ b/mail_environment/static/description/index.html @@ -0,0 +1,489 @@ + + + + + +Mail configuration with server_environment + + + +
+

Mail configuration with server_environment

+ + +

Beta License: AGPL-3 OCA/server-env Translate me on Weblate Try me on Runboat

+

This module allows to configure the incoming and outgoing mail servers +using the server_environment mechanism: you can then have different mail +servers for the production and the test environment.

+

Table of contents

+ +
+

Installation

+

To install this module, you need to have the server_environment module +installed and properly configured.

+
+
+

Configuration

+

With this module installed, the incoming and outgoing mail servers are +configured in the server_environment_files module (which is a module you +should provide, see the documentation of server_environment for more +information).

+

In the configuration file of each environment, you may first use the +sections [outgoing_mail] and [incoming_mail] to configure the default +values respectively for SMTP servers and the IMAP/POP servers.

+

Then for each server, you can define additional values or override the +default values with a section named [outgoing_mail.resource_name] or +[incoming_mail.resource_name] where “resource_name” is the name of the +server.

+

Example of config file :

+
+[outgoing_mail]
+smtp_host = smtp.myserver.com
+smtp_port = 587
+smtp_user =
+smtp_pass =
+smtp_encryption = ssl
+
+[outgoing_mail.odoo_smtp_server1]
+smtp_user = odoo
+smtp_pass = odoo
+
+[incoming_mail.odoo_pop_mail1]
+server = mail.myserver.com
+port = 110
+server_type = pop
+is_ssl = 0
+attach = 0
+original = 0
+user = odoo@myserver.com
+password = uas1ohV0
+
+

You will need to create 2 records in the database, one outgoing mail +server with the field name set to “odoo_smtp_server1” and one incoming +mail server with the field name set to “odoo_pop_mail1”.

+
+
+

Usage

+

Once configured, Odoo will read the mail servers values from the +configuration file related to each environment defined in the main Odoo +file.

+
+
+

Known issues / Roadmap

+
    +
  • Due to the special nature of this addon, you cannot test it on the +OCA runbot.
  • +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Camptocamp
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

This module is part of the OCA/server-env project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/mail_environment/tests/__init__.py b/mail_environment/tests/__init__.py new file mode 100644 index 00000000..82ffeb74 --- /dev/null +++ b/mail_environment/tests/__init__.py @@ -0,0 +1 @@ +from . import test_mail_environment diff --git a/mail_environment/tests/test_mail_environment.py b/mail_environment/tests/test_mail_environment.py new file mode 100644 index 00000000..44c396b2 --- /dev/null +++ b/mail_environment/tests/test_mail_environment.py @@ -0,0 +1,77 @@ +# Copyright 2018 Camptocamp (https://www.camptocamp.com). +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) + + +from odoo.addons.server_environment.tests.common import ServerEnvironmentCase + +fetchmail_config = """ +[incoming_mail.fetchmail1] +server = safe_server +port = 993 +server_type = imap +is_ssl = 1 +attach = 1 +original = 1 +user = admin +password = admin +state = done +priority = 1 +active = 1 + +[incoming_mail.fetchmail2] +server = unsafe_server +port = 143 +server_type = imap +is_ssl = 0 +attach = 1 +original = 1 +user = admin +password = admin +state = done +priority = 1 +active = 1 +""" + + +class TestMailEnvironment(ServerEnvironmentCase): + def test_fetchmail_search_is_ssl(self): + fetchmail1 = self.env["fetchmail.server"].create({"name": "fetchmail1"}) + fetchmail2 = self.env["fetchmail.server"].create({"name": "fetchmail2"}) + with self.load_config(public=fetchmail_config): + # Test basic properties + self.assertTrue(fetchmail1.is_ssl) + self.assertEqual(fetchmail1.port, 993) + self.assertFalse(fetchmail2.is_ssl) + self.assertEqual(fetchmail2.port, 143) + + # Test is_ssl search method + self.assertIn( + fetchmail1, self.env["fetchmail.server"].search([("is_ssl", "=", True)]) + ) + self.assertIn( + fetchmail1, + self.env["fetchmail.server"].search([("is_ssl", "!=", False)]), + ) + self.assertNotIn( + fetchmail1, + self.env["fetchmail.server"].search([("is_ssl", "=", False)]), + ) + self.assertNotIn( + fetchmail1, + self.env["fetchmail.server"].search([("is_ssl", "!=", True)]), + ) + self.assertNotIn( + fetchmail2, self.env["fetchmail.server"].search([("is_ssl", "=", True)]) + ) + self.assertNotIn( + fetchmail2, + self.env["fetchmail.server"].search([("is_ssl", "!=", False)]), + ) + self.assertIn( + fetchmail2, + self.env["fetchmail.server"].search([("is_ssl", "=", False)]), + ) + self.assertIn( + fetchmail2, + self.env["fetchmail.server"].search([("is_ssl", "!=", True)]), + )