From e20749d97f89ca3d80d0eba06a23fc5b10c34380 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Thu, 7 Nov 2024 15:46:02 +0100 Subject: [PATCH 1/2] chore: Update description for app store The description block should use markdown Signed-off-by: Daniel Kesselberg --- appinfo/info.xml | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 40b2f34..98f20fc 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,31 +8,29 @@ files_emailviewer Email Viewer View .msg and .eml files - Email Viewer integrates the excellent Email to PDF Converter into Nextcloud, enabling you to view .msg and .eml files. + Requirements -
    -
  • Nextcloud 28 or newer
  • -
  • PDF Viewer for Nextcloud
  • -
  • PHP proc_open
  • -
  • OpenJDK
  • -
  • wkhtmltopdf (https://wkhtmltopdf.org/)
  • -
  • Email to PDF Converter (https://github.com/nickrussler/email-to-pdf-converter)
  • -
+### Requirements -
Installation
-
    -
  • Download and enable files_emailviewer
  • -
  • Store a copy of the Email to PDF Converter on the server, ensuring that Nextcloud has access to it
  • -
  • Set the path to Email to PDF Converter via `occ config:app:set --value /opt/emailconverter-3.0.0-all.jar files_emailviewer binary_path`
  • -
  • Upload a .msg or .eml file and view it directly in Nextcloud 🙌
  • -
+- Nextcloud 28 or newer +- PDF Viewer for Nextcloud +- PHP proc_open +- OpenJDK +- [wkhtmltopdf](https://wkhtmltopdf.org/) +- [Email to PDF Converter](https://github.com/nickrussler/email-to-pdf-converter) -
Outgoing connections
-
    -
  • If the email contains images from external sources, the Email to PDF converter will download the images, requiring external connections
  • -
  • The current version does not consider Nextcloud's proxy configuration but should follow the system default
  • -
]]>
+### Installation + +- Download and enable files_emailviewer +- Store a copy of the Email to PDF Converter on the server, ensuring that Nextcloud has access to it +- Set the path to Email to PDF Converter via `occ config:app:set --value /opt/emailconverter-3.0.0-all.jar files_emailviewer binary_path` +- Upload a .msg or .eml file and view it directly in Nextcloud 🙌 + +### Outgoing connections + +- If the email contains images from external sources, the Email to PDF converter will download the images, requiring external connections +- The current version does not consider Nextcloud's proxy configuration but should follow the system default +]]>
0.1.1 agpl Hamza Mahjoubi From 3143b2b7293f53da8d1025682d55e57eac8364c6 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Thu, 7 Nov 2024 15:47:04 +0100 Subject: [PATCH 2/2] chore: Bump version Signed-off-by: Daniel Kesselberg --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 98f20fc..ef3f6c4 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -31,7 +31,7 @@ - If the email contains images from external sources, the Email to PDF converter will download the images, requiring external connections - The current version does not consider Nextcloud's proxy configuration but should follow the system default ]]> - 0.1.1 + 0.1.2 agpl Hamza Mahjoubi Daniel Kesselberg diff --git a/package-lock.json b/package-lock.json index c7cdaf2..e8fbf38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "files_emailviewer", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "files_emailviewer", - "version": "0.1.1", + "version": "0.1.2", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/router": "^3.0.1" diff --git a/package.json b/package.json index 39d0b75..b06b9f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "files_emailviewer", "description": "Email viewer plugin for Nextcloud", - "version": "0.1.1", + "version": "0.1.2", "bugs": { "url": "https://github.com/nextcloud/files_emailviewer/issues" },