0dteam / Phishing-Reporter

An Outlook Plugin to report phishing emails easier and provides full integration with GoPhish.
GNU General Public License v3.0
46 stars 13 forks source link

'New Outlook' compatibility #14

Open rtificial opened 9 months ago

rtificial commented 9 months ago

Thank you for a brilliantly implemented add-in to report phishing mails, and integration with GoPhish. Excellent! It works great in our current Outlook setup with Office365.

Is your feature request related to a problem? Please describe. However; Outlook now allows users to switch to the 'new Outlook', which is basically fully webview driven, and the add-in doesn't seem to work for that. Do you have any plans to migrate this add-in to the new Outlook?

Describe the solution you'd like I'd love the add-in to work in both the standard Outlook and the 'new Outlook' .

Describe alternatives you've considered I've been trying to develop a Outlook Web Add-in myself, fitting to the new Outlook, but got stuck around authentication when trying to use the Graph API. Identifying whether it was a GoPhish mail went fine, calling the GoPhish api as well, but moving the message to deleted items and forwarding it to the security team failed.

0dteam commented 8 months ago

Untitled

I'm developing a Web Add-in version, but it's a lower priority compared to other life commitments, so its release will be delayed.

rtificial commented 8 months ago

Happy toncontribute if you have sort ofna starting point.