diff --git a/courier-imap-x/Makefile.am b/courier-imap-x/Makefile.am index e7731b95d..05da26d55 100644 --- a/courier-imap-x/Makefile.am +++ b/courier-imap-x/Makefile.am @@ -174,6 +174,9 @@ all-gmake-check: echo "instead of make, as you were told by the INSTALL file (you did read the" ; \ echo "INSTALL file, did you?)" ; echo "" ; exit 1 +check-am: + cd libs/imap; $(MAKE) check-version TOPLEVEL_VERSION="`echo $(VERSION) | cut -d. -f1-3`" + lockmail.html: libs/liblock/lockmail.html cp -f $(srcdir)/libs/liblock/lockmail.html lockmail.html maildir.html: libs/maildir/maildir.html @@ -274,7 +277,7 @@ htmldoc: INSTALL.html libs/imap/README.html $(MAILDROPHTML) \ xsltproc --nonet $(srcdir)/imap-format.xsl \ $$f.tmp2 >$$f; \ rm -f $$f.tmp*; done - mv -f doc/*.html $(WWW)/imap + cp -f doc/*.html $(WWW)/imap cp -f courier-imap.png bg.png $(WWW)/imap cp manpage.css html rm -rf doc diff --git a/courier-imap-x/NEWS b/courier-imap-x/NEWS index df7a05299..45729e1de 100644 --- a/courier-imap-x/NEWS +++ b/courier-imap-x/NEWS @@ -2,8 +2,8 @@ Contents of this NEWS file: - Introduction - Shared folders and access control lists + > Introduction + > Shared folders and access control lists Introduction @@ -34,25 +34,26 @@ supported. Here's a summary of the differences between the two shared folder mechanisms: - POSIX-based shared folders ACL shared folders - May be used with virtual accounts only; - May be used with system cannot be used on systems that have - accounts only^1 end-user login shell access: bypassing ACLs - and accessing the folders directly is - trivial - Access rights based on Access rights based on IMAP access control - traditional POSIX filesystem lists - permissions - Sharable folders must be set A site-specific process must be installed - up manually, using the to compile an index of all virtual - "maildirmake" command mailboxes; afterwords, individual users may - create and manage shared folders themselves - - ^1 This is because access rights are governed by filesystem - permissions. POSIX shared folders may also be used with virtual - accounts, but it will not be possible to grant read-only access to - shared folders, and everyone will be able to delete messages from - shared folders (instead of only the creator of each message) + > POSIX-based shared folders ACL shared folders + > May be used with virtual accounts only; + > May be used with system cannot be used on systems that have + > accounts only^1 end-user login shell access: bypassing + > ACLs and accessing the folders directly is + > trivial + > Access rights based on Access rights based on IMAP access control + > traditional POSIX filesystem lists + > permissions + > A site-specific process must be installed + > Sharable folders must be set up to compile an index of all virtual + > manually, using the mailboxes; afterwords, individual users + > "maildirmake" command may create and manage shared folders + > themselves + + >> ^1 This is because access rights are governed by filesystem + >> permissions. POSIX shared folders may also be used with virtual + >> accounts, but it will not be possible to grant read-only access to + >> shared folders, and everyone will be able to delete messages from + >> shared folders (instead of only the creator of each message) After installation, read the "maildiracl" manual page for a brief overview of access control lists. diff --git a/courier-imap-x/NEWS.html b/courier-imap-x/NEWS.html index 21d8048c9..657397164 100644 --- a/courier-imap-x/NEWS.html +++ b/courier-imap-x/NEWS.html @@ -34,7 +34,7 @@
Courier-IMAP 4.0 brings many changes and improvements. All
authentication-related code in Courier-IMAP has been moved into the external
-Courier Authentication
+Courier Authentication
Library. See the contents of the INSTALL file
for more information. Courier-IMAP now includes an IMAP/POP3 aggregation
proxy, like Perdition. See the "imap/README.proxy" file in the source
diff --git a/courier-imap-x/conf-version b/courier-imap-x/conf-version
index a944d7e61..32a406815 100644
--- a/courier-imap-x/conf-version
+++ b/courier-imap-x/conf-version
@@ -1 +1 @@
-5.2.6
+5.2.7
diff --git a/courier-imap-x/libs/imap/ChangeLog b/courier-imap-x/libs/imap/ChangeLog
index f26958b89..0b10ced53 100644
--- a/courier-imap-x/libs/imap/ChangeLog
+++ b/courier-imap-x/libs/imap/ChangeLog
@@ -1,3 +1,27 @@
+5.2.7
+
+2024-06-14 Sam Varshavchik
The “,S=cnt
”
-part optimizes the Courier mail server's
+part optimizes the Courier mail server's
maildir quota enhancement; it allows the size of all the mail stored in
the maildir to be added up without issuing the
stat(2)
diff --git a/courier-imap-x/libs/maildir/maildirkw.1 b/courier-imap-x/libs/maildir/maildirkw.1
index d36c7dfc6..7ce3f2185 100644
--- a/courier-imap-x/libs/maildir/maildirkw.1
+++ b/courier-imap-x/libs/maildir/maildirkw.1
@@ -4,12 +4,12 @@
.\" Title: maildirkw
.\" Author: Sam Varshavchik
.\" Generator: DocBook XSL Stylesheets vsnapshot -c
enables case-sensitive keywords.
IMAP keywords are normally case insensitive.
-c
needs to be used if the
-SMAP1
+SMAP1
protocol extension is used, which uses case sensitive keywords.