public final class By extends Object
Modifier and Type | Method and Description |
---|---|
static By |
contentId(String contentId)
Find an attachment by the Content-ID header value (exact match).
|
static By |
filename(String name)
Find an attachment using its name (exact match).
|
(package private) Predicate<javax.mail.Part> |
toPredicate() |
public static By filename(String name)
name
- the name of the attachment to findpublic static By contentId(String contentId)
contentId
- the value of the Content-ID header of the attachment to findPredicate<javax.mail.Part> toPredicate()
Copyright © 2021. All rights reserved.