Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brmo-service: add email reading support #1414

Merged
merged 1 commit into from
May 12, 2022

Conversation

puckipedia
Copy link
Contributor

Feature parity met CvNHR, dit kan een emailaccount lezen. Alle ongelezen emails met een csv(of een zip met csv) worden elke nacht uitgelezen, en, wanneer successvol, gemarkeerd als een gelezen email.

Extra JNDI resource voor NHR email lezen (email lezen wordt alleen geprobeerd als deze resource aanwezig is)

    <Resource name="brmo/nhr/email"
        auth="Container"
        type="javax.mail.Session"
        mail.transport.protocol="imap"
        mail.user="[user]"
        mail.imap.host="[server]"
        mail.imap.port="993"
        password="[wachtwoord]"
        mail.imap.ssl.enable="true"
        />

@mprins mprins added this to the 2.3.0 milestone May 12, 2022
@mprins mprins merged commit f536042 into B3Partners:master May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants