Uses of Class
de.elo.mover.main.mail.Attachment
| Package | Description | 
|---|---|
| de.elo.mover.main.mail | 
- 
Uses of Attachment in de.elo.mover.main.mail
Subclasses of Attachment in de.elo.mover.main.mail Modifier and Type Class Description classEMLAttachmentÜberschrift: EMLAttachment.classMSGAttachmentÜberschrift: MSGAttachment.Methods in de.elo.mover.main.mail that return types with arguments of type Attachment Modifier and Type Method Description java.util.List<Attachment>EMLProcessor. getAttachments()abstract java.util.List<Attachment>MailProcessor. getAttachments()Liefert die Attachments zurück.java.util.List<Attachment>MSGProcessor. getAttachments()java.util.List<Attachment>EMLProcessor. readAndGetAttachments()Liest die E-Mail Anhänge aus und liefert eine Liste mit den vorhandenen E-Mail Anhängen zurück.Methods in de.elo.mover.main.mail with parameters of type Attachment Modifier and Type Method Description intAttachment. compareTo(Attachment o)voidMailProcessor. writeToFile(Attachment attachment, java.io.File outFile)Schreibt den Anhanginhalt in die angegebene Datei.Method parameters in de.elo.mover.main.mail with type arguments of type Attachment Modifier and Type Method Description static voidSMIMEExtractor. extractSignedContent(MailProcessorConfig config, java.util.List<Attachment> attachments, java.util.Map<java.lang.String,java.lang.String> fields)Extrahiert den Inhalt der Signatur-Datei, falls nur ein Anhang mit dem Namen "smime.p7m" existiert.static java.lang.StringMailProcessor. replaceCids(java.lang.String html, java.util.List<Attachment> mailAttachments)Ersetzt vorhandene Cids durch Dateinamen.voidMailProcessor. writeEmbeddedPictures(java.util.List<Attachment> attachments, boolean overwrite, java.io.File mailContentDir)Schreibt die eingebetteten Bilder im temporären Verzeichnis.