From 8418fef078aee9c2aaad353db16a9fcd0b3c9ec1 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Thu, 10 Apr 2025 05:38:55 -0400 Subject: [PATCH] Add davmail to Communication - Email MTA (#1235) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> Co-authored-by: nodiscc --- software/davmail.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/davmail.yml diff --git a/software/davmail.yml b/software/davmail.yml new file mode 100644 index 0000000000..7dc3fd7a67 --- /dev/null +++ b/software/davmail.yml @@ -0,0 +1,12 @@ +name: "DavMail" +website_url: "https://davmail.sourceforge.net/" +source_code_url: "https://github.com/mguessan/davmail" +description: "POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway allowing users to use any mail/calendar client with an Exchange server, even from the internet or behind a firewall through Outlook Web Access." +licenses: + - GPL-2.0 +platforms: + - Java +tags: + - Communication - Email - Mail Delivery Agents + - Calendar & Contacts +depends_3rdparty: true \ No newline at end of file