GmailMessagesCallable

open class GmailMessagesCallable : Callable<List<Message>>

Constructors

Link copied to clipboard
constructor(@NonNull executor: Executor, @NonNull mailSearchService: MailSearchService, @NonNull imapService: ImapService, @NonNull credentials: PasswordCredentials, @NonNull provider: Provider, @NonNull merchants: List<Merchant>, dayCutoff: Int, maxSenders: Int, rawEmails: Boolean, dayUntilCutoff: Int)

Functions

Link copied to clipboard
@NonNull
open fun call(): List<Message>