Merge lp://staging/~therp-nl/therp-addons/fetchmail_attach_from_folder into lp://staging/~therp-nl/therp-addons/6.1

Proposed by Holger Brunn (Therp)
Status: Rejected
Rejected by: Holger Brunn (Therp)
Proposed branch: lp://staging/~therp-nl/therp-addons/fetchmail_attach_from_folder
Merge into: lp://staging/~therp-nl/therp-addons/6.1
Diff against target: 901 lines (+827/-0)
14 files modified
fetchmail_attach_from_folder/__init__.py (+25/-0)
fetchmail_attach_from_folder/__openerp__.py (+45/-0)
fetchmail_attach_from_folder/match_algorithm/__init__.py (+26/-0)
fetchmail_attach_from_folder/match_algorithm/base.py (+42/-0)
fetchmail_attach_from_folder/match_algorithm/email_domain.py (+42/-0)
fetchmail_attach_from_folder/match_algorithm/email_exact.py (+52/-0)
fetchmail_attach_from_folder/match_algorithm/openerp_standard.py (+50/-0)
fetchmail_attach_from_folder/model/__init__.py (+24/-0)
fetchmail_attach_from_folder/model/fetchmail_server.py (+209/-0)
fetchmail_attach_from_folder/model/fetchmail_server_folder.py (+99/-0)
fetchmail_attach_from_folder/view/fetchmail_server.xml (+54/-0)
fetchmail_attach_from_folder/wizard/__init__.py (+23/-0)
fetchmail_attach_from_folder/wizard/attach_mail_manually.py (+110/-0)
fetchmail_attach_from_folder/wizard/attach_mail_manually.xml (+26/-0)
To merge this branch: bzr merge lp://staging/~therp-nl/therp-addons/fetchmail_attach_from_folder
Reviewer Review Type Date Requested Status
Therp Pending
Review via email: mp+150526@code.staging.launchpad.net

This proposal supersedes a proposal from 2013-02-25.

To post a comment you must log in.
82. By Holger Brunn (Therp)

[FIX] close connection

83. By Holger Brunn (Therp)

[IMP] never attach mails with the same message id twice

84. By Holger Brunn (Therp)

[ADD] add openerp standard mail handling on a per-folder base
[IMP] make required/readonly fields configurable per algorithm

85. By Holger Brunn (Therp)

[IMP] sort match algorithms by name
[IMP] add docstring as help to algorithms

86. By Holger Brunn (Therp)

[FIX] don't assume existence of fields

87. By Holger Brunn (Therp)

[FIX] continue fetching mails after an exception

88. By Holger Brunn (Therp)

[IMP] log folder access
[IMP] honour delete_matching for openerp standard match algorithm

89. By Holger Brunn (Therp)

[IMP] add help texts for all fields
[IMP] configure folders in form view to make help texts visible
[IMP] show only flagged mails in fetchmail.attach.mail.manually if
flag_nonmatching is set

Revision history for this message
Holger Brunn (Therp) (hbrunn) wrote :

this lives in lp:server-env-tools/6.1 now

Unmerged revisions

89. By Holger Brunn (Therp)

[IMP] add help texts for all fields
[IMP] configure folders in form view to make help texts visible
[IMP] show only flagged mails in fetchmail.attach.mail.manually if
flag_nonmatching is set

88. By Holger Brunn (Therp)

[IMP] log folder access
[IMP] honour delete_matching for openerp standard match algorithm

87. By Holger Brunn (Therp)

[FIX] continue fetching mails after an exception

86. By Holger Brunn (Therp)

[FIX] don't assume existence of fields

85. By Holger Brunn (Therp)

[IMP] sort match algorithms by name
[IMP] add docstring as help to algorithms

84. By Holger Brunn (Therp)

[ADD] add openerp standard mail handling on a per-folder base
[IMP] make required/readonly fields configurable per algorithm

83. By Holger Brunn (Therp)

[IMP] never attach mails with the same message id twice

82. By Holger Brunn (Therp)

[FIX] close connection

81. By Holger Brunn (Therp)

[ADD] manual matching for mails

80. By Holger Brunn (Therp)

[ADD] module to read an IMAP folder and attach mails to existing objects

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches