Skip to content
  • Kali Kaneko's avatar
    [bug] fix assignment of the incoming service · 26dc74bc
    Kali Kaneko authored
    the second callback was actually broken, not being called when it was
    supposed to be.
    the reason is that IncomingMail.startService returns a deferred which
    callback is called with the loopingCall instance only when the
    loopingCall is stopped.
    26dc74bc