equal
deleted
inserted
replaced
19 from cubicweb.common.mail import NotificationView, parse_message_id |
19 from cubicweb.common.mail import NotificationView, parse_message_id |
20 from cubicweb.server.pool import PreCommitOperation |
20 from cubicweb.server.pool import PreCommitOperation |
21 from cubicweb.server.hookhelper import SendMailOp |
21 from cubicweb.server.hookhelper import SendMailOp |
22 from cubicweb.server.hooksmanager import Hook |
22 from cubicweb.server.hooksmanager import Hook |
23 |
23 |
24 parse_message_id = deprecated('parse_message_id is now defined in cubicweb.common.mail') |
24 parse_message_id = deprecated('parse_message_id is now defined in cubicweb.common.mail')(parse_message_id) |
25 |
25 |
26 |
26 |
27 class RecipientsFinder(Component): |
27 class RecipientsFinder(Component): |
28 """this component is responsible to find recipients of a notification |
28 """this component is responsible to find recipients of a notification |
29 |
29 |