mail status throws KeyError if initialization is in process
IncomingMail does a self.getServiceNamed(userid), but the service might not be registered yet. We should check if it's registered.
IncomingMail does a self.getServiceNamed(userid), but the service might not be registered yet. We should check if it's registered.