Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ Email Viewer integrates the excellent [Email to PDF Converter](https://github.co
## Requirements

- Nextcloud 28 or newer
- PDF Viewer for Nextcloud
- Viewer and PDF Viewer for Nextcloud
- [PHP proc_open](https://www.php.net/manual/en/function.proc-open.php)
- OpenJDK
- [wkhtmltopdf](https://wkhtmltopdf.org/)
- [Email to PDF Converter](https://github.com/nickrussler/email-to-pdf-converter)
- [Email to PDF Converter](https://github.com/nickrussler/email-to-pdf-converter) (requires OpenJDK and [wkhtmltopdf](https://wkhtmltopdf.org/))

## Installation

Expand Down
8 changes: 3 additions & 5 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
#### Requirements

- Nextcloud 28 or newer
- PDF Viewer for Nextcloud
- Viewer and PDF Viewer for Nextcloud
- PHP proc_open
- OpenJDK
- [wkhtmltopdf](https://wkhtmltopdf.org/)
- [Email to PDF Converter](https://github.com/nickrussler/email-to-pdf-converter)
- [Email to PDF Converter](https://github.com/nickrussler/email-to-pdf-converter) (requires OpenJDK and [wkhtmltopdf](https://wkhtmltopdf.org/))

#### Installation

Expand All @@ -31,7 +29,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
]]></description>
<version>0.1.3</version>
<version>0.1.4</version>
<licence>agpl</licence>
<author mail="[email protected]">Hamza Mahjoubi</author>
<author mail="[email protected]">Daniel Kesselberg</author>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "files_emailviewer",
"description": "Email viewer plugin for Nextcloud",
"version": "0.1.3",
"version": "0.1.4",
"bugs": {
"url": "https://github.com/nextcloud/files_emailviewer/issues"
},
Expand Down
Loading