mailslurp.model.ImapSmtpAccessDetails
Load the model package
import 'package:mailslurp/api.dart';
Properties
Name | Type | Description | Notes |
smtpServerHost | String | SMTP server host domain | |
smtpServerPort | int | SMTP server host port | |
smtpUsername | String | SMTP username for login | |
smtpPassword | String | SMTP for login | |
imapServerHost | String | IMAP server host domain | |
imapServerPort | int | IMAP server host port | |
imapUsername | String | IMAP username for login | |
imapPassword | String | IMAP password for login | |
[Back to Model list] [Back to API list] [Back to ]