Uses of Interface
org.compiere.util.EmailSrv.ProcessEmailHandle
Packages that use EmailSrv.ProcessEmailHandle
Package
Description
Provide classes and interface for iDempiere process.
Provide implementation for conversion of amount to word.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
-
Uses of EmailSrv.ProcessEmailHandle in org.compiere.process
Classes in org.compiere.process that implement EmailSrv.ProcessEmailHandle -
Uses of EmailSrv.ProcessEmailHandle in org.compiere.util
Methods in org.compiere.util with parameters of type EmailSrv.ProcessEmailHandleModifier and TypeMethodDescriptionstatic EmailSrv.EmailContent
EmailSrv.processMessage
(javax.mail.Message msg, EmailSrv.ProcessEmailHandle evaluateEmailHead, javax.mail.Store mailStore, javax.mail.Folder mailFolder) Process messagestatic boolean
EmailSrv.readEmailFolder
(EmailSrv emailSrv, String folderName, Boolean isNestInbox, EmailSrv.ProcessEmailHandle processEmailHandle) Read an email folder, with each email inject object processEmail for processing.
In case error, close folder or close session (by disconnect) with retry of 3 times.
When error with 5 continue message, stop process.