- IMAPAuthenticator - Interface in org.imixs.archive.importer.mail
-
The IMAPAuthenticator defines the interface to authenticate against a Mail
Store.
- imapAuthenticators - Variable in class org.imixs.archive.importer.mail.IMAPImportService
-
- IMAPBasicAuthenticator - Class in org.imixs.archive.importer.mail
-
The IMAPBasicAuthenticator authenticates against an Mail store using BASIC
authentication
- IMAPBasicAuthenticator() - Constructor for class org.imixs.archive.importer.mail.IMAPBasicAuthenticator
-
- IMAPImportHelper - Class in org.imixs.archive.importer.mail
-
A helper bean with static methods
- IMAPImportHelper() - Constructor for class org.imixs.archive.importer.mail.IMAPImportHelper
-
- IMAPImportService - Class in org.imixs.archive.importer.mail
-
The EmailImportAdapter scans a IMAP account
The method creates for each email in the INBOX a workitem based on the
configuration defined by the import source.
- IMAPImportService() - Constructor for class org.imixs.archive.importer.mail.IMAPImportService
-
- IMAPOutlookAuthenticator - Class in org.imixs.archive.importer.mail
-
The IMAPOutlookAuthenticator authenticates against Microsoft Outlook using
OAUTH2.
- IMAPOutlookAuthenticator() - Constructor for class org.imixs.archive.importer.mail.IMAPOutlookAuthenticator
-
- IMPORT_ERROR - Static variable in class org.imixs.archive.importer.ftp.CSVImportService
-
- importData(InputStream, String, String, String, DocumentImportEvent) - Method in class org.imixs.archive.importer.ftp.CSVImportService
-
This method imports all entities from a csv file.
- importEvents - Variable in class org.imixs.archive.importer.DocumentImportScheduler
-
- init() - Method in class org.imixs.archive.importer.DocumentImportController
-
This method initializes the default sync date
- isMediaTypeOctet(String, String) - Static method in class org.imixs.archive.importer.mail.IMAPImportHelper
-
This method returns true if the mediaType of a file attachment is
"application/octet-stream"
In some cases we have a situation where the contentType is "application/octet" which is not a valid content type.
- ITEM_SOURCES - Static variable in class org.imixs.archive.importer.DocumentImportService
-