IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

start_idle Method

Begins idling.

Syntax

def start_idle() -> None: ...

Remarks

This method sends the IDLE command to the server and begins idling. As responses are received from the server the on_idle_info event fires. To stop idling call stop_idle.

If the class is being used in a formless application (such as a console application) be sure to call do_events in a loop after calling this method to make sure incoming events are processed.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 Python Edition - Version 20.0 [Build 8154]