Commit Graph

499 Commits (aeb9d389ed6fb65a498c16a372b265108ca8efaa)

Author SHA1 Message Date
OCA-git-bot aeb9d389ed Merge PR #500 into 12.0
Signed-off-by hbrunn
2020-02-24 18:46:25 +00:00
oca-travis 157a235a80 [UPD] Update mail_check_mailbox_size.pot 2020-02-18 10:37:37 +00:00
OCA-git-bot a5545fa248 [ADD] setup.py 2020-02-18 10:31:17 +00:00
OCA-git-bot 504bea8dcf [ADD] icon.png 2020-02-18 10:31:17 +00:00
OCA-git-bot 0abab6be75 [UPD] README.rst 2020-02-18 10:31:17 +00:00
Leonardo Pistone 2307057618
Merge pull request #342 from lepistone/12.0-port-mail_check_mailbox_size
port mail_check_mailbox_size to 12.0
2020-02-18 11:31:06 +01:00
Leonardo Pistone e607a53eba [MIG] mail_check_mailbox_size: Migration to 12.0
This module sends an email with a summary of remote IMAP mailbox
folders, with their total space used.

We are going straight to 12.0, but this commit includes the changes for
the 11.0 accorging to the wiki [1]

Also, regenerate README with oca-gen-addon-readme and add myself as
contributor.

Some additional changes to support Python 3:

The imaplib module in Python 3 returns payloads as bytes, which are not
automatically converted to strs. That's a good thing! But we need to
encode manually.

The IMAP4 protocol optionally uses double quoting when mailboxes contain
spaces. This is always allowed. So to fix this, first we use shlex to
perform double-quote-aware splitting (a bit like bash would split
command line arguments) and then we send folder names with quotes to the
IMAP server.

I tested this manually with a couple real IMAP servers.

Co-Authored-By: eLBati <lorenzo.battistini@agilebg.com>

[1] https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-11.0
2020-02-17 22:36:35 +01:00
OCA-git-bot 3b4978cd76 [UPD] README.rst 2020-02-17 22:27:56 +01:00
oca-travis 45ffdaee77 [UPD] Update mail_check_mailbox_size.pot 2020-02-17 22:27:56 +01:00
OCA-git-bot fa112f29e9 [ADD] icon.png 2020-02-17 22:27:56 +01:00
OCA-git-bot ba02b7a0bc [UPD] README.rst 2020-02-17 22:27:56 +01:00
Leonardo Pistone bc59a093ea Use comma for better list
Co-Authored-By: eLBati <lorenzo.battistini@agilebg.com>
2020-02-17 22:27:56 +01:00
eLBati 01f5b58db2 ADD mail_check_mailbox_size
Send an email with a summary of remote IMAP mailbox folders, with their total space used.
2020-02-17 22:27:56 +01:00
sbejaoui 23a9ae55d8 [12.0][FIX] - filter mail follower based on notify_followers option
fixes: #499
2020-02-11 12:26:45 +01:00
qgroulard d95ffe00c2 Added translation using Weblate (French) 2020-02-04 11:16:53 +00:00
Roodin c1005c674e Translated using Weblate (Spanish)
Currently translated at 100.0% (3 of 3 strings)

