SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onMailboxStatus (event)

Reports the mailbox status returned from the server.

Syntax

- (void)onMailboxStatus:(NSString*)name :(int)totalMessages :(int)recentMessages :(int)unseenMessages :(int)nextUID :(int)UIDValidity;
func onMailboxStatus(_ name: String, _ totalMessages: Int32, _ recentMessages: Int32, _ unseenMessages: Int32, _ nextUID: Int32, _ UIDValidity: Int32)

Remarks

Subscribe to this event to be notified of mailbox status as returned by the IMAP server.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]