Uses of Class
org.compiere.util.EmailSrv.EmailContent
-
Packages that use EmailSrv.EmailContent Package Description org.compiere.process Provides Processes used in Server and optionally Client Level.org.compiere.util -
-
Uses of EmailSrv.EmailContent in org.compiere.process
Methods in org.compiere.process with parameters of type EmailSrv.EmailContent Modifier and Type Method Description boolean
RequestEMailProcessor. checkEmailHeader(EmailSrv.EmailContent emailHeader, javax.mail.Message emailRaw)
protected void
RequestEMailProcessor. createRequest(EmailSrv.EmailContent emailContent, String trxName)
Create requestvoid
RequestEMailProcessor. processEmailContent(EmailSrv.EmailContent emailHeader, javax.mail.Message emailRaw, javax.mail.Store mailStore, javax.mail.Folder mailFolder)
void
RequestEMailProcessor. processEmailError(EmailSrv.EmailContent emailHeader, javax.mail.Message emailRaw, javax.mail.Store mailStore, javax.mail.Folder mailFolder)
protected void
RequestEMailProcessor. updateRequest(int request_upd, EmailSrv.EmailContent emailContent, String trxName)
-
Uses of EmailSrv.EmailContent in org.compiere.util
Methods in org.compiere.util that return EmailSrv.EmailContent Modifier and Type Method Description static EmailSrv.EmailContent
EmailSrv. processMessage(javax.mail.Message msg)
static EmailSrv.EmailContent
EmailSrv. processMessage(javax.mail.Message msg, EmailSrv.ProcessEmailHandle evaluateEmailHead, javax.mail.Store mailStore, javax.mail.Folder mailFolder)
Methods in org.compiere.util with parameters of type EmailSrv.EmailContent Modifier and Type Method Description static void
EmailSrv. analysisEmailStructure(javax.mail.Part msg, EmailSrv.EmailContent emailContent)
static void
EmailSrv. analysisEmailStructure(javax.mail.Part msg, EmailSrv.EmailContent emailContent, boolean isRoot)
AnalysisPart
object get content in plan or html text.boolean
EmailSrv.ProcessEmailHandle. checkEmailHeader(EmailSrv.EmailContent emailHeader, javax.mail.Message emailRaw)
after read header of email (from, subject, message_id,...), will call this function to evaluate will continue process or cancel this email at this time, in EmailInfo just has header info, content and attach is not manipulatevoid
EmailSrv.ProcessEmailHandle. processEmailContent(EmailSrv.EmailContent emailContent, javax.mail.Message emailRaw, javax.mail.Store mailStore, javax.mail.Folder mailFolder)
main where to process email. this time, every email info is manipulate to emailContentvoid
EmailSrv.ProcessEmailHandle. processEmailError(EmailSrv.EmailContent emailHeader, javax.mail.Message emailRaw, javax.mail.Store mailStore, javax.mail.Folder mailFolder)
when read email for process, after some time try when has error, will call this function to ensure this email is can't processConstructors in org.compiere.util with parameters of type EmailSrv.EmailContent Constructor Description EmailEmbedProvideBase64Data(EmailSrv.EmailContent emailContent)
-