Email Importer to FlexiBee Email Importer to FlexiBee
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstringAbraFlexi Company
ABRAFLEXI_DOCTYPEstring✔code of the type of invoices received
ABRAFLEXI_LOGINstringAbraFlexi Login
ABRAFLEXI_PASSWORDpasswordAbraFlexi password
ABRAFLEXI_STORAGEstringDefault storage for new items
ABRAFLEXI_URLstringAbraFlexi Server URI
DONE_FOLDERstring✔Move Mails with imported invoices here
EASE_LOGGERstringLogging target: syslog|console
IMAP_LOGINstringIMAP Login
IMAP_MAILBOXstringIMAP Mailbox
IMAP_OPTIONSstringIMAP Options
IMAP_PASSWORDpassword✔IMAP Password
IMAP_PORTinteger✔IMAP Port
IMAP_SERVERstring✔IMAP Server
RESULT_FILEfile-pathFile with result of import
Email Importer to FlexiBee
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Import\u00e9r email\u016f do FlexiBee",
        en: "Email Importer to FlexiBee"
    },
    description: {
        cs: "Na\u010d\u00edt\u00e1 doklady z mailboxu do FlexiBee",
        en: "Imports documents from mailbox to FlexiBee"
    },
    executable: "\/usr\/bin\/imap2abraflexi",
    homepage: "https:\/\/github.com\/VitexSoftware\/AbraFlexi-email-importer",
    ociimage: "docker.io\/vitexsoftware\/abraflexi-email-importer",
    uuid: "0323bde6-a24c-4faf-90ff-45dd88c15603",
    tags: [
        "Email",
        "Importer",
        "Isdoc"
    ],
    version: "1.1.2.116",
    schemaVersion: "3.3.0",
    environment: {
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "AbraFlexi Company",
            defval: "demo_de",
            required: false
        },
        ABRAFLEXI_DOCTYPE: {
            type: "string",
            description: "code of the type of invoices received",
            defval: "FAKTURA",
            required: true
        },
        ABRAFLEXI_LOGIN: {
            type: "string",
            description: "AbraFlexi Login",
            defval: "winstrom",
            required: false
        },
        ABRAFLEXI_PASSWORD: {
            type: "password",
            description: "AbraFlexi password",
            defval: "winstrom",
            required: false
        },
        ABRAFLEXI_STORAGE: {
            type: "string",
            description: "Default storage for new items",
            defval: "SKLAD",
            required: false
        },
        ABRAFLEXI_URL: {
            type: "string",
            description: "AbraFlexi Server URI",
            defval: "https:\/\/demo.flexibee.eu:5434",
            required: false
        },
        DONE_FOLDER: {
            type: "string",
            description: "Move Mails with imported invoices here",
            defval: "ImportedInvoices",
            required: true
        },
        EASE_LOGGER: {
            type: "string",
            description: "Logging target: syslog|console",
            defval: "imap2abraflexi.log",
            required: false
        },
        IMAP_LOGIN: {
            type: "string",
            description: "IMAP Login",
            defval: "",
            required: false
        },
        IMAP_MAILBOX: {
            type: "string",
            description: "IMAP Mailbox",
            defval: "INBOX",
            required: false
        },
        IMAP_OPTIONS: {
            type: "string",
            description: "IMAP Options",
            defval: "imap\/ssl",
            required: false
        },
        IMAP_PASSWORD: {
            type: "password",
            description: "IMAP Password",
            defval: "",
            required: true
        },
        IMAP_PORT: {
            type: "integer",
            description: "IMAP Port",
            defval: "993",
            required: true
        },
        IMAP_SERVER: {
            type: "string",
            description: "IMAP Server",
            defval: "",
            required: true
        },
        RESULT_FILE: {
            type: "file-path",
            description: "File with result of import",
            defval: "result.txt",
            required: false
        }
    }
}
Download email_importer_to_flexibee.multiflexi.app.json