Translation: social-12.0/social-12.0-mail_optional_autofollow
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_optional_autofollow/es/
2020-01-13 11:27:35 +00:00
OCA Transbot c8e3033de6 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-12.0/social-12.0-mail_inline_css
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_inline_css/
2019-12-27 16:42:52 +00:00
OCA Transbot e0211a3709 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-12.0/social-12.0-mail_optional_follower_notification
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_optional_follower_notification/
2019-12-27 16:42:52 +00:00
OCA Transbot ec7d832df0 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: social-12.0/social-12.0-mail_optional_autofollow
Translate-URL: https://translation.odoo-community.org/projects/social-12-0/social-12-0-mail_optional_autofollow/
2019-12-27 16:42:51 +00:00
OCA-git-bot ef2e8101fb mail_activity_team 12.0.1.1.0 2019-12-27 16:42:31 +00:00
oca-travis 152b509d63 [UPD] Update mail_activity_team.pot 2019-12-27 16:34:25 +00:00
OCA-git-bot 0d46e8fa19 Merge PR #415 into 12.0
Signed-off-by JordiBForgeFlow
2019-12-27 16:28:44 +00:00
OCA-git-bot 1f4c9976bd mail_tracking 12.0.2.0.2 2019-12-09 20:53:29 +00:00
OCA-git-bot 461c7d947e Merge PR #469 into 12.0
Signed-off-by pedrobaeza
2019-12-09 20:44:55 +00:00
Alexandre Díaz d389d7f8f7 [FIX] mail_tracking: Changed injection method for 'failed_message_ids' field
Before this commit, some methods with views crashes trying to
process 'failed_message_ids' field.
After this commit the 'failed_message_ids' field description
is properly generated.
2019-12-09 15:45:47 +01:00
OCA-git-bot dcc0282cca [ADD] setup.py 2019-12-04 11:08:15 +00:00
OCA-git-bot d630f9ae7e [UPD] README.rst 2019-12-04 11:08:15 +00:00
oca-travis 0894d09d35 [UPD] Update mail_optional_autofollow.pot 2019-12-04 10:57:04 +00:00
OCA-git-bot 8a6143b405 Merge PR #459 into 12.0
Signed-off-by simahawk
2019-12-04 10:43:03 +00:00
OCA-git-bot 2c956fe75e [ADD] setup.py 2019-12-04 08:15:07 +00:00
OCA-git-bot da11bcf4f6 [UPD] README.rst 2019-12-04 08:15:06 +00:00
oca-travis 94acaa4229 [UPD] Update mail_optional_follower_notification.pot 2019-12-04 07:58:46 +00:00
OCA-git-bot 1556246d04 Merge PR #470 into 12.0
Signed-off-by simahawk
2019-12-04 07:50:59 +00:00
OCA-git-bot a6eef31c9f [ADD] setup.py 2019-12-04 07:28:26 +00:00
OCA-git-bot 9533791392 [UPD] README.rst 2019-12-04 07:28:25 +00:00
oca-travis daa689e7e4 [UPD] Update mail_inline_css.pot 2019-12-04 07:13:15 +00:00
OCA-git-bot 33bd192192 Merge PR #471 into 12.0
Signed-off-by simahawk
2019-12-04 07:03:53 +00:00
Simone Orsi 76fe184e6d Add `premailer` python requirement 2019-12-02 10:02:38 +01:00
Simone Orsi 118f092f7c mail_inline_css: unify premailer transform apply 2019-12-02 09:46:50 +01:00
Simone Orsi e436e25585 [MIG] mail_inline_css: Migration to 12.0 2019-12-02 09:31:48 +01:00
OCA-git-bot 1b8ac4c889 [UPD] README.rst 2019-12-02 09:27:26 +01:00
oca-travis 41bdc87986 [UPD] Update mail_inline_css.pot 2019-12-02 09:27:26 +01:00
OCA-git-bot bfba82d06c [ADD] icon.png 2019-12-02 09:27:26 +01:00
mpanarin 7c30a62786 [IMP] mail_inline_css: allow passing options to premailer 2019-12-02 09:27:26 +01:00
Timon Tschanz 15c0ab19b1 [IMP] mail_inline_css: Improve and add test cov 2019-12-02 09:27:26 +01:00
Timon Tschanz f2991c585d [11.0][MIG] mail_inline_css 2019-12-02 09:27:26 +01:00
oca-travis 6a6dbff4cd [UPD] Update mail_inline_css.pot 2019-12-02 09:27:26 +01:00
OCA Transbot 18aa0b68f8 OCA Transbot updated translations from Transifex 2019-12-02 09:27:26 +01:00
David Beal bb8f6161fa IMP README use case 2019-12-02 09:27:26 +01:00
David Beal 66eeeb6fb7 ADD module mail_inline_css 2019-12-02 09:27:26 +01:00