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 class
EMLAttachment
Überschrift: EMLAttachment.class
MSGAttachment
Ü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 int
Attachment. compareTo(Attachment o)
void
MailProcessor. 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 void
SMIMEExtractor. 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.String
MailProcessor. replaceCids(java.lang.String html, java.util.List<Attachment> mailAttachments)
Ersetzt vorhandene Cids durch Dateinamen.void
MailProcessor. writeEmbeddedPictures(java.util.List<Attachment> attachments, int objId, boolean overwrite, java.io.File mailContentDir)
Schreibt die eingebetteten Bilder im temporären Verzeichnis.