Uses of Record Class
cloud.opencode.base.email.query.EmailQuery
Packages that use EmailQuery
Package
Description
-
Uses of EmailQuery in cloud.opencode.base.email
Methods in cloud.opencode.base.email with parameters of type EmailQueryModifier and TypeMethodDescriptionstatic List<ReceivedEmail> OpenEmail.receive(EmailQuery query) Receive emails with query 使用查询接收邮件static CompletableFuture<List<ReceivedEmail>> OpenEmail.receiveAsync(EmailQuery query) Receive emails asynchronously with query 使用查询异步接收邮件static CompletableFuture<List<ReceivedEmail>> OpenEmail.receiveAsync(EmailQuery query, BiConsumer<List<ReceivedEmail>, Throwable> callback) Receive emails asynchronously with callback 使用回调异步接收邮件 -
Uses of EmailQuery in cloud.opencode.base.email.query
Methods in cloud.opencode.base.email.query that return EmailQueryModifier and TypeMethodDescriptionEmailQuery.Builder.build()Build the query 构建查询static EmailQueryEmailQuery.forFolder(EmailFolder folder) Create a query for all emails in folder 创建查询文件夹中所有邮件的查询static EmailQueryCreate a query for all emails in folder 创建查询文件夹中所有邮件的查询static EmailQueryEmailQuery.unread()Create a query for all unread emails 创建查询所有未读邮件的查询 -
Uses of EmailQuery in cloud.opencode.base.email.receiver
Methods in cloud.opencode.base.email.receiver with parameters of type EmailQueryModifier and TypeMethodDescriptionImapEmailReceiver.receive(EmailQuery query) Pop3EmailReceiver.receive(EmailQuery query) AsyncEmailReceiver.receiveAsync(EmailQuery query) Receive emails asynchronously with query 使用查询异步接收邮件AsyncEmailReceiver.receiveAsync(EmailQuery query, BiConsumer<List<ReceivedEmail>, Throwable> callback) Receive emails asynchronously with callback 使用回调异步接收邮件