qmatteoq / outlook-businessmails-openai

50 stars 18 forks source link

Does the addin analyze the entire email thread? #2

Open shaggy2626 opened 1 year ago

shaggy2626 commented 1 year ago

Will the add work for replies to email? For instance if there is an entire email thread will my input be based of the event thats took place on the email thread?

qmatteoq commented 1 year ago

No, this first version only takes the text you type into the panel and turn into a business mails. I haven't added yet the capability to reply based on the context of the mail.

shaggy2626 commented 1 year ago

No, this first version only takes the text you type into the panel and turn into a business mails. I haven't added yet the capability to reply based on the context of the mail.

I installed the raw manifest file from the repo through the webapp MSFT page for outlook add ons. When I open the add on in outlook it says connection issue and not able to resolve a host. Is there something I need to change?

shaggy2626 commented 1 year ago

image

qmatteoq commented 1 year ago

This is an Office add-in using the web hosted model, so you will need to host the project somewhere, like a web server or Azure storage. See for example here https://learn.microsoft.com/en-us/office/dev/add-ins/publish/publish-add-in-vs-code Otherwise, you must run it locally in debugging mode.