Package Details: cyrus-imapd-docs 3.12.1-1

Git Clone URL: https://aur.archlinux.org/cyrus-imapd.git (read-only, click to copy)
Package Base: cyrus-imapd
Description: Documentation for the Cyrus IMAP server
Upstream URL: https://www.cyrusimap.org/
Licenses: BSD-Attribution-HPND-disclaimer
Submitter: ryanc
Maintainer: J5lx
Last Packager: J5lx
Votes: 28
Popularity: 0.046168
First Submitted: 2007-10-14 08:22 (UTC)
Last Updated: 2025-06-27 08:15 (UTC)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

Archibald_NoClue commented on 2025-08-19 16:28 (UTC)

Thanks J5lx, I was able to meanwhile figure it out, it was a strange combination of access rights to the cache directory and user rights on system level. Why the download did not work in the first place is another question to be solved another day. Thank you for your support.

J5lx commented on 2025-08-19 16:23 (UTC)

As you seem to have figured out already, you cannot open the git clone url in a browser, you need to use it with a git client. If you don’t want to mess with git, you can use the “download snapshot” link from the package actions box on the right.

If you are getting errors during pgp signature verification, it’s most likely because you have yet to import the right key into your keyring (see Arch User Repository § ERROR: One or more PGP signatures could not be verified!; what should I do? on the arch wiki). You can use the fingerprint listed in validpgpkeys in the PKGBUILD to look for it on a keyserver.

Archibald_NoClue commented on 2025-08-18 08:26 (UTC) (edited on 2025-08-19 06:50 (UTC) by Archibald_NoClue)

I am trying to update from 3.10 to 3.12 via pamac update (Manjaro). However, the repository does not seem to be found. When clicking above on "GIT Clone URL", it is show as "not found", too.

As I am not able to use Sieve and would like to make use of it, I would apreaciate the reinstation of the package. Thank you.

Now something changed, however, I still cannot upgrade to 3.12 as "One or more PGP signatures cannot be verified".

I try to update with "pamac update".

pharaoh commented on 2025-05-04 13:51 (UTC)

confirmed, it's fixed in 3.10.1-3, thank you.

J5lx commented on 2025-05-04 11:22 (UTC)

Should be fixed in 3.10.1-3, please give it a try

pharaoh commented on 2025-05-04 09:48 (UTC) (edited on 2025-05-04 10:36 (UTC) by pharaoh)

there seems to be an issue with sieve in 3.10.1-2:

# sieveshell
Can't load '/usr/lib/perl5/5.40/vendor_perl/auto/Cyrus/SIEVE/managesieve/managesieve.so' for module Cyrus::SIEVE::managesieve: /usr/lib/perl5/5.40/vendor_perl/auto/Cyrus/SIEVE/managesieve/managesieve.so: undefined symbol: cap_free at /usr/lib/perl5/5.40/core_perl/DynaLoader.pm line 206.
 at /usr/bin/sieveshell line 71.

sieveshell works in my custom PKGBUILD with 3.10.1 without "--with-libcap".

zork commented on 2024-09-13 16:06 (UTC) (edited on 2024-09-13 16:07 (UTC) by zork)

3.8.4 compiles after adding sphinx patch but some tools are broken.

cyradm shows empty lines, always exits after third command. recostruct dumps core.

I flagged this version out of date, compiled 3.10.0 and it looks much better - cyradm works and no coredumps from reconstruct.

zork commented on 2023-04-27 14:04 (UTC) (edited on 2023-04-27 14:19 (UTC) by zork)

a patch:

Reported as https://github.com/cyrusimap/cyrus-imapd/issues/4491
--- package.pristine/docsrc/conf.py 2022-12-12 03:05:16.000000000 +0100
+++ package.patched/docsrc/conf.py  2023-04-27 15:49:52.022327117 +0200
@@ -527,8 +527,8 @@
# XXX handlers here, except that these urls require expanding the version string
# XXX twice, and the sphinx extlinks thingy currently only supports a single %s
extlinks = {
-        'draft':('https://tools.ietf.org/html/%s', ''),
-        'issue':('https://github.com/cyrusimap/cyrus-imapd/issues/%s', 'Issue #'),
+        'draft':('https://tools.ietf.org/html/%s', None),
+        'issue':('https://github.com/cyrusimap/cyrus-imapd/issues/%s', 'Issue #%s'),
         'cyrus-2.5':('https://www.cyrusimap.org/2.5%s',None),
         'cyrus-3.0':('https://www.cyrusimap.org/3.0%s',None),
         'cyrus-3.2':('https://www.cyrusimap.org/3.2%s',None),