Exception: Tina4::MessengerConnectionError

Inherits:
MessengerError show all
Defined in:
lib/tina4/messenger.rb

Overview

Raised when an IMAP read fails to connect, authenticate, or speak the protocol. Distinct from a successful fetch that simply has no messages —that still returns an empty result ([]/nil/0/{}), NOT an error.

Subclasses MessengerError so existing ‘rescue Tina4::MessengerError` handlers still catch it.