~server-env-tools-core-editors/server-env-tools/github-6.1

« back to all changes in this revision

Viewing changes to mail_environment/__openerp__.py

  • Committer: Pedro M. Baeza
  • Date: 2015-01-20 12:03:16 UTC
  • mfrom: (47.1.3)
  • Revision ID: git-v1:78c07176dcf613a9a6fdb65c379ccb6fc67c7455
Merge pull request #118 from hbrunn/6.1-travis

[FIX] coding style

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    'description': """
27
27
Extend mail and fetch mail with server environment module.
28
28
 
29
 
In config files, sections outgoint_mail and incoming_mails are default values for all Outgoing Mail Servers and Fetchmail Servers.
30
 
For each server, you can (re)define values with a section named "outgoing_mail.resource_name" where resource_name is the name of your server.
 
29
In config files, sections outgoint_mail and incoming_mails are default values
 
30
for all Outgoing Mail Servers and Fetchmail Servers.
 
31
For each server, you can (re)define values with a section named
 
32
"outgoing_mail.resource_name" where resource_name is the name of your server.
31
33
 
32
34
Exemple of config file :
33
35
 
34
36
[outgoing_mail]
35
37
smtp_host = smtp.myserver.com
36
38
smtp_port = 587
37
 
smtp_user = 
 
39
smtp_user =
38
40
smtp_pass =
39
41
smtp_encryption = ssl
40
42
 
57
59
    'author': 'Camptocamp',
58
60
    'license': 'AGPL-3',
59
61
    'website': 'http://openerp.camptocamp.com',
60
 
    'depends': ['mail', 'fetchmail', 'server_environment', 'server_environment_files', 'crm'],
 
62
    'depends': [
 
63
        'mail', 'fetchmail', 'server_environment', 'server_environment_files',
 
64
        'crm'
 
65
    ],
61
66
    'init_xml': [],
62
67
    'update_xml': ['mail_view.xml'],
63
68
    'demo_xml': [],