Leonardo Pistone
29f1d0c8a0
Improve variable name and avoid the list keyword
6 years ago
Leonardo Pistone
9d1c5cf7b5
Handle mailboxes with spaces
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.
6 years ago
Leonardo Pistone
1498437ae7
Decode bytes objects obtained in 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.
6 years ago
Leonardo Pistone
b5013bee0c
Add new state field in cron
6 years ago
Leonardo Pistone
a02be3fddd
Regenerate README with oca-gen-addon-readme
6 years ago
Leonardo Pistone
f36b9499a6
Add myself as contributor
6 years ago
Leonardo Pistone
b8e7c40ac8
Bump version to 12.0
According to the wiki, no other changes should be needed.
6 years ago
Leonardo Pistone
c956db1877
Steps for 11.0 migration
We are going straight to 12.0, but this commit includes the changes for
the 11.0 accorging to the wiki [1]
[1] https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-11.0
6 years ago
Leonardo Pistone
18822e8bb6
Use comma for better list
Co-Authored-By: eLBati <lorenzo.battistini@agilebg.com>
6 years ago
eLBati
5d9378d900
ADD mail_check_mailbox_size
Send an email with a summary of remote IMAP mailbox folders, with their total space used.
6 years ago
oca-travis
50bff2e3db
[UPD] Update email_template_qweb.pot
6 years ago
OCA-git-bot
2e49d5b63c
[ADD] setup.py
6 years ago
OCA-git-bot
c28b89d0c0
[UPD] README.rst
6 years ago
Pedro M. Baeza
6ed59e47d1
Merge pull request #341 from Tecnativa/12.0-mig-email_template_qweb
12.0 mig email_template_qweb
6 years ago
ernesto
833d652446
[MIG] email_template_qweb: Migration to 12.0
6 years ago
oca-travis
5d1fead96a
[UPD] Update email_template_qweb.pot
7 years ago
celm1990
0d390c9a0f
[11][MIG] email_template_qweb: Migration to 11.0
7 years ago
OCA Transbot
bd567b348c
OCA Transbot updated translations from Transifex
9 years ago
Pedro M. Baeza
1f974e6b82
[FIX] email_template_qweb: Decode body when encoded
If the result is of type unicode, render method encodes it in utf-8.
We need to decode it in that case so that the rendering results correct.
8 years ago
Damien Bouvy
f3e2bd6399
[MIG] email_template_qweb: Migrated to 10.0
8 years ago
Laurent Mignon (ACSONE)
f12d8f5275
[FIX] Call to generate_email can be done with a list of ids or only one id ( #65 )
fixes #64
9 years ago
Dave Lasley
ec7939b2d9
[ADD] email_template_qweb
9 years ago
OCA Transbot
16826b1ced
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
OCA Transbot
f7a38fdeab
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
OCA Transbot
cb35046902
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
9d2fde411e
[UPD] Update mail_attach_existing_attachment.pot
6 years ago
OCA-git-bot
d273a97a47
[ADD] setup.py
6 years ago
OCA-git-bot
8fc5c85456
[UPD] README.rst
6 years ago
Pedro M. Baeza
903b64956d
Merge pull request #317 from Tecnativa/12.0-mig-mail_attach_existing_attachment
12.0 mig mail_attach_existing_attachment
6 years ago
ernesto
8d8aab8256
[MIG] mail_attach_existing_attachment: Migration to 12.0
6 years ago
oca-travis
410db7814d
[UPD] Update mail_attach_existing_attachment.pot
7 years ago
ernesto
01ea4f9660
[MIG] mail_attach_existing_attachment: Migration to 11.0
7 years ago
OCA Transbot
32d09270cb
OCA Transbot updated translations from Transifex
8 years ago
Damien Bouvy
b0338ed31e
[MIG] mail_attach_existing_attachment: Migrated to 10.0
8 years ago
OCA Transbot
dee4a93f18
OCA Transbot updated translations from Transifex
8 years ago
Sergio Teruel Albert
937ea45db4
[MIG][9.0] mail_attach_existing_attachment: Module migrated ( #68 )
* [MIG][9.0] mail_attach_existing_attachment: Module migrated
9 years ago
OCA Transbot
968a5cdb21
OCA Transbot updated translations from Transifex
9 years ago
Adrien Peiffer (ACSONE)
3c9b1e7fe3
[IMP][mail_attach_existing_attachment] Change module name
9 years ago
oca-travis
854bc221ef
[UPD] Update mass_mailing_unique.pot
6 years ago
oca-travis
78f489c8d9
[UPD] Update mass_mailing_resend.pot
6 years ago
OCA-git-bot
568ed2c1e3
[ADD] setup.py
6 years ago
OCA-git-bot
0e2e853fb1
[UPD] README.rst
6 years ago
ernesto
879131e364
[MIG] mass_mailing_unique: Migration to 12.0
6 years ago
OCA Git Bot
1f28459405
[UPD] README.rst
6 years ago
oca-travis
8ebb5e8d3d
[UPD] Update mass_mailing_unique.pot
6 years ago
ernesto
29d8a2c0ff
[MIG] mass_mailing_unique: Migration to 11.0
7 years ago
OCA Transbot
a868ec369f
OCA Transbot updated translations from Transifex
7 years ago
Pedro M. Baeza
c7b6277211
[MIG] mass_mailing_unique: Migration to 10.0
7 years ago
OCA Transbot
ec136fa5ef
OCA Transbot updated translations from Transifex
9 years ago
Pedro M. Baeza
5750ba9277
[IMP] mass_mailing_unique: Add tests
8 years ago