IPWorks OpenPGP 2020 iOS Edition

Questions / Feedback?

connect (method)

Connects to the mail server and attempts to login.

Syntax

- (void)connect;
public func connect() throws -> Void

Remarks

This method connects to the mail server and attempts to login using the current User and Password. Then it retrieves initial statistics about the mailbox contents (MessageCount and TotalSize).

Example (Connect to POP Mailbox)


POPControl.MailServer = "MyPOPServer"
POPControl.User = "username"
POPControl.Password = "password"
POPControl.Connect()

POPControl.MessageNumber = 1
POPControl.Retrieve()
MessageText = POPControl.MessageText
MessageHeaders = POPControl.MessageHeaders

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