mime-message
Deserialize MimeMessages JavaMail
Good afternoon in my timezone. I am working with JavaMail api with exJello Provider. I am using SearchTerm class to filter the retrieved messages but it takes in average more than 1 minute to the sea[详细]
2023-04-03 20:28 分类:问答Read text file of Email convert to Javamail MimeMessage
I have a text file of the original source of an email(just straight copied from gmail if you click on \"View Original\" you\'ll see it). I want to read this file in and convert it into a MimeMessage.[详细]
2023-03-18 19:27 分类:问答Verifying/testing the output of mime4j parsed content
I am creating a tool that is required to parse incoming MIME streams and return the email body and email attachments as separate file streams.[详细]
2023-03-16 08:55 分类:问答Creating S/MIME from MIME?
I don\'t completely understand and some documentation or help would be appreciated greatly :) Using PHP I create a MIME by using ezcomponents Mail object. But what I do not understand is:[详细]
2023-03-09 23:52 分类:问答Mime Message with mutliple text/html in different locales
开发者_开发问答I\'m currently building up an MimeMessage (Java Mail) and sending it to users, but we support multiple locales.At the time of sending we dont know what language the end user can underst[详细]
2023-02-24 23:19 分类:问答Attach PDF to e-mail
What I wa开发者_Python百科nt to do is attach one or several PDFs to an e-mail. I am currently using MimeMessage to send emails which works flawlessly. The problem however is that I have no idea how to[详细]
2023-02-07 11:08 分类:问答how to send a file like word via RabbitMQ
I need to be able to send files like pdf or word via RabbitMQ (I think answer might be more generic meaning not specific to RabbitMQ but any broker I am however using RabbitMQ).[详细]
2023-01-29 08:44 分类:问答how to get all mimeparts in MimeMessage?
I\'ve Mi开发者_JS百科meMessage Object and somehow I want to get all MimeParts from it.javax.mail.interntet.MimeMessage implements interface javax.mail.interntet.MimePart, soe once you have an object y[详细]
2023-01-26 10:35 分类:问答How to add a message as an attachment on another message with javax.mail
I\'ve got a mailer daemon that check a box and fetch the mails inside every X mins. When an error occurs, I need to send a alert mail, with the faulty message as an attachment.[详细]
2023-01-09 07:26 分类:问答Multiple signatures in S/MIME
Is it possible to sign a MIME email (RFC 2822) multiple tim开发者_如何学运维es using S/MIME, so that all signatures are verifiable and retrievable?The S/MIME format supports multiple signatures. S/MIM[详细]
2022-12-27 13:12 分类:问答