sobjects/notification.py
branchstable
changeset 3081 f7e41995a18b
parent 3045 82e0b12054a8
child 3072 6fb42c53f6df
child 3110 757d36162235
equal deleted inserted replaced
3078:186ccbe0ba3f 3081:f7e41995a18b
    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