-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo.xml
More file actions
45 lines (39 loc) · 1.88 KB
/
Copy pathinfo.xml
File metadata and controls
45 lines (39 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<!--
SPDX-FileCopyrightText: Hamza Mahjoubi <hamza.mahjoubi221@proton.me>
SPDX-License-Identifier: CC0-1.0
-->
<id>files_emailviewer</id>
<name>Email Viewer</name>
<summary>View .msg and .eml files</summary>
<description><
- [Email to PDF Converter](https://github.com/nickrussler/email-to-pdf-converter)
#### 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
]]></description>
<version>0.1.2</version>
<licence>agpl</licence>
<author mail="hamza.mahjoubi221@proton.me">Hamza Mahjoubi</author>
<author mail="mail@danielkesselberg.de">Daniel Kesselberg</author>
<namespace>Files_EmailViewer</namespace>
<category>tools</category>
<bugs>https://github.com/nextcloud/files_emailviewer/issues</bugs>
<dependencies>
<php min-version="8.0" max-version="8.3" />
<nextcloud min-version="28" max-version="31"/>
</dependencies>
</info>