Package Details: getmail6 6.18.13-1

Git Clone URL: https://aur.archlinux.org/getmail6.git (read-only, click to copy)
Package Base: getmail6
Description: mail retriever with support for POP3, IMAP4, SDPS; fork of getmail 5.14 modified to support python3
Upstream URL: http://getmail6.org/
Keywords: backup fetchmail getmail imap
Licenses: GPL2
Submitter: Kr1ss
Maintainer: ido
Last Packager: ido
Votes: 12
Popularity: 0.63
First Submitted: 2020-07-17 17:20 (UTC)
Last Updated: 2023-09-16 07:39 (UTC)

Dependencies (4)

Sources (1)

Latest Comments

ido commented on 2023-10-08 17:14 (UTC)

Updated.

bda commented on 2023-05-04 16:42 (UTC)

For now, you can use this modified PKGBUILD for 6.18.12

pkgname=getmail6

pkgver=6.18.12
pkgrel=1

pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'
arch=('any')
url="https://$pkgname.org"
license=('GPL2')

provides=("getmail=$pkgver")
conflicts=('getmail')

makedepends=('git' 'python-setuptools')
depends=('python-chardet')
optdepends=('python-keyring: secure password store'
          'python-keyrings-alt: alternative backends')

changelog=CHANGELOG
source=("$pkgname-$pkgver.tgz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
b2sums=('916c7fe7d459c27001ae80fafb95c8ea561a3c1b7335d142678c94242e7602070bf1d93c56db52363fbf62071f261dd8df5ca2c9cb71f2e7c7b8eb2826fa1035')


build() {
  cd "$pkgname-$pkgver"
  python setup.py build
}

package() {
  cd "$pkgname-$pkgver"
  PYTHONHASHSEED=0 python setup.py install --skip-build --optimize=1 --root="$pkgdir"
}


# vim: ts=2 sw=2 et ft=PKGBUILD:

mabod commented on 2023-01-27 10:03 (UTC) (edited on 2023-01-27 10:04 (UTC) by mabod)

Is this package still maintained? Latest release on github is 6.18.12. And even the previous version 6.18.11 is a month old.

Kr1ss commented on 2020-07-17 17:28 (UTC)

Thx for the notice @Roland, I also pushed a new package, according to the current upstream name. I'm going to submit a request to merge this package into the new one; mailwizard{,-git} now depend on getmail6.

Cheers !

Roland commented on 2020-07-17 15:54 (UTC)

I made the getmail6 github organization and transferred getmail to it as getmail6. git+https://github.com/getmail6/getmail6.git is the new address for the git repo. Please update, Kr1ss.