Uses of Class
com.openindex.openestate.tool.mail.db.DbMailPart
-
-
Uses of DbMailPart in com.openindex.openestate.tool.contacts.addons.mail
Methods in com.openindex.openestate.tool.contacts.addons.mail with parameters of type DbMailPart Modifier and Type Method Description voidMailEditorContactsExtension. loadMessage(Connection c, DbMailMessage message, DbMailPart part, Map<Long,String> recipientHashes, MailEditor.ViewMode mode) -
Uses of DbMailPart in com.openindex.openestate.tool.crm.addons.mail
Methods in com.openindex.openestate.tool.crm.addons.mail with parameters of type DbMailPart Modifier and Type Method Description voidMailViewCrmExtension. load(ImmoToolProject project, Connection c, DbMailMessage msg, DbMailPart part) -
Uses of DbMailPart in com.openindex.openestate.tool.mail
Methods in com.openindex.openestate.tool.mail that return DbMailPart Modifier and Type Method Description DbMailPartMailViewer.PartItem. getPart()Methods in com.openindex.openestate.tool.mail with parameters of type DbMailPart Modifier and Type Method Description static StringMailPluginUtils. calculateMessageHash(DbMailPart rootPart)static javax.mail.internet.MimeMessageMailPluginUtils. createMimeMessage(DbMailMessage message, DbMailPart part, javax.mail.Session session, boolean keepMessageId, Map<Long,File> attachments)static Map<Long,File>MailPluginUtils. downloadAttachments(Connection c, DbMailMessageHandler messageHandler, DbMailPart part, boolean recursive)voidMailEditor. initMessage(Connection c, DbMailMessage message, DbMailPart part)static javax.mail.internet.InternetAddress[]MailNotification. readFromHeader(DbMailPart mail)static MailPriorityMailPriority. readFromHeader(DbMailPart mail) -
Uses of DbMailPart in com.openindex.openestate.tool.mail.db
Fields in com.openindex.openestate.tool.mail.db declared as DbMailPart Modifier and Type Field Description DbMailPartDbMailPart. parentPartFields in com.openindex.openestate.tool.mail.db with type parameters of type DbMailPart Modifier and Type Field Description List<DbMailPart>DbMailPart. subPartsMethods in com.openindex.openestate.tool.mail.db that return DbMailPart Modifier and Type Method Description static DbMailPartDbMailPart. createPart(javax.mail.internet.MimeMessage mimeMessage)DbMailPart[]DbMailPart. getAllSubParts()DbMailPartDbMailMessageHandler. getPart(Connection c, long id)DbMailPartDbMailMessageHandlerImpl. getPart(Connection c, long id)DbMailPart[]DbMailMessageHandler. getPartChildren(Connection c, long parentPartId)abstract DbMailPart[]DbMailMessageHandlerImpl. getPartChildren(Connection c, long parentPartId)DbMailPartDbMailMessageHandler. getPartOnRoot(Connection c, long messageId)abstract DbMailPartDbMailMessageHandlerImpl. getPartOnRoot(Connection c, long messageId)DbMailPart[]DbMailMessageHandler. getParts(Connection c, long[] ids)abstract DbMailPart[]DbMailMessageHandlerImpl. getParts(Connection c, long[] ids)DbMailPart[]DbMailPart. getSingleParts()Methods in com.openindex.openestate.tool.mail.db with parameters of type DbMailPart Modifier and Type Method Description voidDbMailMessageHandler. loadPartChildren(Connection c, DbMailPart part, boolean recursive)voidDbMailMessageHandlerImpl. loadPartChildren(Connection c, DbMailPart part, boolean recursive)voidDbMailMessageHandler. loadPartHeaders(Connection c, DbMailPart part)voidDbMailMessageHandler. loadPartHeaders(Connection c, DbMailPart[] parts)voidDbMailMessageHandler. loadPartHeaders(Connection c, DbMailPart part, boolean recursive)voidDbMailMessageHandlerImpl. loadPartHeaders(Connection c, DbMailPart part)abstract voidDbMailMessageHandlerImpl. loadPartHeaders(Connection c, DbMailPart[] parts)voidDbMailMessageHandlerImpl. loadPartHeaders(Connection c, DbMailPart part, boolean recursive)voidDbMailMessageHandler. savePart(Connection c, DbMailPart part, boolean recursive)abstract voidDbMailMessageHandlerImpl. savePart(Connection c, DbMailPart part, boolean recursive) -
Uses of DbMailPart in com.openindex.openestate.tool.mail.db.hsql
Methods in com.openindex.openestate.tool.mail.db.hsql that return DbMailPart Modifier and Type Method Description DbMailPart[]HSqlDbMailMessageHandler. getPartChildren(Connection c, long parentPartId)DbMailPartHSqlDbMailMessageHandler. getPartOnRoot(Connection c, long messageId)DbMailPart[]HSqlDbMailMessageHandler. getParts(Connection c, long[] ids)Methods in com.openindex.openestate.tool.mail.db.hsql with parameters of type DbMailPart Modifier and Type Method Description voidHSqlDbMailMessageHandler. loadPartHeaders(Connection c, DbMailPart[] parts)voidHSqlDbMailMessageHandler. savePart(Connection c, DbMailPart part, boolean recursive) -
Uses of DbMailPart in com.openindex.openestate.tool.mail.extensions
Methods in com.openindex.openestate.tool.mail.extensions that return DbMailPart Modifier and Type Method Description protected DbMailPartMailViewerAdapter. getPart()Methods in com.openindex.openestate.tool.mail.extensions with parameters of type DbMailPart Modifier and Type Method Description voidMailViewerAdapter. load(ImmoToolProject project, Connection c, DbMailMessage msg, DbMailPart part)voidMailViewerExtension. load(ImmoToolProject project, Connection c, DbMailMessage msg, DbMailPart part)voidMailEditorAdapter. loadMessage(Connection c, DbMailMessage message, DbMailPart part, Map<Long,String> recipientHashes, MailEditor.ViewMode mode)voidMailEditorExtension. loadMessage(Connection c, DbMailMessage message, DbMailPart part, Map<Long,String> recipientHashes, MailEditor.ViewMode mode)voidMailHandlerAdapter. messageWasLoaded(DbMailMessage message, DbMailPart messagePart)voidMailHandlerExtension. messageWasLoaded(DbMailMessage message, DbMailPart messagePart) -
Uses of DbMailPart in com.openindex.openestate.tool.mail.utils
Methods in com.openindex.openestate.tool.mail.utils with parameters of type DbMailPart Modifier and Type Method Description protected voidMailImportTask. wasSavedLocally(Connection c, DbMailMessage dbMsg, DbMailPart dbMsgPart)
-