Package Details: davmail 6.3.0-1

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: GPL
Submitter: None
Maintainer: hyness
Last Packager: hyness
Votes: 125
Popularity: 0.84
First Submitted: 2010-01-20 17:20 (UTC)
Last Updated: 2025-03-01 03:49 (UTC)

Dependencies (4)

Required by (0)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

davidnorthetal commented on 2018-05-29 09:16 (UTC)

someone having luck with enabling the systemd-service?

I always have to start it manually, suspecting a missing After field? - like: After=network.target

nesk_aur commented on 2018-04-23 05:16 (UTC)

Tested it on i3/i3bar - the icon does look ugly, but overall it seems to be working fine when started via .desktop file.

hyness commented on 2018-04-23 00:47 (UTC)

I've updated the package. The package starts fine for me from the command line, but I'm seeing issues when using the desktop file. Any patches are welcome for that issue. I'm still having issues with the tray looking bad, but that issue lies with davmail, not this package.

nesk_aur commented on 2018-04-18 07:03 (UTC)

hyness, is there an open bug for trat/taskbar issues? If not - can you create one please? Let's see what DavMail's developer(s) say.

hyness commented on 2018-04-17 14:36 (UTC)

Davmail has removed the linux specific packages this package depended on. I have updated the PKGBUILD to use the current version but there are issues with the tray icon, I'm hesitant to release it right now. Looks like there's support for Unity and KDE. I tried this package in Cinnamon and the tray icon looks terrible and the program shows up in the taskbar all the time with a plain java icon.

I can release the package, but I don't think there is anything I can do to overcome these issues as I think they lie with changes within Davmail.

kwrazi commented on 2018-01-25 02:14 (UTC) (edited on 2018-01-25 02:20 (UTC) by kwrazi)

The systemd system_service script expects davmail user to exists. Your package does not create this user by default. Hence, when I try to start davmail system service in headless mode, it dies with the following errors:

$ journalctl _SYSTEM_UNIT=davmail@company.service
... davmail@company.service: Failed to determine user credentials: No such process
... davmail@company.service: Failed at step USER spawning /usr/bin/davmail: No such process

After manually adding this user,

$ useradd --system davmail

the service starts up successfully. You might consider modifying davmail.install to add this user.

hyness commented on 2017-04-24 14:36 (UTC)

I'm sorry you are still having difficulties building the package. I have been maintaining this package for several years and have not encountered this issue. If you look at the PKGBUILD, it is using the standard download url that SourceForge packages use. I think if this was a widespread issue, more people would be commenting. With that said, if you want to contribute a pull request with a better way of handling this, I'd definitely consider it

snuffop commented on 2017-04-24 14:26 (UTC) (edited on 2017-04-24 14:27 (UTC) by snuffop)

It Continues After diging into the actual temp directory, I found that the tgz file is actually plain text and here is a shot of the results https://dl.dropboxusercontent.com/u/424516/Screenshot_20170424_092049.png Looks like the mirror I'm being redirected to doesn't have the file and or it's Not likeing the redirect. Grabbing the actual tgs via the gui browser and droping into the temp dir mid build gets it built for me, as the md5sums match, but that is a work around at best.

hyness commented on 2017-03-31 01:42 (UTC)

@snuffop From PKGBUILD... [ "$CARCH" = "x86_64" ] && md5sums=('d2c3bff0a30eac74b3596258dcd2e04e') From Sourceforge... davmail-linux-x86_64-4.8.0-2479.tgz 2017-03-23 6.7 MB 542542 weekly MD5: d2c3bff0a30eac74b3596258dcd2e04e I just built it again and it worked. Not sure what you are doing but this package is not the problem.

snuffop commented on 2017-03-30 14:59 (UTC)

Unable to Build due to source Validity ==> Building and installing package ==> Making package: davmail 4.8.0-1 (Thu Mar 30 09:54:08 CDT 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading davmail-linux-x86_64-4.8.0-2479.tgz... ######################################################################## 100.0% -> Found davmail.desktop -> Found davmail.sh -> Found davmail@.system_service -> Found davmail@.user_service ==> Validating source files with md5sums... davmail-linux-x86_64-4.8.0-2479.tgz ... FAILED davmail.desktop ... Passed davmail.sh ... Passed davmail@.system_service ... Passed davmail@.user_service ... Passed ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build davmail. ==> Restart building davmail ? [y/N] ==> --------------------------------