No description
Find a file
Daniel c406273ef2
Merge pull request #100 from nextcloud/dependabot/npm_and_yarn/immutable-4.3.8
build(deps-dev): Bump immutable from 4.3.7 to 4.3.8
2026-03-05 12:32:58 +01:00
.github ci: add npm build job (#92) 2026-02-09 20:33:18 +01:00
.tx feat: Add l10n 2024-10-20 19:19:37 +02:00
appinfo chore: Add Nextcloud 33 support 2026-02-09 17:02:59 +01:00
l10n fix(l10n): Update translations from Transifex 2026-02-24 00:45:48 +00:00
lib fix: handle failure when creating temporary file 2025-04-03 18:41:08 +02:00
LICENSES chore: Add spdx headers 2024-10-20 19:19:37 +02:00
src fix(EmailView): file info being passed into pdf viewer 2025-02-06 18:31:32 +01:00
tests build(deps-dev): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2025-07-21 12:29:50 +02:00
vendor-bin build(deps-dev): Bump phpunit/phpunit in /vendor-bin/phpunit (#86) 2026-02-08 23:01:13 +00:00
.eslintrc.js chore: Add spdx headers 2024-10-20 19:19:37 +02:00
.gitattributes chore: correct Hamza's mail address typo 2024-11-12 17:18:09 +01:00
.gitignore chore: correct Hamza's mail address typo 2024-11-12 17:18:09 +01:00
.l10nignore feat: Add l10n 2024-10-20 19:19:37 +02:00
.php-cs-fixer.dist.php chore: correct Hamza's mail address typo 2024-11-12 17:18:09 +01:00
babel.config.js chore: Add spdx headers 2024-10-20 19:19:37 +02:00
composer.json build(deps-dev): Bump bamarni/composer-bin-plugin from 1.8.2 to 1.9.0 2026-01-31 03:03:27 +00:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2026-02-08 03:14:39 +00:00
Makefile feat: Add Makefile 2024-10-20 19:19:37 +02:00
package-lock.json build(deps-dev): Bump immutable from 4.3.7 to 4.3.8 2026-03-05 05:52:06 +00:00
package.json build(deps-dev): Bump @nextcloud/browserslist-config from 3.0.1 to 3.1.2 (#76) 2026-02-13 11:47:56 +00:00
psalm.xml chore: require PHP 8.0 2024-12-12 22:26:46 +01:00
README.md chore: bump version 2025-02-20 21:38:38 +01:00
REUSE.toml feat: Add l10n 2024-10-20 19:19:37 +02:00
webpack.config.js chore: Add spdx headers 2024-10-20 19:19:37 +02:00

Email Viewer

REUSE status

Email Viewer integrates the excellent Email to PDF Converter into Nextcloud, enabling you to view .msg and .eml files.

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 🙌

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.

Building the app

npm ci
npm run build