sobjects/notification.py
branch3.5
changeset 3051 2e28226e7de4
parent 3045 82e0b12054a8
child 3072 6fb42c53f6df
child 3110 757d36162235
equal deleted inserted replaced
3050:f4c1994a749d 3051:2e28226e7de4
    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