Use php and perl to directly read from env.
Extends the configurability by using additional env variables using the former static values as defaults.
$imapssl can be set with PARSER_IMAP_SSL and defaults to 0$imaptls can be set with PARSER_IMAP_TLS and defaults to 1$tlsverify can be set with PARSER_IMAP_VERIFY and defaults to 0
Fix for issue #3:
Use php and perl to directly read from env. Extends the configurability by using additional env variables using the former static values as defaults.
$imapssl
can be set withPARSER_IMAP_SSL
and defaults to0
$imaptls
can be set withPARSER_IMAP_TLS
and defaults to1
$tlsverify
can be set withPARSER_IMAP_VERIFY
and defaults to0