HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux aritmodecarnaval.es 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //home/www/aritmodecarnaval/nextcloud/apps/mail/appinfo/info.xml
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
	<id>mail</id>
	<name>Mail</name>
	<summary>πŸ’Œ A mail app for Nextcloud</summary>
	<description><![CDATA[**πŸ’Œ A mail app for Nextcloud**

- **πŸš€ Integration with other Nextcloud apps!** Currently Contacts, Calendar & Files – more to come.
- **πŸ“₯ Multiple mail accounts!** Personal and company account? No problem, and a nice unified inbox. Connect any IMAP account.
- **πŸ”’ Send & receive encrypted mails!** Using the great [Mailvelope](https://mailvelope.com) browser extension.
- **πŸ™ˆ We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.
- **πŸ“¬ Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
	]]></description>
	<version>2.2.2</version>
	<licence>agpl</licence>
	<author>Greta DoΓ§i</author>
	<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
	<namespace>Mail</namespace>
	<documentation>
		<user>https://github.com/nextcloud/mail/blob/main/doc/user.md</user>
		<admin>https://github.com/nextcloud/mail/blob/main/doc/admin.md</admin>
		<developer>https://github.com/nextcloud/mail/blob/main/doc/developer.md</developer>
	</documentation>
	<category>social</category>
	<category>office</category>
	<website>https://github.com/nextcloud/mail#readme</website>
	<bugs>https://github.com/nextcloud/mail/issues</bugs>
	<repository type="git">https://github.com/nextcloud/mail.git</repository>
	<screenshot>https://user-images.githubusercontent.com/1374172/79554966-278e1600-809f-11ea-82ea-7a0d72a2704f.png</screenshot>
	<dependencies>
		<php min-version="7.4" max-version="8.1" />
		<nextcloud min-version="25" max-version="26" />
	</dependencies>
	<background-jobs>
		<job>OCA\Mail\BackgroundJob\CleanupJob</job>
		<job>OCA\Mail\BackgroundJob\OutboxWorkerJob</job>
		<job>OCA\Mail\BackgroundJob\IMipMessageJob</job>
	</background-jobs>
	<repair-steps>
		<post-migration>
			<step>OCA\Mail\Migration\AddMissingDefaultTags</step>
			<step>OCA\Mail\Migration\AddMissingMessageIds</step>
			<step>OCA\Mail\Migration\FixCollectedAddresses</step>
			<step>OCA\Mail\Migration\FixBackgroundJobs</step>
			<step>OCA\Mail\Migration\MakeItineraryExtractorExecutable</step>
			<step>OCA\Mail\Migration\ProvisionAccounts</step>
			<step>OCA\Mail\Migration\RepairMailTheads</step>
		</post-migration>
	</repair-steps>
	<commands>
		<command>OCA\Mail\Command\AddMissingTags</command>
		<command>OCA\Mail\Command\CleanUp</command>
		<command>OCA\Mail\Command\CreateAccount</command>
		<command>OCA\Mail\Command\CreateTagMigrationJobEntry</command>
		<command>OCA\Mail\Command\DeleteAccount</command>
		<command>OCA\Mail\Command\DiagnoseAccount</command>
		<command>OCA\Mail\Command\ExportAccount</command>
		<command>OCA\Mail\Command\ExportAccountThreads</command>
		<command>OCA\Mail\Command\SyncAccount</command>
		<command>OCA\Mail\Command\TrainAccount</command>
		<command>OCA\Mail\Command\Thread</command>
		<command>OCA\Mail\Command\UpdateAccount</command>
	</commands>
	<settings>
		<admin>OCA\Mail\Settings\AdminSettings</admin>
	</settings>
	<navigations>
		<navigation>
			<name>Mail</name>
			<route>mail.page.index</route>
			<icon>mail.svg</icon>
			<order>3</order>
		</navigation>
	</navigations>
</info>