mmanela / MarkdownOutlook

Write outlook emails in markdown
Other
423 stars 45 forks source link

Support for Outlook 2016 #26

Open MaxWilson opened 7 years ago

MaxWilson commented 7 years ago

Would it be possible to port MarkdownOutlook to work with Office 365 (Outlook 2016)?

DGSephiro commented 7 years ago

Not that I have tried, but does this request infer that it does not function in Outlook 2016?

Xapphire13 commented 6 years ago

What works for me

What doesn't work for me

gerardbosch commented 6 years ago

It looks that in my case is working fine in Outlook 2016. I used release v1.0.2 of the plug-in. The html is not actually rendered in the compose window (but you can click the "Show preview" button to check the results), but when the mail is sent, it is actually rendered to html.

I would like to ask, how can we customize how is html rendered? For example to define something like this to limit the line length and improve readability: max-width: 78ex;

p {
  max-width: 78ex;
}

or similary, is it possible to configure the font and size for the rendered html? Thanks!

bviktor commented 6 years ago

Just to let you know, I'm on Outlook 2019 preview and would be happy to test any pre-release if someone comes up with one.

mmanela commented 6 years ago

It shouldn't be a big change to make it work, I just don't have the time to build and test this. But I will gladly take PRs

SturmB commented 5 years ago

Sadly, v1.0.2 does not work on Outlook 2016:

OUTLOOK_85yTiORDNU

The Details button reveals:

Name: MarkdownOutlook - MarkdownOutlook
From: file:///C:/Users/<username>/AppData/Roaming/Markdown Outlook/Markdown Outlook/MarkdownOutlook.vsto

************** Exception Text **************
System.Security.SecurityException: Customized functionality in this application will not work because the certificate used to sign the deployment manifest for MarkdownOutlook or its location is not trusted. Contact your administrator for further assistance.
   at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvaluator.VerifyTrustPromptKeyInternal(ClickOnceTrustPromptKeyValue promptKeyValue, DeploymentSignatureInformation signatureInformation, String productName, TrustStatus status)
   at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvaluator.VerifyTrustUsingPromptKey(Uri manifest, DeploymentSignatureInformation signatureInformation, String productName, TrustStatus status)
   at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvaluator.VerifyTrustUsingPromptKey(Uri manifest, DeploymentSignatureInformation signatureInformation, String productName)
   at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.ProcessSHA1Manifest(ActivationContext context, DeploymentSignatureInformation signatureInformation, PermissionSet permissionsRequested, Uri manifest, ManifestSignatureInformationCollection signatures, AddInInstallationStatus installState)
   at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.VerifySecurity(ActivationContext context, Uri manifest, AddInInstallationStatus installState)
   at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()
The Zone of the assembly that failed was:
MyComputer
tylvn commented 2 years ago

It seems has some warning from Microsoft Office about inability of verify developer.

image

This windows warn below.

Although Office customization items can be useful, they can be harmful to your computer. If you do not trust their source, do not install this software.