diff --git a/fetchmail_notify_error_to_sender/README.rst b/fetchmail_notify_error_to_sender/README.rst index 2c0117e3f..8079b7dd7 100644 --- a/fetchmail_notify_error_to_sender/README.rst +++ b/fetchmail_notify_error_to_sender/README.rst @@ -23,7 +23,7 @@ Fetchmail Notify Error to Sender :target: https://runbot.odoo-community.org/runbot/149/13.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| If fetchmail is not able to correctly route an email, the email is "silently" lost (you get an error message in server log). @@ -66,13 +66,13 @@ Authors ~~~~~~~ * Agile Business Group -* Eficent +* ForgeFlow Contributors ~~~~~~~~~~~~ * Lorenzo Battistini -* Miquel Raïch (migration to v9 and v10) +* Miquel Raïch (migration to v9 and v10) * Hai Dinh (migration to V11) * Nedas Zilinskas (Ventor, Xpansa Group ) * Denis Valenchyts (VentorTech OU ) diff --git a/fetchmail_notify_error_to_sender/__manifest__.py b/fetchmail_notify_error_to_sender/__manifest__.py index 2b8efefc9..6f747c87f 100644 --- a/fetchmail_notify_error_to_sender/__manifest__.py +++ b/fetchmail_notify_error_to_sender/__manifest__.py @@ -1,5 +1,5 @@ # Copyright 2015 Lorenzo Battistini -# Copyright 2017 Eficent +# Copyright 2017 ForgeFlow # Copyright 2018 Hai Dinh # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). @@ -8,7 +8,7 @@ "summary": "If fetching mails gives error, send an email to sender", "version": "13.0.2.0.0", "category": "Tools", - "author": "Agile Business Group,Eficent,Odoo Community Association (OCA)", + "author": "Agile Business Group,ForgeFlow,Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-tools", "license": "AGPL-3", "depends": ["fetchmail"], diff --git a/fetchmail_notify_error_to_sender/models/fetchmail.py b/fetchmail_notify_error_to_sender/models/fetchmail.py index 25658df99..afafe6888 100644 --- a/fetchmail_notify_error_to_sender/models/fetchmail.py +++ b/fetchmail_notify_error_to_sender/models/fetchmail.py @@ -1,5 +1,5 @@ # Copyright 2015 Lorenzo Battistini -# Copyright 2017 Eficent +# Copyright 2017 ForgeFlow # Copyright 2018 Hai Dinh # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/fetchmail_notify_error_to_sender/models/mail_thread.py b/fetchmail_notify_error_to_sender/models/mail_thread.py index ddc3ce7b1..e5bce6c9f 100644 --- a/fetchmail_notify_error_to_sender/models/mail_thread.py +++ b/fetchmail_notify_error_to_sender/models/mail_thread.py @@ -1,5 +1,5 @@ # Copyright 2015-2017 Lorenzo Battistini -# Copyright 2017 Eficent +# Copyright 2017 ForgeFlow # Copyright 2018 Hai Dinh # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/fetchmail_notify_error_to_sender/readme/CONTRIBUTORS.rst b/fetchmail_notify_error_to_sender/readme/CONTRIBUTORS.rst index 865e04b6c..4b7d1d5ef 100644 --- a/fetchmail_notify_error_to_sender/readme/CONTRIBUTORS.rst +++ b/fetchmail_notify_error_to_sender/readme/CONTRIBUTORS.rst @@ -1,5 +1,5 @@ * Lorenzo Battistini -* Miquel Raïch (migration to v9 and v10) +* Miquel Raïch (migration to v9 and v10) * Hai Dinh (migration to V11) * Nedas Zilinskas (Ventor, Xpansa Group ) * Denis Valenchyts (VentorTech OU ) diff --git a/fetchmail_notify_error_to_sender/static/description/index.html b/fetchmail_notify_error_to_sender/static/description/index.html index d34a3cf93..39741d654 100644 --- a/fetchmail_notify_error_to_sender/static/description/index.html +++ b/fetchmail_notify_error_to_sender/static/description/index.html @@ -411,14 +411,14 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

Authors

  • Agile Business Group
  • -
  • Eficent
  • +
  • ForgeFlow

Contributors