Uses of Interface
cloud.opencode.base.email.Attachment
Packages that use Attachment
Package
Description
-
Uses of Attachment in cloud.opencode.base.email
Methods in cloud.opencode.base.email that return types with arguments of type AttachmentModifier and TypeMethodDescriptionEmail.attachments()Returns the value of theattachmentsrecord component.ReceivedEmail.attachments()Returns the value of theattachmentsrecord component.Methods in cloud.opencode.base.email with parameters of type AttachmentModifier and TypeMethodDescriptionEmail.Builder.attach(Attachment attachment) Add attachment 添加附件Method parameters in cloud.opencode.base.email with type arguments of type AttachmentModifier and TypeMethodDescriptionEmail.Builder.attachAll(Collection<Attachment> attachments) Add multiple attachments 添加多个附件ReceivedEmail.Builder.attachments(List<Attachment> attachments) -
Uses of Attachment in cloud.opencode.base.email.attachment
Classes in cloud.opencode.base.email.attachment that implement AttachmentModifier and TypeClassDescriptionfinal classByte Array Email Attachment 字节数组邮件附件final classFile-based Email Attachment 基于文件的邮件附件final classInline Email Attachment for HTML Embedding 用于HTML嵌入的内嵌邮件附件 -
Uses of Attachment in cloud.opencode.base.email.security
Methods in cloud.opencode.base.email.security with parameters of type AttachmentModifier and TypeMethodDescriptionstatic voidEmailSecurity.validateAttachment(Attachment attachment) Validate attachment security 验证附件安全性static voidEmailSecurity.validateAttachment(Attachment attachment, Set<String> allowedExtensions, long maxSize) Validate attachment security with custom settings 使用自定义设置验证附件安全性