Uses of Class
software.xdev.mailpit.model.Attachment
Packages that use Attachment
-
Uses of Attachment in software.xdev.mailpit.model
Methods in software.xdev.mailpit.model that return AttachmentMethods in software.xdev.mailpit.model that return types with arguments of type AttachmentModifier and TypeMethodDescriptionMessage.getAttachments()Message attachmentsMessage.getInline()Inline message attachmentsMethods in software.xdev.mailpit.model with parameters of type AttachmentModifier and TypeMethodDescriptionMessage.addAttachmentsItem(Attachment attachmentsItem) Message.addInlineItem(Attachment inlineItem) Method parameters in software.xdev.mailpit.model with type arguments of type AttachmentModifier and TypeMethodDescriptionMessage.attachments(List<Attachment> attachments) Message.inline(List<Attachment> inline) voidMessage.setAttachments(List<Attachment> attachments) voidMessage.setInline(List<Attachment> inline)