Skip to content
Snippets Groups Projects
info.xml 2.97 KiB
Newer Older
Thomas Müller's avatar
Thomas Müller committed
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
Thomas Müller's avatar
Thomas Müller committed
	<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](http://horde.org) libraries.
- **📬 Want to host your own mail server?** We don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
	]]></description>
	<version>1.9.0-alpha.1</version>
	<licence>agpl</licence>
	<author>Christoph Wurst</author>
	<author>Greta Doçi</author>
	<author>Julius Härtl</author>
	<author>Cyrille Bollu</author>
	<author>Holger Dehnhardt</author>
	<author>Jan-Christoph Borchardt</author>
Christoph Wurst's avatar
Christoph Wurst committed
	<namespace>Mail</namespace>
	<documentation>
		<user>https://github.com/nextcloud/mail/blob/master/doc/user.md</user>
		<admin>https://github.com/nextcloud/mail/blob/master/doc/admin.md</admin>
		<developer>https://github.com/nextcloud/mail/blob/master/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>
Christoph Wurst's avatar
Christoph Wurst committed
	<screenshot>https://user-images.githubusercontent.com/1374172/79554966-278e1600-809f-11ea-82ea-7a0d72a2704f.png</screenshot>
		<php min-version="7.3" max-version="7.4" />
GretaD's avatar
GretaD committed
		<nextcloud min-version="21" max-version="22" />
	<repair-steps>
		<post-migration>
			<step>OCA\Mail\Migration\FixCollectedAddresses</step>
			<step>OCA\Mail\Migration\FixBackgroundJobs</step>
			<step>OCA\Mail\Migration\MakeItineraryExtractorExecutable</step>
			<step>OCA\Mail\Migration\MigrateProvisioningConfig</step>
			<step>OCA\Mail\Migration\ProvisionAccounts</step>
Christoph Wurst's avatar
Christoph Wurst committed
	<commands>
		<command>OCA\Mail\Command\CleanUp</command>
Christoph Wurst's avatar
Christoph Wurst committed
		<command>OCA\Mail\Command\CreateAccount</command>
		<command>OCA\Mail\Command\DiagnoseAccount</command>
Christoph Wurst's avatar
Christoph Wurst committed
		<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>
Christoph Wurst's avatar
Christoph Wurst committed
	</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>
Thomas Müller's avatar
Thomas Müller committed
</info>