@@ -50,15 +50,15 @@ class AccountSetupController: UITableViewController {
private lazy var restoreCells: [UITableViewCell] = [restoreCell]
private lazy var advancedSectionCells: [UITableViewCell] = [
advancedShowCell,
- imapServerCell,
+ imapSecurityCell,
imapUserCell,
+ imapServerCell,
imapPortCell,
- imapSecurityCell,
- smtpServerCell,
+ smtpSecurityCell,
smtpUserCell,
- smtpPortCell,
smtpPasswordCell,
- smtpSecurityCell,
+ smtpServerCell,
+ smtpPortCell,
certCheckCell
]
private lazy var folderCells: [UITableViewCell] = [inboxWatchCell, sentboxWatchCell, mvboxWatchCell, sendCopyToSelfCell, mvboxMoveCell]