Search Criteria
Package Details: davmail 5.5.1-4
Git Clone URL: | https://aur.archlinux.org/davmail.git (read-only, click to copy) |
---|---|
Package Base: | davmail |
Description: | a POP/IMAP/SMTP/Caldav/LDAP gateway for the exchange service |
Upstream URL: | http://davmail.sourceforge.net/ |
Licenses: | |
Submitter: | None |
Maintainer: | hyness |
Last Packager: | hyness |
Votes: | 112 |
Popularity: | 0.58 |
First Submitted: | 2010-01-20 17:20 |
Last Updated: | 2020-06-28 12:28 |
Dependencies (4)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, java-openjdk-bin, jre, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jre11, jdk8-graalvm-bin, jdk11-graalvm-bin, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, jdk11-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre11-jetbrains-imfix, jdk-jetbrains, java-openjdk-loom-ea-bin, jre-jetbrains, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- unzip (unzip-natspec, unzip-iconv) (make)
- java-openjfx (jdk9, jre9, jre10, jdk8-arm64, jdk8-arm, jdk10, jdk7, jre7, java-openjfx-bin, liberica-jdk-full-bin, jdk8, jre8, java-openjfx-ea-bin, jdk-bcl, jre-bcl, java11-openjfx) (optional) – Office 365 browser based authentication
- swt (optional) – Fix issues with the tray icon
Latest Comments
1 2 3 4 5 6 ... Next › Last »
mike2208 commented on 2020-12-27 12:53
When using the davmail system service, the process would fail on reboot with the message:
Davmail binds the ports properly when manually restart the service. I managed to resolve the issue by overriding
davmail@.system_service
withThe altered
davmail@.system_service
service file is nowhwkiller commented on 2020-12-18 20:34
Along the same lines of @hamelg, I now use
As my script. I just edited the davmail.sh with that.
I was having problems with javafx and SWT. The above fixed SWT for me. I also had to roll back to openjdk8 for javafx prompts to work. With jdk14, it refuses to use o365interactive, because ""Unable to load JavaFX (OpenJFX)""
hamelg commented on 2020-11-26 21:39
The icon in system tray is ugly. At startup, davmail logs this message : INFO [main] davmail - SWT not available, using native system tray support
To enable SWT, I run davmail like that : SWT_GTK3=0 java -Xmx512M -Dsun.net.inetaddr.ttl=60 -Djdk.gtk.version=2.2 -cp /usr/share/java/davmail/davmail.jar:/usr/share/java/swt.jar:/usr/share/java/davmail/lib/* davmail.DavGateway
SanskritFritz commented on 2020-09-10 07:39
in your properties file: davmail.server=true
kuchik commented on 2020-09-09 20:55
Is there an option to run this without a GUI window showing up on gnome? I'm using the systemd user service but still a window pops up and stays in my dash. The service stops if I close the window.
Opvolger commented on 2020-06-10 18:24
can you add 'aarch64' as arch.? It works on my machine (Pinebook Pro).
bidskii commented on 2020-05-27 04:43
Has anyone managed to get an icon showing in gnome top-icons using the systemd user service?
suger commented on 2020-04-19 05:58
Would you mind adding 'armv7h' to the arch line? It builds cleanly and works smoothly on this architecture.
hwkiller commented on 2020-03-20 22:08
Can you add java-openjfx to optional dependencies? It is required for the browser-based o365interactive authentication method.
nesk_aur commented on 2018-08-21 07:26
@TPXP It wasn't necessary for me to create additional user on the system.
Simply:
$ systemctl --user start davmail@username.service
$ systemctl --user enable davmail@username.service
as my usual user.