Lyon1MailClient class

Constructors

Lyon1MailClient(String username, String password, {String corsProxyUrl = ""})

Properties

emailAddress Address
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAuthenticated bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAction(Action action, {bool autoDoAction = true}) Future<void>
cleanActions() Future<void>
doActions() Future<void>
fetchMessages(int end, {int? start, bool unreadOnly = false, bool hasAttachmentOnly = false, String? mailboxName, MailboxFlag? mailboxFlags, bool removeTrackingImages = false}) Future<List<Mail>?>
getActions() Future<List<Action>>
getMailboxes() Future<List<MailBox>>
getRawMailboxes() Future<List<Mailbox>>
login() Future<bool>
logout() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAction(Action action) Future<void>
resolveContact(String query) Future<List<Address>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerAdapters({bool initHive = true}) → void