Skip to content
  • Michael Gratton's avatar
    Ignore any IDLE status responses in Imap.ClientSession's handler · 57e39084
    Michael Gratton authored
    Since Imap.ClientConnection reports all commands and responses,
    including IDLE, and since ClientSession snoops on raw IMAP responses
    from the connection to drive its FSM, ILDE responses may inadvertently
    cause FSM handlers. So ensure we don't have an IDLE reponse before
    doiing something with it.
    57e39084