@protocol ECIMAPLocalActionReplayerDelegate, ECIMAPServerInterface; @interface ECTransferUndownloadedActionIMAPReplayer : ECLocalActionReplayer @property (weak, nonatomic) id delegate; @property (retain, nonatomic) id serverInterface; - (void).cxx_destruct; - (id)replayAction; - (id)_copyAllMessages:(BOOL)a0; - (BOOL)_deleteUIDs:(id)a0; - (BOOL)_moveAllMessages; - (id)_uidIndexSet; @end