jbostoen / itop-jb-mail-to-ticket-automation-v2

Originally a fork of Combodo's Mail to Ticket Automation, enriched with some new features. Also contains some bug fixes.
https://jeffreybostoen.be
6 stars 3 forks source link

Missing e-mail headers (Laminas) #49

Closed jbostoen closed 3 weeks ago

jbostoen commented 1 month ago

Using a Microsoft OAuth 2.0 client, it seems Laminas is missing some (custom) e-mail headers.

Todo: investigate why this can happen.

Not sure if it's related to #37

jbostoen commented 1 month ago

It seems it's happening in the Laminas library used by Combodo. There, we don't even get the e-mail header.

jbostoen commented 3 weeks ago

Laminas is abandoned, no changes since last year - https://github.com/laminas/laminas-mail

Combodo will likely look for alternatives as well.