Codebase list cyrus-imapd / a9704dc
New upstream version 3.4.1 Yadd 2 years ago
511 changed file(s) with 4147 addition(s) and 2013 deletion(s). Raw diff Collapse all Expand all
0 3.4.0
0 3.4.1-dirty
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for cyrus-imapd 3.4.0.
2 # Generated by GNU Autoconf 2.69 for cyrus-imapd 3.4.1.
33 #
44 # Report bugs to <https://github.com/cyrusimap/cyrus-imapd/issues>.
55 #
649649 # Identity of this package.
650650 PACKAGE_NAME='cyrus-imapd'
651651 PACKAGE_TARNAME='cyrus-imapd'
652 PACKAGE_VERSION='3.4.0'
653 PACKAGE_STRING='cyrus-imapd 3.4.0'
652 PACKAGE_VERSION='3.4.1'
653 PACKAGE_STRING='cyrus-imapd 3.4.1'
654654 PACKAGE_BUGREPORT='https://github.com/cyrusimap/cyrus-imapd/issues'
655655 PACKAGE_URL='https://www.cyrusimap.org'
656656
16921692 # Omit some internal or obsolete options to make the list less imposing.
16931693 # This message is too long to be a string in the A/UX 3.1 sh.
16941694 cat <<_ACEOF
1695 \`configure' configures cyrus-imapd 3.4.0 to adapt to many kinds of systems.
1695 \`configure' configures cyrus-imapd 3.4.1 to adapt to many kinds of systems.
16961696
16971697 Usage: $0 [OPTION]... [VAR=VALUE]...
16981698
17641764
17651765 if test -n "$ac_init_help"; then
17661766 case $ac_init_help in
1767 short | recursive ) echo "Configuration of cyrus-imapd 3.4.0:";;
1767 short | recursive ) echo "Configuration of cyrus-imapd 3.4.1:";;
17681768 esac
17691769 cat <<\_ACEOF
17701770
20262026 test -n "$ac_init_help" && exit $ac_status
20272027 if $ac_init_version; then
20282028 cat <<\_ACEOF
2029 cyrus-imapd configure 3.4.0
2029 cyrus-imapd configure 3.4.1
20302030 generated by GNU Autoconf 2.69
20312031
20322032 Copyright (C) 2012 Free Software Foundation, Inc.
28022802 This file contains any messages produced by compilers while
28032803 running configure, to aid debugging if configure makes a mistake.
28042804
2805 It was created by cyrus-imapd $as_me 3.4.0, which was
2805 It was created by cyrus-imapd $as_me 3.4.1, which was
28062806 generated by GNU Autoconf 2.69. Invocation command line was
28072807
28082808 $ $0 $@
33023302 ENABLE_STATIC="$enable_static"
33033303
33043304
3305 CYRUS_IMAPD_SERIES=`echo 3.4.0 | cut -d- -f1 | cut -d. -f1-2`
3306 CYRUS_IMAPD_REVISION=`echo 3.4.0 | cut -d- -f1 | cut -d. -f3`
3307 CYRUS_IMAPD_PATCH=`echo 3.4.0 | cut -d- -f2-`
3305 CYRUS_IMAPD_SERIES=`echo 3.4.1 | cut -d- -f1 | cut -d. -f1-2`
3306 CYRUS_IMAPD_REVISION=`echo 3.4.1 | cut -d- -f1 | cut -d. -f3`
3307 CYRUS_IMAPD_PATCH=`echo 3.4.1 | cut -d- -f2-`
33083308
33093309
33103310
39163916
39173917 # Define the identity of the package.
39183918 PACKAGE='cyrus-imapd'
3919 VERSION='3.4.0'
3919 VERSION='3.4.1'
39203920
39213921
39223922 cat >>confdefs.h <<_ACEOF
2843528435 # report actual input values of CONFIG_FILES etc. instead of their
2843628436 # values after options handling.
2843728437 ac_log="
28438 This file was extended by cyrus-imapd $as_me 3.4.0, which was
28438 This file was extended by cyrus-imapd $as_me 3.4.1, which was
2843928439 generated by GNU Autoconf 2.69. Invocation command line was
2844028440
2844128441 CONFIG_FILES = $CONFIG_FILES
2850628506 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2850728507 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2850828508 ac_cs_version="\\
28509 cyrus-imapd config.status 3.4.0
28509 cyrus-imapd config.status 3.4.1
2851028510 configured by $0, generated by GNU Autoconf 2.69,
2851128511 with options \\"\$ac_cs_config\\"
2851228512
00 # Sphinx build info version 1
11 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
2 config: b8a4e2f6ec0adecc7b5cb804a800d913
2 config: f97b2aece7c7ac95f4ae15724ba1ccb4
33 tags: 645f666f9bcd5a90fca523b33c5a78b7
0 :tocdepth: 3
1
2 ==============================
3 Cyrus IMAP 3.2.7 Release Notes
4 ==============================
5
6 Download from GitHub:
7
8 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.7/cyrus-imapd-3.2.7.tar.gz
9 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.7/cyrus-imapd-3.2.7.tar.gz.sig
10
11 .. _relnotes-3.2.7-changes:
12
13 Changes since 3.2.6
14 ===================
15
16 Security fixes:
17 ---------------
18
19 * Fixed CVE-2021-32056_: Remote authenticated users could bypass intended
20 access restrictions on certain server annotations. Additionally, a
21 long-standing bug in replication did not allow server annotations to be
22 replicated. Combining these two bugs, a remote authenticated user could
23 stall replication, requiring administrator intervention.
24
25 .. _CVE-2021-32056: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32056
26
27 Build changes
28 -------------
29
30 * Fixed: various symbols were missing explicit symbol visibility
31
32 Bug fixes
33 ---------
34
35 * Fixed :issue:`3225`: xapian get_stopper() did not use the cached stoppers
36 (thanks Дилян Палаузов)
37 * Fixed :issue:`2882`: reordered HTTP auth schemes to order expected by browsers
0 :tocdepth: 3
1
2 ==============================
3 Cyrus IMAP 3.4.1 Release Notes
4 ==============================
5
6 Download from GitHub:
7
8 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.4.1/cyrus-imapd-3.4.1.tar.gz
9 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.4.1/cyrus-imapd-3.4.1.tar.gz.sig
10
11 .. _relnotes-3.4.1-changes:
12
13 Changes since 3.4.0
14 ===================
15
16 Security fixes:
17 ---------------
18
19 * Fixed CVE-2021-32056_: Remote authenticated users could bypass intended
20 access restrictions on certain server annotations. Additionally, a
21 long-standing bug in replication did not allow server annotations to be
22 replicated. Combining these two bugs, a remote authenticated user could
23 stall replication, requiring administrator intervention.
24
25 .. _CVE-2021-32056: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32056
26
27 Build changes
28 -------------
29
30 * Fixed :issue:`3462`: using GLIBC-only macro to check for GCC features
31 (thanks Andy Fiddaman)
32
33 Bug fixes
34 ---------
35
36 * Fixed :issue:`3456`: per-server annotations were unable to replicate
37 * Fixed :issue:`3468`: `ctl_cyrusdb -r` assertion on startup when mboxlist_db
38 configured to "skiplist" (thanks Felix J. Ogris)
39 * Fixed: JMAP email updates must result in non-empty mailboxIds
40 * Fixed: output JMAP dates as Dates, not UTCDates
41
42 Fixes to nonstandard JMAP extensions
43 ------------------------------------
44
45 (These extensions are not yet formally standardised, and are only available
46 with the `jmap_nonstandard_extensions` :cyrusman:`imapd.conf(5)` option
47 enabled.)
48
49 * Fixed: JMAP Calendars Extension - gracefully handle empty property values
50 * Fixed: JMAP Calendars Extension - ignore empty string default values in
51 events
52 * Fixed: JMAP Calendars Extension - do not use Participant.email for scheduling
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>We need your help &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>We need your help &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="genindex.html"/>
3636 <link rel="search" title="Search" href="search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="index.html"/>
3838 <link rel="up" title="Developers" href="developers.html"/>
3939 <link rel="next" title="Documentation" href="imap/developer/documentation.html"/>
4040 <link rel="prev" title="Developers" href="developers.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="developers.html">Developers</a> &raquo;</li>
768768
827827 <script type="text/javascript">
828828 var DOCUMENTATION_OPTIONS = {
829829 URL_ROOT:'./',
830 VERSION:'3.4.0',
830 VERSION:'3.4.1',
831831 COLLAPSE_INDEX:false,
832832 FILE_SUFFIX:'.html',
833833 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Developers &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Developers &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="genindex.html"/>
3636 <link rel="search" title="Search" href="search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="index.html"/>
3838 <link rel="next" title="We need your help" href="contribute.html"/>
3939 <link rel="prev" title="Why does mail delivery go slow or hang sometimes?" href="imap/reference/faqs/interop-slow-delivery.html"/>
4040
761761
762762 <div role="navigation" aria-label="breadcrumbs navigation">
763763 <ul class="wy-breadcrumbs">
764 <li><a href="index.html">Docs v3.4.0</a> &raquo;</li>
764 <li><a href="index.html">Docs v3.4.1</a> &raquo;</li>
765765
766766 <li>Developers</li>
767767 <li class="wy-breadcrumbs-aside">
912912 <script type="text/javascript">
913913 var DOCUMENTATION_OPTIONS = {
914914 URL_ROOT:'./',
915 VERSION:'3.4.0',
915 VERSION:'3.4.1',
916916 COLLAPSE_INDEX:false,
917917 FILE_SUFFIX:'.html',
918918 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Download &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Download &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="genindex.html"/>
3636 <link rel="search" title="Search" href="search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="index.html"/>
3838 <link rel="next" title="Get Cyrus" href="imap/download/getcyrus.html"/>
3939 <link rel="prev" title="What is Cyrus IMAP?" href="index.html"/>
4040
761761
762762 <div role="navigation" aria-label="breadcrumbs navigation">
763763 <ul class="wy-breadcrumbs">
764 <li><a href="index.html">Docs v3.4.0</a> &raquo;</li>
764 <li><a href="index.html">Docs v3.4.1</a> &raquo;</li>
765765
766766 <li>Download</li>
767767 <li class="wy-breadcrumbs-aside">
875875 <script type="text/javascript">
876876 var DOCUMENTATION_OPTIONS = {
877877 URL_ROOT:'./',
878 VERSION:'3.4.0',
878 VERSION:'3.4.1',
879879 COLLAPSE_INDEX:false,
880880 FILE_SUFFIX:'.html',
881881 HAS_SOURCE: true
88
99 <meta name="viewport" content="width=device-width, initial-scale=1.0">
1010
11 <title>Index &mdash; Cyrus IMAP 3.4.0 documentation</title>
11 <title>Index &mdash; Cyrus IMAP 3.4.1 documentation</title>
1212
1313
1414
3535 <link rel="index" title="Index"
3636 href="#"/>
3737 <link rel="search" title="Search" href="search.html"/>
38 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="index.html"/>
38 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="index.html"/>
3939
4040
4141
760760
761761 <div role="navigation" aria-label="breadcrumbs navigation">
762762 <ul class="wy-breadcrumbs">
763 <li><a href="index.html">Docs v3.4.0</a> &raquo;</li>
763 <li><a href="index.html">Docs v3.4.1</a> &raquo;</li>
764764
765765 <li></li>
766766 <li class="wy-breadcrumbs-aside">
76807680 <script type="text/javascript">
76817681 var DOCUMENTATION_OPTIONS = {
76827682 URL_ROOT:'./',
7683 VERSION:'3.4.0',
7683 VERSION:'3.4.1',
76847684 COLLAPSE_INDEX:false,
76857685 FILE_SUFFIX:'.html',
76867686 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Glossary &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Glossary &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="genindex.html"/>
3636 <link rel="search" title="Search" href="search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="index.html"/>
3838
3939
4040
759759
760760 <div role="navigation" aria-label="breadcrumbs navigation">
761761 <ul class="wy-breadcrumbs">
762 <li><a href="index.html">Docs v3.4.0</a> &raquo;</li>
762 <li><a href="index.html">Docs v3.4.1</a> &raquo;</li>
763763
764764 <li>Glossary</li>
765765 <li class="wy-breadcrumbs-aside">
963963 <script type="text/javascript">
964964 var DOCUMENTATION_OPTIONS = {
965965 URL_ROOT:'./',
966 VERSION:'3.4.0',
966 VERSION:'3.4.1',
967967 COLLAPSE_INDEX:false,
968968 FILE_SUFFIX:'.html',
969969 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Authentication and Authorization &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Authentication and Authorization &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
3939 <link rel="next" title="Performance Recommendations" href="performance_recommendations.html"/>
4040 <link rel="prev" title="Known Protocol Limitations" href="known_protocol_limitations.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
768768
854854 <script type="text/javascript">
855855 var DOCUMENTATION_OPTIONS = {
856856 URL_ROOT:'../../../',
857 VERSION:'3.4.0',
857 VERSION:'3.4.1',
858858 COLLAPSE_INDEX:false,
859859 FILE_SUFFIX:'.html',
860860 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Databases &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Databases &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
3939 <link rel="next" title="Mailbox Creation Distribution" href="mailbox_creation_distribution.html"/>
4040 <link rel="prev" title="Deployment Scenarios" href="deployment_scenarios.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
768768
11841184 <script type="text/javascript">
11851185 var DOCUMENTATION_OPTIONS = {
11861186 URL_ROOT:'../../../',
1187 VERSION:'3.4.0',
1187 VERSION:'3.4.1',
11881188 COLLAPSE_INDEX:false,
11891189 FILE_SUFFIX:'.html',
11901190 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Deployment Scenarios &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Deployment Scenarios &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
3939 <link rel="next" title="Databases" href="databases.html"/>
4040 <link rel="prev" title="Configuration Guide" href="../deployment.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
768768
891891 <script type="text/javascript">
892892 var DOCUMENTATION_OPTIONS = {
893893 URL_ROOT:'../../../',
894 VERSION:'3.4.0',
894 VERSION:'3.4.1',
895895 COLLAPSE_INDEX:false,
896896 FILE_SUFFIX:'.html',
897897 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Known Protocol Limitations &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Known Protocol Limitations &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
3939 <link rel="next" title="Authentication and Authorization" href="authentication_and_authorization.html"/>
4040 <link rel="prev" title="Mailbox Creation Distribution" href="mailbox_creation_distribution.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
768768
846846 <script type="text/javascript">
847847 var DOCUMENTATION_OPTIONS = {
848848 URL_ROOT:'../../../',
849 VERSION:'3.4.0',
849 VERSION:'3.4.1',
850850 COLLAPSE_INDEX:false,
851851 FILE_SUFFIX:'.html',
852852 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Creation Distribution &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Mailbox Creation Distribution &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
3939 <link rel="next" title="Known Protocol Limitations" href="known_protocol_limitations.html"/>
4040 <link rel="prev" title="Databases" href="databases.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
768768
11471147 <script type="text/javascript">
11481148 var DOCUMENTATION_OPTIONS = {
11491149 URL_ROOT:'../../../',
1150 VERSION:'3.4.0',
1150 VERSION:'3.4.1',
11511151 COLLAPSE_INDEX:false,
11521152 FILE_SUFFIX:'.html',
11531153 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Performance Recommendations &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Performance Recommendations &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
3939 <link rel="next" title="Storage Considerations" href="storage.html"/>
4040 <link rel="prev" title="Authentication and Authorization" href="authentication_and_authorization.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
768768
843843 <script type="text/javascript">
844844 var DOCUMENTATION_OPTIONS = {
845845 URL_ROOT:'../../../',
846 VERSION:'3.4.0',
846 VERSION:'3.4.1',
847847 COLLAPSE_INDEX:false,
848848 FILE_SUFFIX:'.html',
849849 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Storage Considerations &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Storage Considerations &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
3939 <link rel="next" title="Supported Platforms and System Requirements" href="supported-platforms.html"/>
4040 <link rel="prev" title="Performance Recommendations" href="performance_recommendations.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
768768
16091609 <script type="text/javascript">
16101610 var DOCUMENTATION_OPTIONS = {
16111611 URL_ROOT:'../../../',
1612 VERSION:'3.4.0',
1612 VERSION:'3.4.1',
16131613 COLLAPSE_INDEX:false,
16141614 FILE_SUFFIX:'.html',
16151615 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Supported Platforms and System Requirements &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Supported Platforms and System Requirements &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Configuration Guide" href="../deployment.html"/>
3939 <link rel="next" title="Operations" href="../../../operations.html"/>
4040 <link rel="prev" title="Storage Considerations" href="storage.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
768768
925925 <script type="text/javascript">
926926 var DOCUMENTATION_OPTIONS = {
927927 URL_ROOT:'../../../',
928 VERSION:'3.4.0',
928 VERSION:'3.4.1',
929929 COLLAPSE_INDEX:false,
930930 FILE_SUFFIX:'.html',
931931 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Configuration Guide &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Configuration Guide &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Setup" href="../../setup.html"/>
3939 <link rel="next" title="Deployment Scenarios" href="deployment/deployment_scenarios.html"/>
4040 <link rel="prev" title="Upgrading to 3.4" href="../download/upgrade.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../setup.html">Setup</a> &raquo;</li>
768768
948948 <script type="text/javascript">
949949 var DOCUMENTATION_OPTIONS = {
950950 URL_ROOT:'../../',
951 VERSION:'3.4.0',
951 VERSION:'3.4.1',
952952 COLLAPSE_INDEX:false,
953953 FILE_SUFFIX:'.html',
954954 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Access Control &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Access Control &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Sealed System Design" href="sealed-system.html"/>
4040 <link rel="prev" title="SQL Authentication" href="authentication-sql.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
837837 <script type="text/javascript">
838838 var DOCUMENTATION_OPTIONS = {
839839 URL_ROOT:'../../../',
840 VERSION:'3.4.0',
840 VERSION:'3.4.1',
841841 COLLAPSE_INDEX:false,
842842 FILE_SUFFIX:'.html',
843843 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Archiving &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Archiving &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Quota" href="quota.html"/>
4040 <link rel="prev" title="Mailbox Metadata Partitions" href="mailbox-metadata-partitions.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
922922 <script type="text/javascript">
923923 var DOCUMENTATION_OPTIONS = {
924924 URL_ROOT:'../../../',
925 VERSION:'3.4.0',
925 VERSION:'3.4.1',
926926 COLLAPSE_INDEX:false,
927927 FILE_SUFFIX:'.html',
928928 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Kerberos Authentication &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Kerberos Authentication &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="LDAP Authentication" href="authentication-ldap.html"/>
4040 <link rel="prev" title="Features" href="../features.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
825825 <script type="text/javascript">
826826 var DOCUMENTATION_OPTIONS = {
827827 URL_ROOT:'../../../',
828 VERSION:'3.4.0',
828 VERSION:'3.4.1',
829829 COLLAPSE_INDEX:false,
830830 FILE_SUFFIX:'.html',
831831 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>LDAP Authentication &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>LDAP Authentication &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="SQL Authentication" href="authentication-sql.html"/>
4040 <link rel="prev" title="Kerberos Authentication" href="authentication-kerberos.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
825825 <script type="text/javascript">
826826 var DOCUMENTATION_OPTIONS = {
827827 URL_ROOT:'../../../',
828 VERSION:'3.4.0',
828 VERSION:'3.4.1',
829829 COLLAPSE_INDEX:false,
830830 FILE_SUFFIX:'.html',
831831 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>SQL Authentication &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>SQL Authentication &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Access Control" href="access-control.html"/>
4040 <link rel="prev" title="LDAP Authentication" href="authentication-ldap.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
965965 <script type="text/javascript">
966966 var DOCUMENTATION_OPTIONS = {
967967 URL_ROOT:'../../../',
968 VERSION:'3.4.0',
968 VERSION:'3.4.1',
969969 COLLAPSE_INDEX:false,
970970 FILE_SUFFIX:'.html',
971971 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Automatic Creation of Mailboxes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Automatic Creation of Mailboxes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Mailbox Namespaces" href="namespaces.html"/>
4040 <link rel="prev" title="Sealed System Design" href="sealed-system.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
10331033 <script type="text/javascript">
10341034 var DOCUMENTATION_OPTIONS = {
10351035 URL_ROOT:'../../../',
1036 VERSION:'3.4.0',
1036 VERSION:'3.4.1',
10371037 COLLAPSE_INDEX:false,
10381038 FILE_SUFFIX:'.html',
10391039 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>CalDAV Collections &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>CalDAV Collections &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="DAV Components" href="dav-components.html"/>
4040 <link rel="prev" title="Event Notifications" href="event-notifications.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
832832 <script type="text/javascript">
833833 var DOCUMENTATION_OPTIONS = {
834834 URL_ROOT:'../../../',
835 VERSION:'3.4.0',
835 VERSION:'3.4.1',
836836 COLLAPSE_INDEX:false,
837837 FILE_SUFFIX:'.html',
838838 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>CardDAV Support &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>CardDAV Support &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Mail Spool Partitions" href="mail-spool-partitions.html"/>
4040 <link rel="prev" title="DAV Collection Management" href="dav-collection-mgmt.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
825825 <script type="text/javascript">
826826 var DOCUMENTATION_OPTIONS = {
827827 URL_ROOT:'../../../',
828 VERSION:'3.4.0',
828 VERSION:'3.4.1',
829829 COLLAPSE_INDEX:false,
830830 FILE_SUFFIX:'.html',
831831 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>DAV Collection Management &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>DAV Collection Management &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="CardDAV Support" href="carddav.html"/>
4040 <link rel="prev" title="DAV Components" href="dav-components.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
837837 <script type="text/javascript">
838838 var DOCUMENTATION_OPTIONS = {
839839 URL_ROOT:'../../../',
840 VERSION:'3.4.0',
840 VERSION:'3.4.1',
841841 COLLAPSE_INDEX:false,
842842 FILE_SUFFIX:'.html',
843843 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>DAV Components &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>DAV Components &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="DAV Collection Management" href="dav-collection-mgmt.html"/>
4040 <link rel="prev" title="CalDAV Collections" href="caldav-collections.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
835835 <script type="text/javascript">
836836 var DOCUMENTATION_OPTIONS = {
837837 URL_ROOT:'../../../',
838 VERSION:'3.4.0',
838 VERSION:'3.4.1',
839839 COLLAPSE_INDEX:false,
840840 FILE_SUFFIX:'.html',
841841 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Delayed Delete &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Delayed Delete &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Delayed Expunge" href="delayed-expunge.html"/>
4040 <link rel="prev" title="Mailbox Distribution" href="mailbox-distribution.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
882882 <script type="text/javascript">
883883 var DOCUMENTATION_OPTIONS = {
884884 URL_ROOT:'../../../',
885 VERSION:'3.4.0',
885 VERSION:'3.4.1',
886886 COLLAPSE_INDEX:false,
887887 FILE_SUFFIX:'.html',
888888 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Delayed Expunge &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Delayed Expunge &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Message Annotations (METADATA)" href="message-annotations.html"/>
4040 <link rel="prev" title="Delayed Delete" href="delayed-delete.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
874874 <script type="text/javascript">
875875 var DOCUMENTATION_OPTIONS = {
876876 URL_ROOT:'../../../',
877 VERSION:'3.4.0',
877 VERSION:'3.4.1',
878878 COLLAPSE_INDEX:false,
879879 FILE_SUFFIX:'.html',
880880 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Duplicate Message Delivery Suppression &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Duplicate Message Delivery Suppression &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Shared Seen State" href="shared-seen-state.html"/>
4040 <link rel="prev" title="Message Annotations (METADATA)" href="message-annotations.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
844844 <script type="text/javascript">
845845 var DOCUMENTATION_OPTIONS = {
846846 URL_ROOT:'../../../',
847 VERSION:'3.4.0',
847 VERSION:'3.4.1',
848848 COLLAPSE_INDEX:false,
849849 FILE_SUFFIX:'.html',
850850 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Event Notifications &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Event Notifications &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="CalDAV Collections" href="caldav-collections.html"/>
4040 <link rel="prev" title="Server Side Filtering (Sieve)" href="server-side-filtering.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
18041804 <script type="text/javascript">
18051805 var DOCUMENTATION_OPTIONS = {
18061806 URL_ROOT:'../../../',
1807 VERSION:'3.4.0',
1807 VERSION:'3.4.1',
18081808 COLLAPSE_INDEX:false,
18091809 FILE_SUFFIX:'.html',
18101810 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mail Spool Partitions &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Mail Spool Partitions &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Mailbox Metadata Partitions" href="mailbox-metadata-partitions.html"/>
4040 <link rel="prev" title="CardDAV Support" href="carddav.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
899899 <script type="text/javascript">
900900 var DOCUMENTATION_OPTIONS = {
901901 URL_ROOT:'../../../',
902 VERSION:'3.4.0',
902 VERSION:'3.4.1',
903903 COLLAPSE_INDEX:false,
904904 FILE_SUFFIX:'.html',
905905 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Annotations (METADATA) &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Mailbox Annotations (METADATA) &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Mailbox Distribution" href="mailbox-distribution.html"/>
4040 <link rel="prev" title="Virtual Domains" href="virtual-domains.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
831831 <script type="text/javascript">
832832 var DOCUMENTATION_OPTIONS = {
833833 URL_ROOT:'../../../',
834 VERSION:'3.4.0',
834 VERSION:'3.4.1',
835835 COLLAPSE_INDEX:false,
836836 FILE_SUFFIX:'.html',
837837 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Distribution &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Mailbox Distribution &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Delayed Delete" href="delayed-delete.html"/>
4040 <link rel="prev" title="Mailbox Annotations (METADATA)" href="mailbox-annotations.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
12561256 <script type="text/javascript">
12571257 var DOCUMENTATION_OPTIONS = {
12581258 URL_ROOT:'../../../',
1259 VERSION:'3.4.0',
1259 VERSION:'3.4.1',
12601260 COLLAPSE_INDEX:false,
12611261 FILE_SUFFIX:'.html',
12621262 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Metadata Partitions &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Mailbox Metadata Partitions &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Archiving" href="archiving.html"/>
4040 <link rel="prev" title="Mail Spool Partitions" href="mail-spool-partitions.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
833833 <script type="text/javascript">
834834 var DOCUMENTATION_OPTIONS = {
835835 URL_ROOT:'../../../',
836 VERSION:'3.4.0',
836 VERSION:'3.4.1',
837837 COLLAPSE_INDEX:false,
838838 FILE_SUFFIX:'.html',
839839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Message Annotations (METADATA) &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Message Annotations (METADATA) &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Duplicate Message Delivery Suppression" href="duplicate-message-delivery-suppression.html"/>
4040 <link rel="prev" title="Delayed Expunge" href="delayed-expunge.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../../',
833 VERSION:'3.4.0',
833 VERSION:'3.4.1',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Namespaces &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Mailbox Namespaces &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Virtual Domains" href="virtual-domains.html"/>
4040 <link rel="prev" title="Automatic Creation of Mailboxes" href="automatic-creation-of-mailboxes.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
11341134 <script type="text/javascript">
11351135 var DOCUMENTATION_OPTIONS = {
11361136 URL_ROOT:'../../../',
1137 VERSION:'3.4.0',
1137 VERSION:'3.4.1',
11381138 COLLAPSE_INDEX:false,
11391139 FILE_SUFFIX:'.html',
11401140 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Quota &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Quota &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Single-Instance Store" href="single-instance-store.html"/>
4040 <link rel="prev" title="Archiving" href="archiving.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
833833 <script type="text/javascript">
834834 var DOCUMENTATION_OPTIONS = {
835835 URL_ROOT:'../../../',
836 VERSION:'3.4.0',
836 VERSION:'3.4.1',
837837 COLLAPSE_INDEX:false,
838838 FILE_SUFFIX:'.html',
839839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Sealed System Design &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Sealed System Design &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Automatic Creation of Mailboxes" href="automatic-creation-of-mailboxes.html"/>
4040 <link rel="prev" title="Access Control" href="access-control.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
844844 <script type="text/javascript">
845845 var DOCUMENTATION_OPTIONS = {
846846 URL_ROOT:'../../../',
847 VERSION:'3.4.0',
847 VERSION:'3.4.1',
848848 COLLAPSE_INDEX:false,
849849 FILE_SUFFIX:'.html',
850850 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Murder (Server Aggregation) &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP Murder (Server Aggregation) &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Concepts" href="../overview_and_concepts.html"/>
4040 <link rel="prev" title="Single-Instance Store" href="single-instance-store.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
11641164 <script type="text/javascript">
11651165 var DOCUMENTATION_OPTIONS = {
11661166 URL_ROOT:'../../../',
1167 VERSION:'3.4.0',
1167 VERSION:'3.4.1',
11681168 COLLAPSE_INDEX:false,
11691169 FILE_SUFFIX:'.html',
11701170 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Server Side Filtering (Sieve) &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Server Side Filtering (Sieve) &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Event Notifications" href="event-notifications.html"/>
4040 <link rel="prev" title="Shared Seen State" href="shared-seen-state.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
825825 <script type="text/javascript">
826826 var DOCUMENTATION_OPTIONS = {
827827 URL_ROOT:'../../../',
828 VERSION:'3.4.0',
828 VERSION:'3.4.1',
829829 COLLAPSE_INDEX:false,
830830 FILE_SUFFIX:'.html',
831831 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Shared Seen State &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Shared Seen State &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Server Side Filtering (Sieve)" href="server-side-filtering.html"/>
4040 <link rel="prev" title="Duplicate Message Delivery Suppression" href="duplicate-message-delivery-suppression.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../../../',
839 VERSION:'3.4.0',
839 VERSION:'3.4.1',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Single-Instance Store &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Single-Instance Store &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Cyrus IMAP Murder (Server Aggregation)" href="server-aggregation.html"/>
4040 <link rel="prev" title="Quota" href="quota.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
828828 <script type="text/javascript">
829829 var DOCUMENTATION_OPTIONS = {
830830 URL_ROOT:'../../../',
831 VERSION:'3.4.0',
831 VERSION:'3.4.1',
832832 COLLAPSE_INDEX:false,
833833 FILE_SUFFIX:'.html',
834834 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Virtual Domains &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Virtual Domains &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Features" href="../features.html"/>
3939 <link rel="next" title="Mailbox Annotations (METADATA)" href="mailbox-annotations.html"/>
4040 <link rel="prev" title="Mailbox Namespaces" href="namespaces.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../overview.html">Overview</a> &raquo;</li>
768768
10281028 <script type="text/javascript">
10291029 var DOCUMENTATION_OPTIONS = {
10301030 URL_ROOT:'../../../',
1031 VERSION:'3.4.0',
1031 VERSION:'3.4.1',
10321032 COLLAPSE_INDEX:false,
10331033 FILE_SUFFIX:'.html',
10341034 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Features &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Features &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Overview" href="../../overview.html"/>
3939 <link rel="next" title="Kerberos Authentication" href="features/authentication-kerberos.html"/>
4040 <link rel="prev" title="Overview" href="../../overview.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../overview.html">Overview</a> &raquo;</li>
768768
914914 <script type="text/javascript">
915915 var DOCUMENTATION_OPTIONS = {
916916 URL_ROOT:'../../',
917 VERSION:'3.4.0',
917 VERSION:'3.4.1',
918918 COLLAPSE_INDEX:false,
919919 FILE_SUFFIX:'.html',
920920 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Concepts &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Concepts &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Overview" href="../../overview.html"/>
3939 <link rel="next" title="Setup" href="../../setup.html"/>
4040 <link rel="prev" title="Cyrus IMAP Murder (Server Aggregation)" href="features/server-aggregation.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../overview.html">Overview</a> &raquo;</li>
768768
15261526 <script type="text/javascript">
15271527 var DOCUMENTATION_OPTIONS = {
15281528 URL_ROOT:'../../',
1529 VERSION:'3.4.0',
1529 VERSION:'3.4.1',
15301530 COLLAPSE_INDEX:false,
15311531 FILE_SUFFIX:'.html',
15321532 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>CyrusDB API &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>CyrusDB API &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer APIs" href="../API.html"/>
3939 <link rel="next" title="cyrusdb API" href="cyrusdb2.html"/>
4040 <link rel="prev" title="Developer APIs" href="../API.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
14161416 <script type="text/javascript">
14171417 var DOCUMENTATION_OPTIONS = {
14181418 URL_ROOT:'../../../',
1419 VERSION:'3.4.0',
1419 VERSION:'3.4.1',
14201420 COLLAPSE_INDEX:false,
14211421 FILE_SUFFIX:'.html',
14221422 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyrusdb API &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyrusdb API &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer APIs" href="../API.html"/>
3939 <link rel="next" title="Index API" href="index-api.html"/>
4040 <link rel="prev" title="CyrusDB API" href="cyrusdb.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
10911091 <script type="text/javascript">
10921092 var DOCUMENTATION_OPTIONS = {
10931093 URL_ROOT:'../../../',
1094 VERSION:'3.4.0',
1094 VERSION:'3.4.1',
10951095 COLLAPSE_INDEX:false,
10961096 FILE_SUFFIX:'.html',
10971097 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Index API &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Index API &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer APIs" href="../API.html"/>
3939 <link rel="next" title="Mailbox API" href="mailbox-api.html"/>
4040 <link rel="prev" title="cyrusdb API" href="cyrusdb2.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
891891 <script type="text/javascript">
892892 var DOCUMENTATION_OPTIONS = {
893893 URL_ROOT:'../../../',
894 VERSION:'3.4.0',
894 VERSION:'3.4.1',
895895 COLLAPSE_INDEX:false,
896896 FILE_SUFFIX:'.html',
897897 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox API &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Mailbox API &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer APIs" href="../API.html"/>
3939 <link rel="next" title="Developer Thoughts &amp; Notes" href="../thoughts.html"/>
4040 <link rel="prev" title="Index API" href="index-api.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
11211121 <script type="text/javascript">
11221122 var DOCUMENTATION_OPTIONS = {
11231123 URL_ROOT:'../../../',
1124 VERSION:'3.4.0',
1124 VERSION:'3.4.1',
11251125 COLLAPSE_INDEX:false,
11261126 FILE_SUFFIX:'.html',
11271127 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Developer APIs &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Developer APIs &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Developers" href="../../developers.html"/>
3939 <link rel="next" title="CyrusDB API" href="API/cyrusdb.html"/>
4040 <link rel="prev" title="Cyrus Works" href="cyrusworks.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
829829 <script type="text/javascript">
830830 var DOCUMENTATION_OPTIONS = {
831831 URL_ROOT:'../../',
832 VERSION:'3.4.0',
832 VERSION:'3.4.1',
833833 COLLAPSE_INDEX:false,
834834 FILE_SUFFIX:'.html',
835835 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Releasing new builds of ancient Cyrus IMAP versions &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Releasing new builds of ancient Cyrus IMAP versions &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
3939 <link rel="next" title="Cyrus Works" href="cyrusworks.html"/>
4040 <link rel="prev" title="Releasing Cyrus IMAP" href="releasing.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
953953 <script type="text/javascript">
954954 var DOCUMENTATION_OPTIONS = {
955955 URL_ROOT:'../../',
956 VERSION:'3.4.0',
956 VERSION:'3.4.1',
957957 COLLAPSE_INDEX:false,
958958 FILE_SUFFIX:'.html',
959959 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Compiling &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Compiling &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Setup" href="../../setup.html"/>
3939 <link rel="next" title="Installing Cyrus" href="../installing.html"/>
4040 <link rel="prev" title="Setup" href="../../setup.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../setup.html">Setup</a> &raquo;</li>
768768
13901390 <script type="text/javascript">
13911391 var DOCUMENTATION_OPTIONS = {
13921392 URL_ROOT:'../../',
1393 VERSION:'3.4.0',
1393 VERSION:'3.4.1',
13941394 COLLAPSE_INDEX:false,
13951395 FILE_SUFFIX:'.html',
13961396 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Works &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Works &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Developers" href="../../developers.html"/>
3939 <link rel="next" title="Developer APIs" href="API.html"/>
4040 <link rel="prev" title="Releasing new builds of ancient Cyrus IMAP versions" href="ancient-releasing.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
837837 <script type="text/javascript">
838838 var DOCUMENTATION_OPTIONS = {
839839 URL_ROOT:'../../',
840 VERSION:'3.4.0',
840 VERSION:'3.4.1',
841841 COLLAPSE_INDEX:false,
842842 FILE_SUFFIX:'.html',
843843 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Developer Test Environment &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Developer Test Environment &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
3939 <link rel="next" title="JMAP support" href="jmap.html"/>
4040 <link rel="prev" title="GitHub guide" href="github-guide.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
10061006 <script type="text/javascript">
10071007 var DOCUMENTATION_OPTIONS = {
10081008 URL_ROOT:'../../',
1009 VERSION:'3.4.0',
1009 VERSION:'3.4.1',
10101010 COLLAPSE_INDEX:false,
10111011 FILE_SUFFIX:'.html',
10121012 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Documentation &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Documentation &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Developers" href="../../developers.html"/>
3939 <link rel="next" title="IMAP Developer Guide" href="../developer.html"/>
4040 <link rel="prev" title="We need your help" href="../../contribute.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
893893 <h3>imap_current_stable_version<a class="headerlink" href="#imap-current-stable-version" title="Permalink to this headline">¶</a></h3>
894894 <p>This is a replacement tag and will output the current stable version number defined in conf.py.</p>
895895 <p>Usage: <code class="docutils literal"><span class="pre">|imap_current_stable_version|</span></code></p>
896 <p>Produces 3.4.0.</p>
896 <p>Produces 3.4.1.</p>
897897 </div>
898898 </div>
899899 <div class="section" id="conventions-man-pages">
10201020 <script type="text/javascript">
10211021 var DOCUMENTATION_OPTIONS = {
10221022 URL_ROOT:'../../',
1023 VERSION:'3.4.0',
1023 VERSION:'3.4.1',
10241024 COLLAPSE_INDEX:false,
10251025 FILE_SUFFIX:'.html',
10261026 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>GitHub guide &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>GitHub guide &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
3939 <link rel="next" title="Developer Test Environment" href="developer-testing.html"/>
4040 <link rel="prev" title="Overview of Cyrus development environment" href="overview.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
884884 <script type="text/javascript">
885885 var DOCUMENTATION_OPTIONS = {
886886 URL_ROOT:'../../',
887 VERSION:'3.4.0',
887 VERSION:'3.4.1',
888888 COLLAPSE_INDEX:false,
889889 FILE_SUFFIX:'.html',
890890 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Server: Hacking &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP Server: Hacking &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Guidance" href="../guidance.html"/>
3939 <link rel="next" title="Cyrus IMAP Server: Internationalization" href="internationalization.html"/>
4040 <link rel="prev" title="Developer Guidance" href="../guidance.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
11981198 <script type="text/javascript">
11991199 var DOCUMENTATION_OPTIONS = {
12001200 URL_ROOT:'../../../',
1201 VERSION:'3.4.0',
1201 VERSION:'3.4.1',
12021202 COLLAPSE_INDEX:false,
12031203 FILE_SUFFIX:'.html',
12041204 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Server: Internationalization &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP Server: Internationalization &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Guidance" href="../guidance.html"/>
3939 <link rel="next" title="Cyrus IMAP Server: Locking" href="locking.html"/>
4040 <link rel="prev" title="Cyrus IMAP Server: Hacking" href="hacking.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
11731173 <script type="text/javascript">
11741174 var DOCUMENTATION_OPTIONS = {
11751175 URL_ROOT:'../../../',
1176 VERSION:'3.4.0',
1176 VERSION:'3.4.1',
11771177 COLLAPSE_INDEX:false,
11781178 FILE_SUFFIX:'.html',
11791179 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Server: Locking &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP Server: Locking &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Guidance" href="../guidance.html"/>
3939 <link rel="next" title="Cyrus IMAP Server: Mailbox File Formats" href="mailbox-format.html"/>
4040 <link rel="prev" title="Cyrus IMAP Server: Internationalization" href="internationalization.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
903903 <script type="text/javascript">
904904 var DOCUMENTATION_OPTIONS = {
905905 URL_ROOT:'../../../',
906 VERSION:'3.4.0',
906 VERSION:'3.4.1',
907907 COLLAPSE_INDEX:false,
908908 FILE_SUFFIX:'.html',
909909 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Server: Mailbox File Formats &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP Server: Mailbox File Formats &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Guidance" href="../guidance.html"/>
3939 <link rel="next" title="Cyrus IMAP Server: Namelocks" href="namelocks.html"/>
4040 <link rel="prev" title="Cyrus IMAP Server: Locking" href="locking.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
12801280 <script type="text/javascript">
12811281 var DOCUMENTATION_OPTIONS = {
12821282 URL_ROOT:'../../../',
1283 VERSION:'3.4.0',
1283 VERSION:'3.4.1',
12841284 COLLAPSE_INDEX:false,
12851285 FILE_SUFFIX:'.html',
12861286 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Server: Namelocks &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP Server: Namelocks &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Guidance" href="../guidance.html"/>
3939 <link rel="next" title="Cyrus IMAP Server: prot layer" href="prot.html"/>
4040 <link rel="prev" title="Cyrus IMAP Server: Mailbox File Formats" href="mailbox-format.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
906906 <script type="text/javascript">
907907 var DOCUMENTATION_OPTIONS = {
908908 URL_ROOT:'../../../',
909 VERSION:'3.4.0',
909 VERSION:'3.4.1',
910910 COLLAPSE_INDEX:false,
911911 FILE_SUFFIX:'.html',
912912 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Server: prot layer &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP Server: prot layer &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Guidance" href="../guidance.html"/>
3939 <link rel="next" title="Cyrus IMAP Server: Replication Examples" href="replication_examples.html"/>
4040 <link rel="prev" title="Cyrus IMAP Server: Namelocks" href="namelocks.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
887887 <script type="text/javascript">
888888 var DOCUMENTATION_OPTIONS = {
889889 URL_ROOT:'../../../',
890 VERSION:'3.4.0',
890 VERSION:'3.4.1',
891891 COLLAPSE_INDEX:false,
892892 FILE_SUFFIX:'.html',
893893 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Server: Replication Examples &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP Server: Replication Examples &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Guidance" href="../guidance.html"/>
3939 <link rel="next" title="Cyrus IMAP Server: Replication Protocol v2.4+" href="replication_protocol.html"/>
4040 <link rel="prev" title="Cyrus IMAP Server: prot layer" href="prot.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
974974 <script type="text/javascript">
975975 var DOCUMENTATION_OPTIONS = {
976976 URL_ROOT:'../../../',
977 VERSION:'3.4.0',
977 VERSION:'3.4.1',
978978 COLLAPSE_INDEX:false,
979979 FILE_SUFFIX:'.html',
980980 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Server: Replication Protocol v2.4+ &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP Server: Replication Protocol v2.4+ &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Guidance" href="../guidance.html"/>
3939 <link rel="next" title="Cyrus IMAP Server: Special Characters" href="special_chars.html"/>
4040 <link rel="prev" title="Cyrus IMAP Server: Replication Examples" href="replication_examples.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
887887 <script type="text/javascript">
888888 var DOCUMENTATION_OPTIONS = {
889889 URL_ROOT:'../../../',
890 VERSION:'3.4.0',
890 VERSION:'3.4.1',
891891 COLLAPSE_INDEX:false,
892892 FILE_SUFFIX:'.html',
893893 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Server: Special Characters &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP Server: Special Characters &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Guidance" href="../guidance.html"/>
3939 <link rel="next" title="Cyrus IMAP Server: var directory structure" href="var_directory_structure.html"/>
4040 <link rel="prev" title="Cyrus IMAP Server: Replication Protocol v2.4+" href="replication_protocol.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
878878 <script type="text/javascript">
879879 var DOCUMENTATION_OPTIONS = {
880880 URL_ROOT:'../../../',
881 VERSION:'3.4.0',
881 VERSION:'3.4.1',
882882 COLLAPSE_INDEX:false,
883883 FILE_SUFFIX:'.html',
884884 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Server: var directory structure &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP Server: var directory structure &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Guidance" href="../guidance.html"/>
3939 <link rel="next" title="Unit Tests" href="../unit-tests.html"/>
4040 <link rel="prev" title="Cyrus IMAP Server: Special Characters" href="special_chars.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
887887 <script type="text/javascript">
888888 var DOCUMENTATION_OPTIONS = {
889889 URL_ROOT:'../../../',
890 VERSION:'3.4.0',
890 VERSION:'3.4.1',
891891 COLLAPSE_INDEX:false,
892892 FILE_SUFFIX:'.html',
893893 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Developer Guidance &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Developer Guidance &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Developers" href="../../developers.html"/>
3939 <link rel="next" title="Cyrus IMAP Server: Hacking" href="guidance/hacking.html"/>
4040 <link rel="prev" title="Cyrus IMAP Server: Prot Events" href="thoughts/prot-events.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
835835 <script type="text/javascript">
836836 var DOCUMENTATION_OPTIONS = {
837837 URL_ROOT:'../../',
838 VERSION:'3.4.0',
838 VERSION:'3.4.1',
839839 COLLAPSE_INDEX:false,
840840 FILE_SUFFIX:'.html',
841841 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Xapian for searching &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Xapian for searching &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
3939 <link rel="next" title="Namespaces: a developer view" href="namespaces.html"/>
4040 <link rel="prev" title="JMAP support" href="jmap.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
888888 <script type="text/javascript">
889889 var DOCUMENTATION_OPTIONS = {
890890 URL_ROOT:'../../',
891 VERSION:'3.4.0',
891 VERSION:'3.4.1',
892892 COLLAPSE_INDEX:false,
893893 FILE_SUFFIX:'.html',
894894 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>JMAP support &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>JMAP support &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
3939 <link rel="next" title="Xapian for searching" href="install-xapian.html"/>
4040 <link rel="prev" title="Developer Test Environment" href="developer-testing.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
956956 <script type="text/javascript">
957957 var DOCUMENTATION_OPTIONS = {
958958 URL_ROOT:'../../',
959 VERSION:'3.4.0',
959 VERSION:'3.4.1',
960960 COLLAPSE_INDEX:false,
961961 FILE_SUFFIX:'.html',
962962 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>imclient library &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>imclient library &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Libraries" href="../libraries.html"/>
3939 <link rel="next" title="Releasing Cyrus IMAP" href="../releasing.html"/>
4040 <link rel="prev" title="Developer Libraries" href="../libraries.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
10811081 <script type="text/javascript">
10821082 var DOCUMENTATION_OPTIONS = {
10831083 URL_ROOT:'../../../',
1084 VERSION:'3.4.0',
1084 VERSION:'3.4.1',
10851085 COLLAPSE_INDEX:false,
10861086 FILE_SUFFIX:'.html',
10871087 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Developer Libraries &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Developer Libraries &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
3939 <link rel="next" title="imclient library" href="libraries/imclient.html"/>
4040 <link rel="prev" title="Namespaces: a developer view" href="namespaces.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
831831 <script type="text/javascript">
832832 var DOCUMENTATION_OPTIONS = {
833833 URL_ROOT:'../../',
834 VERSION:'3.4.0',
834 VERSION:'3.4.1',
835835 COLLAPSE_INDEX:false,
836836 FILE_SUFFIX:'.html',
837837 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Namespaces: a developer view &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Namespaces: a developer view &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
3939 <link rel="next" title="Developer Libraries" href="libraries.html"/>
4040 <link rel="prev" title="Xapian for searching" href="install-xapian.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../../',
839 VERSION:'3.4.0',
839 VERSION:'3.4.1',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Overview of Cyrus development environment &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Overview of Cyrus development environment &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
3939 <link rel="next" title="GitHub guide" href="github-guide.html"/>
4040 <link rel="prev" title="Development Process" href="process.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
876876 <script type="text/javascript">
877877 var DOCUMENTATION_OPTIONS = {
878878 URL_ROOT:'../../',
879 VERSION:'3.4.0',
879 VERSION:'3.4.1',
880880 COLLAPSE_INDEX:false,
881881 FILE_SUFFIX:'.html',
882882 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Development Process &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Development Process &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
3939 <link rel="next" title="Overview of Cyrus development environment" href="overview.html"/>
4040 <link rel="prev" title="IMAP Developer Guide" href="../developer.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
878878 <script type="text/javascript">
879879 var DOCUMENTATION_OPTIONS = {
880880 URL_ROOT:'../../',
881 VERSION:'3.4.0',
881 VERSION:'3.4.1',
882882 COLLAPSE_INDEX:false,
883883 FILE_SUFFIX:'.html',
884884 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Releasing Cyrus IMAP &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Releasing Cyrus IMAP &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="IMAP Developer Guide" href="../developer.html"/>
3939 <link rel="next" title="Releasing new builds of ancient Cyrus IMAP versions" href="ancient-releasing.html"/>
4040 <link rel="prev" title="imclient library" href="libraries/imclient.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
10431043 <script type="text/javascript">
10441044 var DOCUMENTATION_OPTIONS = {
10451045 URL_ROOT:'../../',
1046 VERSION:'3.4.0',
1046 VERSION:'3.4.1',
10471047 COLLAPSE_INDEX:false,
10481048 FILE_SUFFIX:'.html',
10491049 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Notes for backup implementation &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Notes for backup implementation &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Thoughts &amp; Notes" href="../thoughts.html"/>
3939 <link rel="next" title="Cyrus IMAP Server: Sieve Bytecode" href="bytecode.html"/>
4040 <link rel="prev" title="Developer Thoughts &amp; Notes" href="../thoughts.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
18201820 <script type="text/javascript">
18211821 var DOCUMENTATION_OPTIONS = {
18221822 URL_ROOT:'../../../',
1823 VERSION:'3.4.0',
1823 VERSION:'3.4.1',
18241824 COLLAPSE_INDEX:false,
18251825 FILE_SUFFIX:'.html',
18261826 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Server: Sieve Bytecode &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP Server: Sieve Bytecode &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Thoughts &amp; Notes" href="../thoughts.html"/>
3939 <link rel="next" title="Cyrus CalDAV Scheduling Flowchart" href="caldav_scheduling_flowchart.html"/>
4040 <link rel="prev" title="Notes for backup implementation" href="backup.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
943943 <script type="text/javascript">
944944 var DOCUMENTATION_OPTIONS = {
945945 URL_ROOT:'../../../',
946 VERSION:'3.4.0',
946 VERSION:'3.4.1',
947947 COLLAPSE_INDEX:false,
948948 FILE_SUFFIX:'.html',
949949 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus CalDAV Scheduling Flowchart &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus CalDAV Scheduling Flowchart &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Thoughts &amp; Notes" href="../thoughts.html"/>
3939 <link rel="next" title="Enabling improved_mboxlist_sort" href="improved_mboxlist_sort.html"/>
4040 <link rel="prev" title="Cyrus IMAP Server: Sieve Bytecode" href="bytecode.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
11581158 <script type="text/javascript">
11591159 var DOCUMENTATION_OPTIONS = {
11601160 URL_ROOT:'../../../',
1161 VERSION:'3.4.0',
1161 VERSION:'3.4.1',
11621162 COLLAPSE_INDEX:false,
11631163 FILE_SUFFIX:'.html',
11641164 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Enabling improved_mboxlist_sort &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Enabling improved_mboxlist_sort &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Thoughts &amp; Notes" href="../thoughts.html"/>
3939 <link rel="next" title="Cyrus IMAP Server: Notes" href="notes.html"/>
4040 <link rel="prev" title="Cyrus CalDAV Scheduling Flowchart" href="caldav_scheduling_flowchart.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
844844 <script type="text/javascript">
845845 var DOCUMENTATION_OPTIONS = {
846846 URL_ROOT:'../../../',
847 VERSION:'3.4.0',
847 VERSION:'3.4.1',
848848 COLLAPSE_INDEX:false,
849849 FILE_SUFFIX:'.html',
850850 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Server: Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP Server: Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Thoughts &amp; Notes" href="../thoughts.html"/>
3939 <link rel="next" title="Cyrus IMAP Server: Prot Events" href="prot-events.html"/>
4040 <link rel="prev" title="Enabling improved_mboxlist_sort" href="improved_mboxlist_sort.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../../../',
839 VERSION:'3.4.0',
839 VERSION:'3.4.1',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP Server: Prot Events &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP Server: Prot Events &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Developer Thoughts &amp; Notes" href="../thoughts.html"/>
3939 <link rel="next" title="Developer Guidance" href="../guidance.html"/>
4040 <link rel="prev" title="Cyrus IMAP Server: Notes" href="notes.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../developers.html">Developers</a> &raquo;</li>
768768
868868 <script type="text/javascript">
869869 var DOCUMENTATION_OPTIONS = {
870870 URL_ROOT:'../../../',
871 VERSION:'3.4.0',
871 VERSION:'3.4.1',
872872 COLLAPSE_INDEX:false,
873873 FILE_SUFFIX:'.html',
874874 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Developer Thoughts &amp; Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Developer Thoughts &amp; Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Developers" href="../../developers.html"/>
3939 <link rel="next" title="Notes for backup implementation" href="thoughts/backup.html"/>
4040 <link rel="prev" title="Mailbox API" href="API/mailbox-api.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
831831 <script type="text/javascript">
832832 var DOCUMENTATION_OPTIONS = {
833833 URL_ROOT:'../../',
834 VERSION:'3.4.0',
834 VERSION:'3.4.1',
835835 COLLAPSE_INDEX:false,
836836 FILE_SUFFIX:'.html',
837837 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Unit Tests &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Unit Tests &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Developers" href="../../developers.html"/>
3939 <link rel="next" title="Support/Community" href="../../support.html"/>
4040 <link rel="prev" title="Cyrus IMAP Server: var directory structure" href="guidance/var_directory_structure.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../developers.html">Developers</a> &raquo;</li>
768768
13641364 <script type="text/javascript">
13651365 var DOCUMENTATION_OPTIONS = {
13661366 URL_ROOT:'../../',
1367 VERSION:'3.4.0',
1367 VERSION:'3.4.1',
13681368 COLLAPSE_INDEX:false,
13691369 FILE_SUFFIX:'.html',
13701370 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>IMAP Developer Guide &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>IMAP Developer Guide &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../genindex.html"/>
3636 <link rel="search" title="Search" href="../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../index.html"/>
3838 <link rel="up" title="Developers" href="../developers.html"/>
3939 <link rel="next" title="Development Process" href="developer/process.html"/>
4040 <link rel="prev" title="Documentation" href="developer/documentation.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../developers.html">Developers</a> &raquo;</li>
768768
882882 <script type="text/javascript">
883883 var DOCUMENTATION_OPTIONS = {
884884 URL_ROOT:'../',
885 VERSION:'3.4.0',
885 VERSION:'3.4.1',
886886 COLLAPSE_INDEX:false,
887887 FILE_SUFFIX:'.html',
888888 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Get Cyrus &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Get Cyrus &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Download" href="../../download.html"/>
3939 <link rel="next" title="CentOS" href="installation/distributions/centos.html"/>
4040 <link rel="prev" title="Download" href="../../download.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../download.html">Download</a> &raquo;</li>
768768
806806 <p>The Cyrus team produce packaged tarballs containing full source and
807807 pre-built documentation.</p>
808808 <p>Download a versioned tarball using <a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/releases">HTTPS</a>. Latest stable
809 version is 3.4.0.</p>
809 version is 3.4.1.</p>
810810 <p>Extract the tarball:</p>
811811 <pre class="literal-block">
812812 $ <strong class="command">tar xzvf cyrus-imapd-x.y.z.tar.gz</strong>
916916 <script type="text/javascript">
917917 var DOCUMENTATION_OPTIONS = {
918918 URL_ROOT:'../../',
919 VERSION:'3.4.0',
919 VERSION:'3.4.1',
920920 COLLAPSE_INDEX:false,
921921 FILE_SUFFIX:'.html',
922922 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>CentOS &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>CentOS &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Get Cyrus" href="../../getcyrus.html"/>
3939 <link rel="next" title="Debian" href="debian.html"/>
4040 <link rel="prev" title="Get Cyrus" href="../../getcyrus.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
893893 <script type="text/javascript">
894894 var DOCUMENTATION_OPTIONS = {
895895 URL_ROOT:'../../../../',
896 VERSION:'3.4.0',
896 VERSION:'3.4.1',
897897 COLLAPSE_INDEX:false,
898898 FILE_SUFFIX:'.html',
899899 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Debian &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Debian &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Get Cyrus" href="../../getcyrus.html"/>
3939 <link rel="next" title="Fedora" href="fedora.html"/>
4040 <link rel="prev" title="CentOS" href="centos.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
889889 <script type="text/javascript">
890890 var DOCUMENTATION_OPTIONS = {
891891 URL_ROOT:'../../../../',
892 VERSION:'3.4.0',
892 VERSION:'3.4.1',
893893 COLLAPSE_INDEX:false,
894894 FILE_SUFFIX:'.html',
895895 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Fedora &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Fedora &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Get Cyrus" href="../../getcyrus.html"/>
3939 <link rel="next" title="openSUSE" href="opensuse.html"/>
4040 <link rel="prev" title="Debian" href="debian.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
904904 <script type="text/javascript">
905905 var DOCUMENTATION_OPTIONS = {
906906 URL_ROOT:'../../../../',
907 VERSION:'3.4.0',
907 VERSION:'3.4.1',
908908 COLLAPSE_INDEX:false,
909909 FILE_SUFFIX:'.html',
910910 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>openSUSE &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>openSUSE &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Get Cyrus" href="../../getcyrus.html"/>
3939 <link rel="next" title="Red Hat Enterprise Linux" href="rhel.html"/>
4040 <link rel="prev" title="Fedora" href="fedora.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
835835 <script type="text/javascript">
836836 var DOCUMENTATION_OPTIONS = {
837837 URL_ROOT:'../../../../',
838 VERSION:'3.4.0',
838 VERSION:'3.4.1',
839839 COLLAPSE_INDEX:false,
840840 FILE_SUFFIX:'.html',
841841 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Red Hat Enterprise Linux &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Red Hat Enterprise Linux &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Get Cyrus" href="../../getcyrus.html"/>
3939 <link rel="next" title="Ubuntu" href="ubuntu.html"/>
4040 <link rel="prev" title="openSUSE" href="opensuse.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
899899 <script type="text/javascript">
900900 var DOCUMENTATION_OPTIONS = {
901901 URL_ROOT:'../../../../',
902 VERSION:'3.4.0',
902 VERSION:'3.4.1',
903903 COLLAPSE_INDEX:false,
904904 FILE_SUFFIX:'.html',
905905 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Ubuntu &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Ubuntu &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Get Cyrus" href="../../getcyrus.html"/>
3939 <link rel="next" title="Release Notes" href="../../release-notes/index.html"/>
4040 <link rel="prev" title="Red Hat Enterprise Linux" href="rhel.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
10151015 <script type="text/javascript">
10161016 var DOCUMENTATION_OPTIONS = {
10171017 URL_ROOT:'../../../../',
1018 VERSION:'3.4.0',
1018 VERSION:'3.4.1',
10191019 COLLAPSE_INDEX:false,
10201020 FILE_SUFFIX:'.html',
10211021 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>CalDAV &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>CalDAV &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="HTTP modules" href="../manage-dav.html"/>
3939 <link rel="next" title="CardDAV" href="carddav.html"/>
4040 <link rel="prev" title="HTTP modules" href="../manage-dav.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../setup.html">Setup</a> &raquo;</li>
768768
12861286 <script type="text/javascript">
12871287 var DOCUMENTATION_OPTIONS = {
12881288 URL_ROOT:'../../../../',
1289 VERSION:'3.4.0',
1289 VERSION:'3.4.1',
12901290 COLLAPSE_INDEX:false,
12911291 FILE_SUFFIX:'.html',
12921292 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>CardDAV &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>CardDAV &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="HTTP modules" href="../manage-dav.html"/>
3939 <link rel="next" title="WebDAV" href="webdav.html"/>
4040 <link rel="prev" title="CalDAV" href="caldav.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../setup.html">Setup</a> &raquo;</li>
768768
895895 <script type="text/javascript">
896896 var DOCUMENTATION_OPTIONS = {
897897 URL_ROOT:'../../../../',
898 VERSION:'3.4.0',
898 VERSION:'3.4.1',
899899 COLLAPSE_INDEX:false,
900900 FILE_SUFFIX:'.html',
901901 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>JMAP &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>JMAP &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="HTTP modules" href="../manage-dav.html"/>
3939 <link rel="next" title="RSS Feeds" href="rss.html"/>
4040 <link rel="prev" title="WebDAV" href="webdav.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../setup.html">Setup</a> &raquo;</li>
768768
932932 <script type="text/javascript">
933933 var DOCUMENTATION_OPTIONS = {
934934 URL_ROOT:'../../../../',
935 VERSION:'3.4.0',
935 VERSION:'3.4.1',
936936 COLLAPSE_INDEX:false,
937937 FILE_SUFFIX:'.html',
938938 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>RSS Feeds &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>RSS Feeds &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="HTTP modules" href="../manage-dav.html"/>
3939 <link rel="next" title="Virus Scanner" href="../virus.html"/>
4040 <link rel="prev" title="JMAP" href="jmap.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../setup.html">Setup</a> &raquo;</li>
768768
901901 <script type="text/javascript">
902902 var DOCUMENTATION_OPTIONS = {
903903 URL_ROOT:'../../../../',
904 VERSION:'3.4.0',
904 VERSION:'3.4.1',
905905 COLLAPSE_INDEX:false,
906906 FILE_SUFFIX:'.html',
907907 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>WebDAV &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>WebDAV &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="HTTP modules" href="../manage-dav.html"/>
3939 <link rel="next" title="JMAP" href="jmap.html"/>
4040 <link rel="prev" title="CardDAV" href="carddav.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../setup.html">Setup</a> &raquo;</li>
768768
876876 <script type="text/javascript">
877877 var DOCUMENTATION_OPTIONS = {
878878 URL_ROOT:'../../../../',
879 VERSION:'3.4.0',
879 VERSION:'3.4.1',
880880 COLLAPSE_INDEX:false,
881881 FILE_SUFFIX:'.html',
882882 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>HTTP modules &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>HTTP modules &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Installing Cyrus" href="../../installing.html"/>
3939 <link rel="next" title="CalDAV" href="http/caldav.html"/>
4040 <link rel="prev" title="Installing Cyrus" href="../../installing.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
768768
10421042 <script type="text/javascript">
10431043 var DOCUMENTATION_OPTIONS = {
10441044 URL_ROOT:'../../../',
1045 VERSION:'3.4.0',
1045 VERSION:'3.4.1',
10461046 COLLAPSE_INDEX:false,
10471047 FILE_SUFFIX:'.html',
10481048 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Configuring the MTA &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Configuring the MTA &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838
3939
4040
759759
760760 <div role="navigation" aria-label="breadcrumbs navigation">
761761 <ul class="wy-breadcrumbs">
762 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
762 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
763763
764764 <li>Configuring the MTA</li>
765765 <li class="wy-breadcrumbs-aside">
811811 <script type="text/javascript">
812812 var DOCUMENTATION_OPTIONS = {
813813 URL_ROOT:'../../../../',
814 VERSION:'3.4.0',
814 VERSION:'3.4.1',
815815 COLLAPSE_INDEX:false,
816816 FILE_SUFFIX:'.html',
817817 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Virus Scanner &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Virus Scanner &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Installing Cyrus" href="../../installing.html"/>
3939 <link rel="next" title="Upgrading to 3.4" href="../upgrade.html"/>
4040 <link rel="prev" title="RSS Feeds" href="http/rss.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../setup.html">Setup</a> &raquo;</li>
768768
852852 <script type="text/javascript">
853853 var DOCUMENTATION_OPTIONS = {
854854 URL_ROOT:'../../../',
855 VERSION:'3.4.0',
855 VERSION:'3.4.1',
856856 COLLAPSE_INDEX:false,
857857 FILE_SUFFIX:'.html',
858858 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Notes for Packagers &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Notes for Packagers &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Download" href="../../download.html"/>
3939 <link rel="next" title="Quickstart Guide" href="../../quickstart.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta11 Release Notes" href="release-notes/2.4-dav/x/2.4.17-caldav-beta11.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../download.html">Download</a> &raquo;</li>
768768
964964 <script type="text/javascript">
965965 var DOCUMENTATION_OPTIONS = {
966966 URL_ROOT:'../../',
967 VERSION:'3.4.0',
967 VERSION:'3.4.1',
968968 COLLAPSE_INDEX:false,
969969 FILE_SUFFIX:'.html',
970970 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 1.x Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 1.x Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Release Notes" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.0.x Release Notes" href="../2.0/2.0.x.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.1.9 Tag Notes" href="../3.1/x/3.1.9.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
11491149 <script type="text/javascript">
11501150 var DOCUMENTATION_OPTIONS = {
11511151 URL_ROOT:'../../../../',
1152 VERSION:'3.4.0',
1152 VERSION:'3.4.1',
11531153 COLLAPSE_INDEX:false,
11541154 FILE_SUFFIX:'.html',
11551155 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.0.x Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.0.x Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Release Notes" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.1.x Release Notes" href="../2.1/2.1.x.html"/>
4040 <link rel="prev" title="Cyrus IMAP 1.x Release Notes" href="../1/1.x.x.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
10131013 <script type="text/javascript">
10141014 var DOCUMENTATION_OPTIONS = {
10151015 URL_ROOT:'../../../../',
1016 VERSION:'3.4.0',
1016 VERSION:'3.4.1',
10171017 COLLAPSE_INDEX:false,
10181018 FILE_SUFFIX:'.html',
10191019 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.1.x Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.1.x Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Release Notes" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.2.x Release Notes" href="../2.2/2.2.x.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.0.x Release Notes" href="../2.0/2.0.x.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
989989 <script type="text/javascript">
990990 var DOCUMENTATION_OPTIONS = {
991991 URL_ROOT:'../../../../',
992 VERSION:'3.4.0',
992 VERSION:'3.4.1',
993993 COLLAPSE_INDEX:false,
994994 FILE_SUFFIX:'.html',
995995 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.2.x Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.2.x Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Release Notes" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3 Releases" href="../2.3/index.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.1.x Release Notes" href="../2.1/2.1.x.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
980980 <script type="text/javascript">
981981 var DOCUMENTATION_OPTIONS = {
982982 URL_ROOT:'../../../../',
983 VERSION:'3.4.0',
983 VERSION:'3.4.1',
984984 COLLAPSE_INDEX:false,
985985 FILE_SUFFIX:'.html',
986986 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3 Releases &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3 Releases &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Release Notes" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.0 Release Notes" href="x/2.3.0.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.2.x Release Notes" href="../2.2/2.2.x.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
848848 <script type="text/javascript">
849849 var DOCUMENTATION_OPTIONS = {
850850 URL_ROOT:'../../../../',
851 VERSION:'3.4.0',
851 VERSION:'3.4.1',
852852 COLLAPSE_INDEX:false,
853853 FILE_SUFFIX:'.html',
854854 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.0 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.0 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.1 Release Notes" href="2.3.1.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
846846 <script type="text/javascript">
847847 var DOCUMENTATION_OPTIONS = {
848848 URL_ROOT:'../../../../../',
849 VERSION:'3.4.0',
849 VERSION:'3.4.1',
850850 COLLAPSE_INDEX:false,
851851 FILE_SUFFIX:'.html',
852852 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.1 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.1 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.2 Release Notes" href="2.3.2.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.0 Release Notes" href="2.3.0.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
832832 <script type="text/javascript">
833833 var DOCUMENTATION_OPTIONS = {
834834 URL_ROOT:'../../../../../',
835 VERSION:'3.4.0',
835 VERSION:'3.4.1',
836836 COLLAPSE_INDEX:false,
837837 FILE_SUFFIX:'.html',
838838 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.10 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.10 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.11 Release Notes" href="2.3.11.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.9 Release Notes" href="2.3.9.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
842842 <script type="text/javascript">
843843 var DOCUMENTATION_OPTIONS = {
844844 URL_ROOT:'../../../../../',
845 VERSION:'3.4.0',
845 VERSION:'3.4.1',
846846 COLLAPSE_INDEX:false,
847847 FILE_SUFFIX:'.html',
848848 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.11 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.11 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.12 Release Notes" href="2.3.12.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.10 Release Notes" href="2.3.10.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
841841 <script type="text/javascript">
842842 var DOCUMENTATION_OPTIONS = {
843843 URL_ROOT:'../../../../../',
844 VERSION:'3.4.0',
844 VERSION:'3.4.1',
845845 COLLAPSE_INDEX:false,
846846 FILE_SUFFIX:'.html',
847847 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.12 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.12 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.13 Release Notes" href="2.3.13.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.11 Release Notes" href="2.3.11.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
841841 <script type="text/javascript">
842842 var DOCUMENTATION_OPTIONS = {
843843 URL_ROOT:'../../../../../',
844 VERSION:'3.4.0',
844 VERSION:'3.4.1',
845845 COLLAPSE_INDEX:false,
846846 FILE_SUFFIX:'.html',
847847 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.13 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.13 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.14 Release Notes" href="2.3.14.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.12 Release Notes" href="2.3.12.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
841841 <script type="text/javascript">
842842 var DOCUMENTATION_OPTIONS = {
843843 URL_ROOT:'../../../../../',
844 VERSION:'3.4.0',
844 VERSION:'3.4.1',
845845 COLLAPSE_INDEX:false,
846846 FILE_SUFFIX:'.html',
847847 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.14 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.14 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.15 Release Notes" href="2.3.15.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.13 Release Notes" href="2.3.13.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
844844 <script type="text/javascript">
845845 var DOCUMENTATION_OPTIONS = {
846846 URL_ROOT:'../../../../../',
847 VERSION:'3.4.0',
847 VERSION:'3.4.1',
848848 COLLAPSE_INDEX:false,
849849 FILE_SUFFIX:'.html',
850850 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.15 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.15 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.16 Release Notes" href="2.3.16.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.14 Release Notes" href="2.3.14.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
844844 <script type="text/javascript">
845845 var DOCUMENTATION_OPTIONS = {
846846 URL_ROOT:'../../../../../',
847 VERSION:'3.4.0',
847 VERSION:'3.4.1',
848848 COLLAPSE_INDEX:false,
849849 FILE_SUFFIX:'.html',
850850 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.16 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.16 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.17 Release Notes" href="2.3.17.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.15 Release Notes" href="2.3.15.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
841841 <script type="text/javascript">
842842 var DOCUMENTATION_OPTIONS = {
843843 URL_ROOT:'../../../../../',
844 VERSION:'3.4.0',
844 VERSION:'3.4.1',
845845 COLLAPSE_INDEX:false,
846846 FILE_SUFFIX:'.html',
847847 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.17 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.17 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.18 Release Notes" href="2.3.18.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.16 Release Notes" href="2.3.16.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../../../../',
833 VERSION:'3.4.0',
833 VERSION:'3.4.1',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.18 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.18 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.19 Release Notes" href="2.3.19.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.17 Release Notes" href="2.3.17.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
829829 <script type="text/javascript">
830830 var DOCUMENTATION_OPTIONS = {
831831 URL_ROOT:'../../../../../',
832 VERSION:'3.4.0',
832 VERSION:'3.4.1',
833833 COLLAPSE_INDEX:false,
834834 FILE_SUFFIX:'.html',
835835 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.19 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.19 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.20 Release Notes" href="2.3.20.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.18 Release Notes" href="2.3.18.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
834834 <script type="text/javascript">
835835 var DOCUMENTATION_OPTIONS = {
836836 URL_ROOT:'../../../../../',
837 VERSION:'3.4.0',
837 VERSION:'3.4.1',
838838 COLLAPSE_INDEX:false,
839839 FILE_SUFFIX:'.html',
840840 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.2 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.2 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.3 Release Notes" href="2.3.3.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.1 Release Notes" href="2.3.1.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
839839 <script type="text/javascript">
840840 var DOCUMENTATION_OPTIONS = {
841841 URL_ROOT:'../../../../../',
842 VERSION:'3.4.0',
842 VERSION:'3.4.1',
843843 COLLAPSE_INDEX:false,
844844 FILE_SUFFIX:'.html',
845845 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.20 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.20 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4 Releases" href="../../2.4/index.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.19 Release Notes" href="2.3.19.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
831831 <script type="text/javascript">
832832 var DOCUMENTATION_OPTIONS = {
833833 URL_ROOT:'../../../../../',
834 VERSION:'3.4.0',
834 VERSION:'3.4.1',
835835 COLLAPSE_INDEX:false,
836836 FILE_SUFFIX:'.html',
837837 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.3 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.3 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.4 Release Notes" href="2.3.4.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.2 Release Notes" href="2.3.2.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../../../../',
833 VERSION:'3.4.0',
833 VERSION:'3.4.1',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.4 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.4 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.5 Release Notes" href="2.3.5.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.3 Release Notes" href="2.3.3.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
837837 <script type="text/javascript">
838838 var DOCUMENTATION_OPTIONS = {
839839 URL_ROOT:'../../../../../',
840 VERSION:'3.4.0',
840 VERSION:'3.4.1',
841841 COLLAPSE_INDEX:false,
842842 FILE_SUFFIX:'.html',
843843 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.5 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.5 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.6 Release Notes" href="2.3.6.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.4 Release Notes" href="2.3.4.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../../../../',
833 VERSION:'3.4.0',
833 VERSION:'3.4.1',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.6 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.6 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.7 Release Notes" href="2.3.7.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.5 Release Notes" href="2.3.5.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
831831 <script type="text/javascript">
832832 var DOCUMENTATION_OPTIONS = {
833833 URL_ROOT:'../../../../../',
834 VERSION:'3.4.0',
834 VERSION:'3.4.1',
835835 COLLAPSE_INDEX:false,
836836 FILE_SUFFIX:'.html',
837837 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.7 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.7 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.8 Release Notes" href="2.3.8.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.6 Release Notes" href="2.3.6.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
835835 <script type="text/javascript">
836836 var DOCUMENTATION_OPTIONS = {
837837 URL_ROOT:'../../../../../',
838 VERSION:'3.4.0',
838 VERSION:'3.4.1',
839839 COLLAPSE_INDEX:false,
840840 FILE_SUFFIX:'.html',
841841 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.8 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.8 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.9 Release Notes" href="2.3.9.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.7 Release Notes" href="2.3.7.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
840840 <script type="text/javascript">
841841 var DOCUMENTATION_OPTIONS = {
842842 URL_ROOT:'../../../../../',
843 VERSION:'3.4.0',
843 VERSION:'3.4.1',
844844 COLLAPSE_INDEX:false,
845845 FILE_SUFFIX:'.html',
846846 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.3.9 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.3.9 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.3 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.3.10 Release Notes" href="2.3.10.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.8 Release Notes" href="2.3.8.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
848848 <script type="text/javascript">
849849 var DOCUMENTATION_OPTIONS = {
850850 URL_ROOT:'../../../../../',
851 VERSION:'3.4.0',
851 VERSION:'3.4.1',
852852 COLLAPSE_INDEX:false,
853853 FILE_SUFFIX:'.html',
854854 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4 Releases &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4 Releases &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Release Notes" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.0 Release Notes" href="x/2.4.0.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.3.20 Release Notes" href="../2.3/x/2.3.20.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
850850 <script type="text/javascript">
851851 var DOCUMENTATION_OPTIONS = {
852852 URL_ROOT:'../../../../',
853 VERSION:'3.4.0',
853 VERSION:'3.4.1',
854854 COLLAPSE_INDEX:false,
855855 FILE_SUFFIX:'.html',
856856 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.0 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.0 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.1 Release Notes" href="2.4.1.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
844844 <script type="text/javascript">
845845 var DOCUMENTATION_OPTIONS = {
846846 URL_ROOT:'../../../../../',
847 VERSION:'3.4.0',
847 VERSION:'3.4.1',
848848 COLLAPSE_INDEX:false,
849849 FILE_SUFFIX:'.html',
850850 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.1 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.1 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.2 Release Notes" href="2.4.2.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.0 Release Notes" href="2.4.0.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../../../../../',
839 VERSION:'3.4.0',
839 VERSION:'3.4.1',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.10 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.10 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.11 Release Notes" href="2.4.11.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.9 Release Notes" href="2.4.9.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
839839 <script type="text/javascript">
840840 var DOCUMENTATION_OPTIONS = {
841841 URL_ROOT:'../../../../../',
842 VERSION:'3.4.0',
842 VERSION:'3.4.1',
843843 COLLAPSE_INDEX:false,
844844 FILE_SUFFIX:'.html',
845845 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.11 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.11 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.12 Release Notes" href="2.4.12.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.10 Release Notes" href="2.4.10.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
848848 <script type="text/javascript">
849849 var DOCUMENTATION_OPTIONS = {
850850 URL_ROOT:'../../../../../',
851 VERSION:'3.4.0',
851 VERSION:'3.4.1',
852852 COLLAPSE_INDEX:false,
853853 FILE_SUFFIX:'.html',
854854 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.12 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.12 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.13 Release Notes" href="2.4.13.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.11 Release Notes" href="2.4.11.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
846846 <script type="text/javascript">
847847 var DOCUMENTATION_OPTIONS = {
848848 URL_ROOT:'../../../../../',
849 VERSION:'3.4.0',
849 VERSION:'3.4.1',
850850 COLLAPSE_INDEX:false,
851851 FILE_SUFFIX:'.html',
852852 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.13 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.13 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.14 Release Notes" href="2.4.14.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.12 Release Notes" href="2.4.12.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
849849 <script type="text/javascript">
850850 var DOCUMENTATION_OPTIONS = {
851851 URL_ROOT:'../../../../../',
852 VERSION:'3.4.0',
852 VERSION:'3.4.1',
853853 COLLAPSE_INDEX:false,
854854 FILE_SUFFIX:'.html',
855855 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.14 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.14 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.15 Release Notes" href="2.4.15.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.13 Release Notes" href="2.4.13.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
848848 <script type="text/javascript">
849849 var DOCUMENTATION_OPTIONS = {
850850 URL_ROOT:'../../../../../',
851 VERSION:'3.4.0',
851 VERSION:'3.4.1',
852852 COLLAPSE_INDEX:false,
853853 FILE_SUFFIX:'.html',
854854 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.15 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.15 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.16 Release Notes" href="2.4.16.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.14 Release Notes" href="2.4.14.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
837837 <script type="text/javascript">
838838 var DOCUMENTATION_OPTIONS = {
839839 URL_ROOT:'../../../../../',
840 VERSION:'3.4.0',
840 VERSION:'3.4.1',
841841 COLLAPSE_INDEX:false,
842842 FILE_SUFFIX:'.html',
843843 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.16 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.16 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.17 Release Notes" href="2.4.17.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.15 Release Notes" href="2.4.15.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../../../../',
833 VERSION:'3.4.0',
833 VERSION:'3.4.1',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.17 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.18 Release Notes" href="2.4.18.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.16 Release Notes" href="2.4.16.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
845845 <script type="text/javascript">
846846 var DOCUMENTATION_OPTIONS = {
847847 URL_ROOT:'../../../../../',
848 VERSION:'3.4.0',
848 VERSION:'3.4.1',
849849 COLLAPSE_INDEX:false,
850850 FILE_SUFFIX:'.html',
851851 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.18 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.18 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.19 Release Notes" href="2.4.19.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.17 Release Notes" href="2.4.17.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
859859 <script type="text/javascript">
860860 var DOCUMENTATION_OPTIONS = {
861861 URL_ROOT:'../../../../../',
862 VERSION:'3.4.0',
862 VERSION:'3.4.1',
863863 COLLAPSE_INDEX:false,
864864 FILE_SUFFIX:'.html',
865865 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.19 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.19 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.20 Release Notes" href="2.4.20.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.18 Release Notes" href="2.4.18.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
854854 <script type="text/javascript">
855855 var DOCUMENTATION_OPTIONS = {
856856 URL_ROOT:'../../../../../',
857 VERSION:'3.4.0',
857 VERSION:'3.4.1',
858858 COLLAPSE_INDEX:false,
859859 FILE_SUFFIX:'.html',
860860 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.2 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.2 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.3 Release Notes" href="2.4.3.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.1 Release Notes" href="2.4.1.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../../../../',
833 VERSION:'3.4.0',
833 VERSION:'3.4.1',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.20 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.20 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.21 Release Notes" href="2.4.21.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.19 Release Notes" href="2.4.19.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
831831 <script type="text/javascript">
832832 var DOCUMENTATION_OPTIONS = {
833833 URL_ROOT:'../../../../../',
834 VERSION:'3.4.0',
834 VERSION:'3.4.1',
835835 COLLAPSE_INDEX:false,
836836 FILE_SUFFIX:'.html',
837837 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.21 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.21 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.22 Release Notes" href="2.4.22.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.20 Release Notes" href="2.4.20.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
838838 <script type="text/javascript">
839839 var DOCUMENTATION_OPTIONS = {
840840 URL_ROOT:'../../../../../',
841 VERSION:'3.4.0',
841 VERSION:'3.4.1',
842842 COLLAPSE_INDEX:false,
843843 FILE_SUFFIX:'.html',
844844 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.22 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.22 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4-caldav Releases" href="../../2.4-dav/index.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.21 Release Notes" href="2.4.21.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
831831 <script type="text/javascript">
832832 var DOCUMENTATION_OPTIONS = {
833833 URL_ROOT:'../../../../../',
834 VERSION:'3.4.0',
834 VERSION:'3.4.1',
835835 COLLAPSE_INDEX:false,
836836 FILE_SUFFIX:'.html',
837837 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.3 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.3 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.4 Release Notes" href="2.4.4.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.2 Release Notes" href="2.4.2.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
841841 <script type="text/javascript">
842842 var DOCUMENTATION_OPTIONS = {
843843 URL_ROOT:'../../../../../',
844 VERSION:'3.4.0',
844 VERSION:'3.4.1',
845845 COLLAPSE_INDEX:false,
846846 FILE_SUFFIX:'.html',
847847 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.4 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.4 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.5 Release Notes" href="2.4.5.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.3 Release Notes" href="2.4.3.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../../../../../',
839 VERSION:'3.4.0',
839 VERSION:'3.4.1',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.5 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.5 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.6 Release Notes" href="2.4.6.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.4 Release Notes" href="2.4.4.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
843843 <script type="text/javascript">
844844 var DOCUMENTATION_OPTIONS = {
845845 URL_ROOT:'../../../../../',
846 VERSION:'3.4.0',
846 VERSION:'3.4.1',
847847 COLLAPSE_INDEX:false,
848848 FILE_SUFFIX:'.html',
849849 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.6 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.6 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.7 Release Notes" href="2.4.7.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.5 Release Notes" href="2.4.5.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
838838 <script type="text/javascript">
839839 var DOCUMENTATION_OPTIONS = {
840840 URL_ROOT:'../../../../../',
841 VERSION:'3.4.0',
841 VERSION:'3.4.1',
842842 COLLAPSE_INDEX:false,
843843 FILE_SUFFIX:'.html',
844844 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.7 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.7 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.8 Release Notes" href="2.4.8.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.6 Release Notes" href="2.4.6.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
858858 <script type="text/javascript">
859859 var DOCUMENTATION_OPTIONS = {
860860 URL_ROOT:'../../../../../',
861 VERSION:'3.4.0',
861 VERSION:'3.4.1',
862862 COLLAPSE_INDEX:false,
863863 FILE_SUFFIX:'.html',
864864 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.8 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.8 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.9 Release Notes" href="2.4.9.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.7 Release Notes" href="2.4.7.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
841841 <script type="text/javascript">
842842 var DOCUMENTATION_OPTIONS = {
843843 URL_ROOT:'../../../../../',
844 VERSION:'3.4.0',
844 VERSION:'3.4.1',
845845 COLLAPSE_INDEX:false,
846846 FILE_SUFFIX:'.html',
847847 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.9 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.9 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.10 Release Notes" href="2.4.10.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.8 Release Notes" href="2.4.8.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
851851 <script type="text/javascript">
852852 var DOCUMENTATION_OPTIONS = {
853853 URL_ROOT:'../../../../../',
854 VERSION:'3.4.0',
854 VERSION:'3.4.1',
855855 COLLAPSE_INDEX:false,
856856 FILE_SUFFIX:'.html',
857857 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4-caldav Releases &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4-caldav Releases &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Release Notes" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta1 Release Notes" href="x/2.4.17-caldav-beta1.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.22 Release Notes" href="../2.4/x/2.4.22.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
838838 <script type="text/javascript">
839839 var DOCUMENTATION_OPTIONS = {
840840 URL_ROOT:'../../../../',
841 VERSION:'3.4.0',
841 VERSION:'3.4.1',
842842 COLLAPSE_INDEX:false,
843843 FILE_SUFFIX:'.html',
844844 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta1 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta1 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta2 Release Notes" href="2.4.17-caldav-beta2.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../../../../',
833 VERSION:'3.4.0',
833 VERSION:'3.4.1',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta10 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta10 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta11 Release Notes" href="2.4.17-caldav-beta11.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta9 Release Notes" href="2.4.17-caldav-beta9.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
835835 <script type="text/javascript">
836836 var DOCUMENTATION_OPTIONS = {
837837 URL_ROOT:'../../../../../',
838 VERSION:'3.4.0',
838 VERSION:'3.4.1',
839839 COLLAPSE_INDEX:false,
840840 FILE_SUFFIX:'.html',
841841 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta11 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta11 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
3939 <link rel="next" title="Notes for Packagers" href="../../../packagers.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta10 Release Notes" href="2.4.17-caldav-beta10.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
834834 <script type="text/javascript">
835835 var DOCUMENTATION_OPTIONS = {
836836 URL_ROOT:'../../../../../',
837 VERSION:'3.4.0',
837 VERSION:'3.4.1',
838838 COLLAPSE_INDEX:false,
839839 FILE_SUFFIX:'.html',
840840 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta2 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta2 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta3 Release Notes" href="2.4.17-caldav-beta3.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta1 Release Notes" href="2.4.17-caldav-beta1.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
833833 <script type="text/javascript">
834834 var DOCUMENTATION_OPTIONS = {
835835 URL_ROOT:'../../../../../',
836 VERSION:'3.4.0',
836 VERSION:'3.4.1',
837837 COLLAPSE_INDEX:false,
838838 FILE_SUFFIX:'.html',
839839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta3 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta3 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta4 Release Notes" href="2.4.17-caldav-beta4.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta2 Release Notes" href="2.4.17-caldav-beta2.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
831831 <script type="text/javascript">
832832 var DOCUMENTATION_OPTIONS = {
833833 URL_ROOT:'../../../../../',
834 VERSION:'3.4.0',
834 VERSION:'3.4.1',
835835 COLLAPSE_INDEX:false,
836836 FILE_SUFFIX:'.html',
837837 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta4 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta4 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta5 Release Notes" href="2.4.17-caldav-beta5.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta3 Release Notes" href="2.4.17-caldav-beta3.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
834834 <script type="text/javascript">
835835 var DOCUMENTATION_OPTIONS = {
836836 URL_ROOT:'../../../../../',
837 VERSION:'3.4.0',
837 VERSION:'3.4.1',
838838 COLLAPSE_INDEX:false,
839839 FILE_SUFFIX:'.html',
840840 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta5 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta5 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta6 Release Notes" href="2.4.17-caldav-beta6.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta4 Release Notes" href="2.4.17-caldav-beta4.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../../../../../',
839 VERSION:'3.4.0',
839 VERSION:'3.4.1',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta6 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta6 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta7 Release Notes" href="2.4.17-caldav-beta7.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta5 Release Notes" href="2.4.17-caldav-beta5.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
839839 <script type="text/javascript">
840840 var DOCUMENTATION_OPTIONS = {
841841 URL_ROOT:'../../../../../',
842 VERSION:'3.4.0',
842 VERSION:'3.4.1',
843843 COLLAPSE_INDEX:false,
844844 FILE_SUFFIX:'.html',
845845 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta7 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta7 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta8 Release Notes" href="2.4.17-caldav-beta8.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta6 Release Notes" href="2.4.17-caldav-beta6.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../../../../../',
839 VERSION:'3.4.0',
839 VERSION:'3.4.1',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta8 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta8 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta9 Release Notes" href="2.4.17-caldav-beta9.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta7 Release Notes" href="2.4.17-caldav-beta7.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
838838 <script type="text/javascript">
839839 var DOCUMENTATION_OPTIONS = {
840840 URL_ROOT:'../../../../../',
841 VERSION:'3.4.0',
841 VERSION:'3.4.1',
842842 COLLAPSE_INDEX:false,
843843 FILE_SUFFIX:'.html',
844844 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.4.17-caldav-beta9 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.4.17-caldav-beta9 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.4-caldav Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.4.17-caldav-beta10 Release Notes" href="2.4.17-caldav-beta10.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.4.17-caldav-beta8 Release Notes" href="2.4.17-caldav-beta8.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
832832 <script type="text/javascript">
833833 var DOCUMENTATION_OPTIONS = {
834834 URL_ROOT:'../../../../../',
835 VERSION:'3.4.0',
835 VERSION:'3.4.1',
836836 COLLAPSE_INDEX:false,
837837 FILE_SUFFIX:'.html',
838838 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5 Releases &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5 Releases &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Release Notes" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.0 Release Notes" href="x/2.5.0.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.15 Release Notes" href="../3.0/x/3.0.15.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
844844 <script type="text/javascript">
845845 var DOCUMENTATION_OPTIONS = {
846846 URL_ROOT:'../../../../',
847 VERSION:'3.4.0',
847 VERSION:'3.4.1',
848848 COLLAPSE_INDEX:false,
849849 FILE_SUFFIX:'.html',
850850 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.0 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.0 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.1 Release Notes" href="2.5.1.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
13111311 <script type="text/javascript">
13121312 var DOCUMENTATION_OPTIONS = {
13131313 URL_ROOT:'../../../../../',
1314 VERSION:'3.4.0',
1314 VERSION:'3.4.1',
13151315 COLLAPSE_INDEX:false,
13161316 FILE_SUFFIX:'.html',
13171317 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.1 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.1 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.2 Release Notes" href="2.5.2.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.0 Release Notes" href="2.5.0.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
880880 <script type="text/javascript">
881881 var DOCUMENTATION_OPTIONS = {
882882 URL_ROOT:'../../../../../',
883 VERSION:'3.4.0',
883 VERSION:'3.4.1',
884884 COLLAPSE_INDEX:false,
885885 FILE_SUFFIX:'.html',
886886 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.10 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.10 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.11 Release Notes" href="2.5.11.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.9 Release Notes" href="2.5.9.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
876876 <script type="text/javascript">
877877 var DOCUMENTATION_OPTIONS = {
878878 URL_ROOT:'../../../../../',
879 VERSION:'3.4.0',
879 VERSION:'3.4.1',
880880 COLLAPSE_INDEX:false,
881881 FILE_SUFFIX:'.html',
882882 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.11 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.11 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.12 Release Notes" href="2.5.12.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.10 Release Notes" href="2.5.10.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
877877 <script type="text/javascript">
878878 var DOCUMENTATION_OPTIONS = {
879879 URL_ROOT:'../../../../../',
880 VERSION:'3.4.0',
880 VERSION:'3.4.1',
881881 COLLAPSE_INDEX:false,
882882 FILE_SUFFIX:'.html',
883883 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.12 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.12 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.13 Release Notes" href="2.5.13.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.11 Release Notes" href="2.5.11.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
891891 <script type="text/javascript">
892892 var DOCUMENTATION_OPTIONS = {
893893 URL_ROOT:'../../../../../',
894 VERSION:'3.4.0',
894 VERSION:'3.4.1',
895895 COLLAPSE_INDEX:false,
896896 FILE_SUFFIX:'.html',
897897 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.13 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.13 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.15 Release Notes" href="2.5.15.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.12 Release Notes" href="2.5.12.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
859859 <script type="text/javascript">
860860 var DOCUMENTATION_OPTIONS = {
861861 URL_ROOT:'../../../../../',
862 VERSION:'3.4.0',
862 VERSION:'3.4.1',
863863 COLLAPSE_INDEX:false,
864864 FILE_SUFFIX:'.html',
865865 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.15 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.15 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.16 Release Notes" href="2.5.16.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.13 Release Notes" href="2.5.13.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
876876 <script type="text/javascript">
877877 var DOCUMENTATION_OPTIONS = {
878878 URL_ROOT:'../../../../../',
879 VERSION:'3.4.0',
879 VERSION:'3.4.1',
880880 COLLAPSE_INDEX:false,
881881 FILE_SUFFIX:'.html',
882882 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.16 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.16 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.17 Release Notes" href="2.5.17.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.15 Release Notes" href="2.5.15.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
850850 <script type="text/javascript">
851851 var DOCUMENTATION_OPTIONS = {
852852 URL_ROOT:'../../../../../',
853 VERSION:'3.4.0',
853 VERSION:'3.4.1',
854854 COLLAPSE_INDEX:false,
855855 FILE_SUFFIX:'.html',
856856 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.17 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.17 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.5 Tags" href="../../3.5/index.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.16 Release Notes" href="2.5.16.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
853853 <script type="text/javascript">
854854 var DOCUMENTATION_OPTIONS = {
855855 URL_ROOT:'../../../../../',
856 VERSION:'3.4.0',
856 VERSION:'3.4.1',
857857 COLLAPSE_INDEX:false,
858858 FILE_SUFFIX:'.html',
859859 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.2 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.2 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.3 Release Notes" href="2.5.3.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.1 Release Notes" href="2.5.1.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
852852 <script type="text/javascript">
853853 var DOCUMENTATION_OPTIONS = {
854854 URL_ROOT:'../../../../../',
855 VERSION:'3.4.0',
855 VERSION:'3.4.1',
856856 COLLAPSE_INDEX:false,
857857 FILE_SUFFIX:'.html',
858858 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.3 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.3 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.4 Release Notes" href="2.5.4.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.2 Release Notes" href="2.5.2.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
847847 <script type="text/javascript">
848848 var DOCUMENTATION_OPTIONS = {
849849 URL_ROOT:'../../../../../',
850 VERSION:'3.4.0',
850 VERSION:'3.4.1',
851851 COLLAPSE_INDEX:false,
852852 FILE_SUFFIX:'.html',
853853 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.4 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.4 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.5 Release Notes" href="2.5.5.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.3 Release Notes" href="2.5.3.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
850850 <script type="text/javascript">
851851 var DOCUMENTATION_OPTIONS = {
852852 URL_ROOT:'../../../../../',
853 VERSION:'3.4.0',
853 VERSION:'3.4.1',
854854 COLLAPSE_INDEX:false,
855855 FILE_SUFFIX:'.html',
856856 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.5 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.5 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.6 Release Notes" href="2.5.6.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.4 Release Notes" href="2.5.4.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
851851 <script type="text/javascript">
852852 var DOCUMENTATION_OPTIONS = {
853853 URL_ROOT:'../../../../../',
854 VERSION:'3.4.0',
854 VERSION:'3.4.1',
855855 COLLAPSE_INDEX:false,
856856 FILE_SUFFIX:'.html',
857857 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.6 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.6 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.7 Release Notes" href="2.5.7.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.5 Release Notes" href="2.5.5.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
867867 <script type="text/javascript">
868868 var DOCUMENTATION_OPTIONS = {
869869 URL_ROOT:'../../../../../',
870 VERSION:'3.4.0',
870 VERSION:'3.4.1',
871871 COLLAPSE_INDEX:false,
872872 FILE_SUFFIX:'.html',
873873 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.7 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.7 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.8 Release Notes" href="2.5.8.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.6 Release Notes" href="2.5.6.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
892892 <script type="text/javascript">
893893 var DOCUMENTATION_OPTIONS = {
894894 URL_ROOT:'../../../../../',
895 VERSION:'3.4.0',
895 VERSION:'3.4.1',
896896 COLLAPSE_INDEX:false,
897897 FILE_SUFFIX:'.html',
898898 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.8 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.8 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.9 Release Notes" href="2.5.9.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.7 Release Notes" href="2.5.7.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
877877 <script type="text/javascript">
878878 var DOCUMENTATION_OPTIONS = {
879879 URL_ROOT:'../../../../../',
880 VERSION:'3.4.0',
880 VERSION:'3.4.1',
881881 COLLAPSE_INDEX:false,
882882 FILE_SUFFIX:'.html',
883883 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 2.5.9 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 2.5.9 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 2.5 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5.10 Release Notes" href="2.5.10.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.8 Release Notes" href="2.5.8.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
866866 <script type="text/javascript">
867867 var DOCUMENTATION_OPTIONS = {
868868 URL_ROOT:'../../../../../',
869 VERSION:'3.4.0',
869 VERSION:'3.4.1',
870870 COLLAPSE_INDEX:false,
871871 FILE_SUFFIX:'.html',
872872 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0 Releases &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0 Releases &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Release Notes" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.0 beta1 Release Notes" href="x/3.0.0-beta1.html"/>
40 <link rel="prev" title="Cyrus IMAP 3.2.6 Release Notes" href="../3.2/x/3.2.6.html"/>
40 <link rel="prev" title="Cyrus IMAP 3.2.7 Release Notes" href="../3.2/x/3.2.7.html"/>
4141
4242
4343
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
824824 <a href="x/3.0.0-beta1.html" class="btn btn-neutral float-right" title="Cyrus IMAP 3.0.0 beta1 Release Notes" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
825825
826826
827 <a href="../3.2/x/3.2.6.html" class="btn btn-neutral" title="Cyrus IMAP 3.2.6 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
827 <a href="../3.2/x/3.2.7.html" class="btn btn-neutral" title="Cyrus IMAP 3.2.7 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
828828
829829 </div>
830830
853853 <script type="text/javascript">
854854 var DOCUMENTATION_OPTIONS = {
855855 URL_ROOT:'../../../../',
856 VERSION:'3.4.0',
856 VERSION:'3.4.1',
857857 COLLAPSE_INDEX:false,
858858 FILE_SUFFIX:'.html',
859859 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 beta1 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.0 beta1 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.0 beta2 Release Notes" href="3.0.0-beta2.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
883883 <script type="text/javascript">
884884 var DOCUMENTATION_OPTIONS = {
885885 URL_ROOT:'../../../../../',
886 VERSION:'3.4.0',
886 VERSION:'3.4.1',
887887 COLLAPSE_INDEX:false,
888888 FILE_SUFFIX:'.html',
889889 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 beta2 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.0 beta2 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.0 beta3 Release Notes" href="3.0.0-beta3.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.0 beta1 Release Notes" href="3.0.0-beta1.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
933933 <script type="text/javascript">
934934 var DOCUMENTATION_OPTIONS = {
935935 URL_ROOT:'../../../../../',
936 VERSION:'3.4.0',
936 VERSION:'3.4.1',
937937 COLLAPSE_INDEX:false,
938938 FILE_SUFFIX:'.html',
939939 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 beta3 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.0 beta3 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.0 beta4 Release Notes" href="3.0.0-beta4.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.0 beta2 Release Notes" href="3.0.0-beta2.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
945945 <script type="text/javascript">
946946 var DOCUMENTATION_OPTIONS = {
947947 URL_ROOT:'../../../../../',
948 VERSION:'3.4.0',
948 VERSION:'3.4.1',
949949 COLLAPSE_INDEX:false,
950950 FILE_SUFFIX:'.html',
951951 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 beta4 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.0 beta4 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.0 beta5 Release Notes" href="3.0.0-beta5.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.0 beta3 Release Notes" href="3.0.0-beta3.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
953953 <script type="text/javascript">
954954 var DOCUMENTATION_OPTIONS = {
955955 URL_ROOT:'../../../../../',
956 VERSION:'3.4.0',
956 VERSION:'3.4.1',
957957 COLLAPSE_INDEX:false,
958958 FILE_SUFFIX:'.html',
959959 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 beta5 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.0 beta5 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.0 beta6 Release Notes" href="3.0.0-beta6.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.0 beta4 Release Notes" href="3.0.0-beta4.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
959959 <script type="text/javascript">
960960 var DOCUMENTATION_OPTIONS = {
961961 URL_ROOT:'../../../../../',
962 VERSION:'3.4.0',
962 VERSION:'3.4.1',
963963 COLLAPSE_INDEX:false,
964964 FILE_SUFFIX:'.html',
965965 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 beta6 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.0 beta6 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.0 rc1 Release Notes" href="3.0.0-rc1.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.0 beta5 Release Notes" href="3.0.0-beta5.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
961961 <script type="text/javascript">
962962 var DOCUMENTATION_OPTIONS = {
963963 URL_ROOT:'../../../../../',
964 VERSION:'3.4.0',
964 VERSION:'3.4.1',
965965 COLLAPSE_INDEX:false,
966966 FILE_SUFFIX:'.html',
967967 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 rc1 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.0 rc1 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.0 rc2 Release Notes" href="3.0.0-rc2.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.0 beta6 Release Notes" href="3.0.0-beta6.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
965965 <script type="text/javascript">
966966 var DOCUMENTATION_OPTIONS = {
967967 URL_ROOT:'../../../../../',
968 VERSION:'3.4.0',
968 VERSION:'3.4.1',
969969 COLLAPSE_INDEX:false,
970970 FILE_SUFFIX:'.html',
971971 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 rc2 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.0 rc2 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.0 rc3 Release Notes" href="3.0.0-rc3.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.0 rc1 Release Notes" href="3.0.0-rc1.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
965965 <script type="text/javascript">
966966 var DOCUMENTATION_OPTIONS = {
967967 URL_ROOT:'../../../../../',
968 VERSION:'3.4.0',
968 VERSION:'3.4.1',
969969 COLLAPSE_INDEX:false,
970970 FILE_SUFFIX:'.html',
971971 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 rc3 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.0 rc3 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.0 rc4 Release Notes" href="3.0.0-rc4.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.0 rc2 Release Notes" href="3.0.0-rc2.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
965965 <script type="text/javascript">
966966 var DOCUMENTATION_OPTIONS = {
967967 URL_ROOT:'../../../../../',
968 VERSION:'3.4.0',
968 VERSION:'3.4.1',
969969 COLLAPSE_INDEX:false,
970970 FILE_SUFFIX:'.html',
971971 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 rc4 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.0 rc4 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.0 Release Notes" href="3.0.0.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.0 rc3 Release Notes" href="3.0.0-rc3.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
965965 <script type="text/javascript">
966966 var DOCUMENTATION_OPTIONS = {
967967 URL_ROOT:'../../../../../',
968 VERSION:'3.4.0',
968 VERSION:'3.4.1',
969969 COLLAPSE_INDEX:false,
970970 FILE_SUFFIX:'.html',
971971 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.0 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.0 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.1 Release Notes" href="3.0.1.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.0 rc4 Release Notes" href="3.0.0-rc4.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
960960 <script type="text/javascript">
961961 var DOCUMENTATION_OPTIONS = {
962962 URL_ROOT:'../../../../../',
963 VERSION:'3.4.0',
963 VERSION:'3.4.1',
964964 COLLAPSE_INDEX:false,
965965 FILE_SUFFIX:'.html',
966966 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.1 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.1 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.2 Release Notes" href="3.0.2.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.0 Release Notes" href="3.0.0.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
873873 <script type="text/javascript">
874874 var DOCUMENTATION_OPTIONS = {
875875 URL_ROOT:'../../../../../',
876 VERSION:'3.4.0',
876 VERSION:'3.4.1',
877877 COLLAPSE_INDEX:false,
878878 FILE_SUFFIX:'.html',
879879 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.10 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.10 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.11 Release Notes" href="3.0.11.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.9 Release Notes" href="3.0.9.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
867867 <script type="text/javascript">
868868 var DOCUMENTATION_OPTIONS = {
869869 URL_ROOT:'../../../../../',
870 VERSION:'3.4.0',
870 VERSION:'3.4.1',
871871 COLLAPSE_INDEX:false,
872872 FILE_SUFFIX:'.html',
873873 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.11 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.11 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.12 Release Notes" href="3.0.12.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.10 Release Notes" href="3.0.10.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
890890 <script type="text/javascript">
891891 var DOCUMENTATION_OPTIONS = {
892892 URL_ROOT:'../../../../../',
893 VERSION:'3.4.0',
893 VERSION:'3.4.1',
894894 COLLAPSE_INDEX:false,
895895 FILE_SUFFIX:'.html',
896896 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.12 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.12 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.13 Release Notes" href="3.0.13.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.11 Release Notes" href="3.0.11.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
884884 <script type="text/javascript">
885885 var DOCUMENTATION_OPTIONS = {
886886 URL_ROOT:'../../../../../',
887 VERSION:'3.4.0',
887 VERSION:'3.4.1',
888888 COLLAPSE_INDEX:false,
889889 FILE_SUFFIX:'.html',
890890 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.13 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.13 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.14 Release Notes" href="3.0.14.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.12 Release Notes" href="3.0.12.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
891891 <script type="text/javascript">
892892 var DOCUMENTATION_OPTIONS = {
893893 URL_ROOT:'../../../../../',
894 VERSION:'3.4.0',
894 VERSION:'3.4.1',
895895 COLLAPSE_INDEX:false,
896896 FILE_SUFFIX:'.html',
897897 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.14 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.14 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.15 Release Notes" href="3.0.15.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.13 Release Notes" href="3.0.13.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
861861 <script type="text/javascript">
862862 var DOCUMENTATION_OPTIONS = {
863863 URL_ROOT:'../../../../../',
864 VERSION:'3.4.0',
864 VERSION:'3.4.1',
865865 COLLAPSE_INDEX:false,
866866 FILE_SUFFIX:'.html',
867867 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.15 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.15 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 2.5 Releases" href="../../2.5/index.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.14 Release Notes" href="3.0.14.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
857857 <script type="text/javascript">
858858 var DOCUMENTATION_OPTIONS = {
859859 URL_ROOT:'../../../../../',
860 VERSION:'3.4.0',
860 VERSION:'3.4.1',
861861 COLLAPSE_INDEX:false,
862862 FILE_SUFFIX:'.html',
863863 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.2 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.2 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.3 Release Notes" href="3.0.3.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.1 Release Notes" href="3.0.1.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
885885 <script type="text/javascript">
886886 var DOCUMENTATION_OPTIONS = {
887887 URL_ROOT:'../../../../../',
888 VERSION:'3.4.0',
888 VERSION:'3.4.1',
889889 COLLAPSE_INDEX:false,
890890 FILE_SUFFIX:'.html',
891891 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.3 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.3 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.4 Release Notes" href="3.0.4.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.2 Release Notes" href="3.0.2.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
885885 <script type="text/javascript">
886886 var DOCUMENTATION_OPTIONS = {
887887 URL_ROOT:'../../../../../',
888 VERSION:'3.4.0',
888 VERSION:'3.4.1',
889889 COLLAPSE_INDEX:false,
890890 FILE_SUFFIX:'.html',
891891 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.4 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.4 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.5 Release Notes" href="3.0.5.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.3 Release Notes" href="3.0.3.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
856856 <script type="text/javascript">
857857 var DOCUMENTATION_OPTIONS = {
858858 URL_ROOT:'../../../../../',
859 VERSION:'3.4.0',
859 VERSION:'3.4.1',
860860 COLLAPSE_INDEX:false,
861861 FILE_SUFFIX:'.html',
862862 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.5 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.5 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.6 Release Notes" href="3.0.6.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.4 Release Notes" href="3.0.4.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
863863 <script type="text/javascript">
864864 var DOCUMENTATION_OPTIONS = {
865865 URL_ROOT:'../../../../../',
866 VERSION:'3.4.0',
866 VERSION:'3.4.1',
867867 COLLAPSE_INDEX:false,
868868 FILE_SUFFIX:'.html',
869869 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.6 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.6 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.7 Release Notes" href="3.0.7.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.5 Release Notes" href="3.0.5.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
888888 <script type="text/javascript">
889889 var DOCUMENTATION_OPTIONS = {
890890 URL_ROOT:'../../../../../',
891 VERSION:'3.4.0',
891 VERSION:'3.4.1',
892892 COLLAPSE_INDEX:false,
893893 FILE_SUFFIX:'.html',
894894 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.7 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.7 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.8 Release Notes" href="3.0.8.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.6 Release Notes" href="3.0.6.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
852852 <script type="text/javascript">
853853 var DOCUMENTATION_OPTIONS = {
854854 URL_ROOT:'../../../../../',
855 VERSION:'3.4.0',
855 VERSION:'3.4.1',
856856 COLLAPSE_INDEX:false,
857857 FILE_SUFFIX:'.html',
858858 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.8 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.8 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.9 Release Notes" href="3.0.9.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.7 Release Notes" href="3.0.7.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
873873 <script type="text/javascript">
874874 var DOCUMENTATION_OPTIONS = {
875875 URL_ROOT:'../../../../../',
876 VERSION:'3.4.0',
876 VERSION:'3.4.1',
877877 COLLAPSE_INDEX:false,
878878 FILE_SUFFIX:'.html',
879879 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.0.9 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.0.9 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.0 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.0.10 Release Notes" href="3.0.10.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.0.8 Release Notes" href="3.0.8.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
888888 <script type="text/javascript">
889889 var DOCUMENTATION_OPTIONS = {
890890 URL_ROOT:'../../../../../',
891 VERSION:'3.4.0',
891 VERSION:'3.4.1',
892892 COLLAPSE_INDEX:false,
893893 FILE_SUFFIX:'.html',
894894 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.1 Tags &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.1 Tags &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Release Notes" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.1.0-dev Release Notes" href="x/3.1.0-dev.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.3.1 Tag Notes" href="../3.3/x/3.3.1.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
844844 <script type="text/javascript">
845845 var DOCUMENTATION_OPTIONS = {
846846 URL_ROOT:'../../../../',
847 VERSION:'3.4.0',
847 VERSION:'3.4.1',
848848 COLLAPSE_INDEX:false,
849849 FILE_SUFFIX:'.html',
850850 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.1.0-dev Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.1.0-dev Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.1 Tags" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.1.1 Tag Notes" href="3.1.1.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.1 Tags" href="../index.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
851851 <script type="text/javascript">
852852 var DOCUMENTATION_OPTIONS = {
853853 URL_ROOT:'../../../../../',
854 VERSION:'3.4.0',
854 VERSION:'3.4.1',
855855 COLLAPSE_INDEX:false,
856856 FILE_SUFFIX:'.html',
857857 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.1.1 Tag Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.1.1 Tag Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.1 Tags" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.1.2 Tag Notes" href="3.1.2.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.1.0-dev Release Notes" href="3.1.0-dev.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
862862 <script type="text/javascript">
863863 var DOCUMENTATION_OPTIONS = {
864864 URL_ROOT:'../../../../../',
865 VERSION:'3.4.0',
865 VERSION:'3.4.1',
866866 COLLAPSE_INDEX:false,
867867 FILE_SUFFIX:'.html',
868868 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.1.2 Tag Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.1.2 Tag Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.1 Tags" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.1.3 Tag Notes" href="3.1.3.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.1.1 Tag Notes" href="3.1.1.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
870870 <script type="text/javascript">
871871 var DOCUMENTATION_OPTIONS = {
872872 URL_ROOT:'../../../../../',
873 VERSION:'3.4.0',
873 VERSION:'3.4.1',
874874 COLLAPSE_INDEX:false,
875875 FILE_SUFFIX:'.html',
876876 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.1.3 Tag Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.1.3 Tag Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.1 Tags" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.1.4 Tag Notes" href="3.1.4.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.1.2 Tag Notes" href="3.1.2.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
870870 <script type="text/javascript">
871871 var DOCUMENTATION_OPTIONS = {
872872 URL_ROOT:'../../../../../',
873 VERSION:'3.4.0',
873 VERSION:'3.4.1',
874874 COLLAPSE_INDEX:false,
875875 FILE_SUFFIX:'.html',
876876 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.1.4 Tag Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.1.4 Tag Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.1 Tags" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.1.5 Tag Notes" href="3.1.5.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.1.3 Tag Notes" href="3.1.3.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
872872 <script type="text/javascript">
873873 var DOCUMENTATION_OPTIONS = {
874874 URL_ROOT:'../../../../../',
875 VERSION:'3.4.0',
875 VERSION:'3.4.1',
876876 COLLAPSE_INDEX:false,
877877 FILE_SUFFIX:'.html',
878878 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.1.5 Tag Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.1.5 Tag Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.1 Tags" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.1.6 Tag Notes" href="3.1.6.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.1.4 Tag Notes" href="3.1.4.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
872872 <script type="text/javascript">
873873 var DOCUMENTATION_OPTIONS = {
874874 URL_ROOT:'../../../../../',
875 VERSION:'3.4.0',
875 VERSION:'3.4.1',
876876 COLLAPSE_INDEX:false,
877877 FILE_SUFFIX:'.html',
878878 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.1.6 Tag Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.1.6 Tag Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.1 Tags" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.1.7 Tag Notes" href="3.1.7.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.1.5 Tag Notes" href="3.1.5.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
882882 <script type="text/javascript">
883883 var DOCUMENTATION_OPTIONS = {
884884 URL_ROOT:'../../../../../',
885 VERSION:'3.4.0',
885 VERSION:'3.4.1',
886886 COLLAPSE_INDEX:false,
887887 FILE_SUFFIX:'.html',
888888 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.1.7 Tag Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.1.7 Tag Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.1 Tags" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.1.8 Tag Notes" href="3.1.8.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.1.6 Tag Notes" href="3.1.6.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
890890 <script type="text/javascript">
891891 var DOCUMENTATION_OPTIONS = {
892892 URL_ROOT:'../../../../../',
893 VERSION:'3.4.0',
893 VERSION:'3.4.1',
894894 COLLAPSE_INDEX:false,
895895 FILE_SUFFIX:'.html',
896896 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.1.8 Tag Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.1.8 Tag Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.1 Tags" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.1.9 Tag Notes" href="3.1.9.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.1.7 Tag Notes" href="3.1.7.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
900900 <script type="text/javascript">
901901 var DOCUMENTATION_OPTIONS = {
902902 URL_ROOT:'../../../../../',
903 VERSION:'3.4.0',
903 VERSION:'3.4.1',
904904 COLLAPSE_INDEX:false,
905905 FILE_SUFFIX:'.html',
906906 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.1.9 Tag Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.1.9 Tag Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.1 Tags" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 1.x Release Notes" href="../../1/1.x.x.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.1.8 Tag Notes" href="3.1.8.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
909909 <script type="text/javascript">
910910 var DOCUMENTATION_OPTIONS = {
911911 URL_ROOT:'../../../../../',
912 VERSION:'3.4.0',
912 VERSION:'3.4.1',
913913 COLLAPSE_INDEX:false,
914914 FILE_SUFFIX:'.html',
915915 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.2 Releases &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.2 Releases &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Release Notes" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.2.0-beta3 Release Notes" href="x/3.2.0-beta3.html"/>
40 <link rel="prev" title="Cyrus IMAP 3.4.0 Release Notes" href="../3.4/x/3.4.0.html"/>
40 <link rel="prev" title="Cyrus IMAP 3.4.1 Release Notes" href="../3.4/x/3.4.1.html"/>
4141
4242
4343
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
795795 <li class="toctree-l1"><a class="reference internal" href="x/3.2.4.html">Cyrus IMAP 3.2.4 Release Notes</a></li>
796796 <li class="toctree-l1"><a class="reference internal" href="x/3.2.5.html">Cyrus IMAP 3.2.5 Release Notes</a></li>
797797 <li class="toctree-l1"><a class="reference internal" href="x/3.2.6.html">Cyrus IMAP 3.2.6 Release Notes</a></li>
798 <li class="toctree-l1"><a class="reference internal" href="x/3.2.7.html">Cyrus IMAP 3.2.7 Release Notes</a></li>
798799 </ul>
799800 </div>
800801 </div>
808809 <a href="x/3.2.0-beta3.html" class="btn btn-neutral float-right" title="Cyrus IMAP 3.2.0-beta3 Release Notes" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
809810
810811
811 <a href="../3.4/x/3.4.0.html" class="btn btn-neutral" title="Cyrus IMAP 3.4.0 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
812 <a href="../3.4/x/3.4.1.html" class="btn btn-neutral" title="Cyrus IMAP 3.4.1 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
812813
813814 </div>
814815
837838 <script type="text/javascript">
838839 var DOCUMENTATION_OPTIONS = {
839840 URL_ROOT:'../../../../',
840 VERSION:'3.4.0',
841 VERSION:'3.4.1',
841842 COLLAPSE_INDEX:false,
842843 FILE_SUFFIX:'.html',
843844 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.2.0-beta3 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.2.0-beta3 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.2 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.2.0-beta4 Release Notes" href="3.2.0-beta4.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.2 Releases" href="../index.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
940940 <script type="text/javascript">
941941 var DOCUMENTATION_OPTIONS = {
942942 URL_ROOT:'../../../../../',
943 VERSION:'3.4.0',
943 VERSION:'3.4.1',
944944 COLLAPSE_INDEX:false,
945945 FILE_SUFFIX:'.html',
946946 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.2.0-beta4 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.2.0-beta4 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.2 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.2.0-rc1 Release Notes" href="3.2.0-rc1.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.2.0-beta3 Release Notes" href="3.2.0-beta3.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
942942 <script type="text/javascript">
943943 var DOCUMENTATION_OPTIONS = {
944944 URL_ROOT:'../../../../../',
945 VERSION:'3.4.0',
945 VERSION:'3.4.1',
946946 COLLAPSE_INDEX:false,
947947 FILE_SUFFIX:'.html',
948948 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.2.0-rc1 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.2.0-rc1 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.2 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.2.0 Release Notes" href="3.2.0.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.2.0-beta4 Release Notes" href="3.2.0-beta4.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
942942 <script type="text/javascript">
943943 var DOCUMENTATION_OPTIONS = {
944944 URL_ROOT:'../../../../../',
945 VERSION:'3.4.0',
945 VERSION:'3.4.1',
946946 COLLAPSE_INDEX:false,
947947 FILE_SUFFIX:'.html',
948948 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.2.0 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.2.0 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.2 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.2.1 Release Notes" href="3.2.1.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.2.0-rc1 Release Notes" href="3.2.0-rc1.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
937937 <script type="text/javascript">
938938 var DOCUMENTATION_OPTIONS = {
939939 URL_ROOT:'../../../../../',
940 VERSION:'3.4.0',
940 VERSION:'3.4.1',
941941 COLLAPSE_INDEX:false,
942942 FILE_SUFFIX:'.html',
943943 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.2.1 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.2.1 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.2 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.2.2 Release Notes" href="3.2.2.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.2.0 Release Notes" href="3.2.0.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
887887 <script type="text/javascript">
888888 var DOCUMENTATION_OPTIONS = {
889889 URL_ROOT:'../../../../../',
890 VERSION:'3.4.0',
890 VERSION:'3.4.1',
891891 COLLAPSE_INDEX:false,
892892 FILE_SUFFIX:'.html',
893893 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.2.2 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.2.2 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.2 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.2.3 Release Notes" href="3.2.3.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.2.1 Release Notes" href="3.2.1.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
871871 <script type="text/javascript">
872872 var DOCUMENTATION_OPTIONS = {
873873 URL_ROOT:'../../../../../',
874 VERSION:'3.4.0',
874 VERSION:'3.4.1',
875875 COLLAPSE_INDEX:false,
876876 FILE_SUFFIX:'.html',
877877 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.2.3 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.2.3 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.2 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.2.4 Release Notes" href="3.2.4.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.2.2 Release Notes" href="3.2.2.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
871871 <script type="text/javascript">
872872 var DOCUMENTATION_OPTIONS = {
873873 URL_ROOT:'../../../../../',
874 VERSION:'3.4.0',
874 VERSION:'3.4.1',
875875 COLLAPSE_INDEX:false,
876876 FILE_SUFFIX:'.html',
877877 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.2.4 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.2.4 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.2 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.2.5 Release Notes" href="3.2.5.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.2.3 Release Notes" href="3.2.3.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
872872 <script type="text/javascript">
873873 var DOCUMENTATION_OPTIONS = {
874874 URL_ROOT:'../../../../../',
875 VERSION:'3.4.0',
875 VERSION:'3.4.1',
876876 COLLAPSE_INDEX:false,
877877 FILE_SUFFIX:'.html',
878878 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.2.5 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.2.5 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.2 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.2.6 Release Notes" href="3.2.6.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.2.4 Release Notes" href="3.2.4.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
870870 <script type="text/javascript">
871871 var DOCUMENTATION_OPTIONS = {
872872 URL_ROOT:'../../../../../',
873 VERSION:'3.4.0',
873 VERSION:'3.4.1',
874874 COLLAPSE_INDEX:false,
875875 FILE_SUFFIX:'.html',
876876 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.2.6 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.2.6 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.2 Releases" href="../index.html"/>
39 <link rel="next" title="Cyrus IMAP 3.0 Releases" href="../../3.0/index.html"/>
39 <link rel="next" title="Cyrus IMAP 3.2.7 Release Notes" href="3.2.7.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.2.5 Release Notes" href="3.2.5.html"/>
4141
4242
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
814814
815815 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
816816
817 <a href="../../3.0/index.html" class="btn btn-neutral float-right" title="Cyrus IMAP 3.0 Releases" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
817 <a href="3.2.7.html" class="btn btn-neutral float-right" title="Cyrus IMAP 3.2.7 Release Notes" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
818818
819819
820820 <a href="3.2.5.html" class="btn btn-neutral" title="Cyrus IMAP 3.2.5 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
846846 <script type="text/javascript">
847847 var DOCUMENTATION_OPTIONS = {
848848 URL_ROOT:'../../../../../',
849 VERSION:'3.4.0',
849 VERSION:'3.4.1',
850850 COLLAPSE_INDEX:false,
851851 FILE_SUFFIX:'.html',
852852 HAS_SOURCE: true
0
1
2 <!DOCTYPE html>
3 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
4 <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
5 <head>
6 <meta charset="utf-8">
7
8 <meta name="viewport" content="width=device-width, initial-scale=1.0">
9
10 <title>Cyrus IMAP 3.2.7 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26 <link rel="stylesheet" href="../../../../../_static/css/theme.css" type="text/css" />
27
28
29
30 <link rel="stylesheet" href="../../../../../_static/cyrus.css" type="text/css" />
31
32
33
34 <link rel="index" title="Index"
35 href="../../../../../genindex.html"/>
36 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
38 <link rel="up" title="Cyrus IMAP 3.2 Releases" href="../index.html"/>
39 <link rel="next" title="Cyrus IMAP 3.0 Releases" href="../../3.0/index.html"/>
40 <link rel="prev" title="Cyrus IMAP 3.2.6 Release Notes" href="3.2.6.html"/>
41
42
43
44
45
46 </head>
47
48 <body class="wy-body-for-nav" role="document">
49
50
51
52
53 <div class="pageheader">
54 <ul>
55 <li><a href="../../../../../index.html">Home</a></li>
56 <li><a href="../../../../../download.html">Download</a></li>
57 <li><a href="../../../../../contribute.html">Contribute</a></li>
58 <li><a href="../../../../../support.html">Support</a></li>
59 <li><a href="http://www.cyrusimap.org/sasl">Cyrus SASL</a></li>
60 </ul>
61 <div>
62 <a href="../../../../../index.html">
63 <h1>Cyrus IMAP</h1>
64 <!-- <img src="../../../../../_static/logo.gif" alt="CYRUS" /> -->
65 </a>
66 </div>
67 </div>
68 <div style="clear: both;"></div>
69
70
71 <div class="wy-grid-for-nav">
72
73
74 <nav data-toggle="wy-nav-shift" class="wy-nav-side">
75 <div class="wy-side-nav-search">
76
77
78
79
80 <a href="../../../../../index.html">
81
82
83
84 <h1>Cyrus IMAP</h1>
85
86 </a>
87
88
89 <div role="search">
90 <form id="rtd-search-form" class="wy-form" action="../../../../../search.html" method="get">
91 <input type="text" name="q" placeholder="Search docs" />
92 <input type="hidden" name="check_keywords" value="yes" />
93 <input type="hidden" name="area" value="default" />
94 </form>
95 </div>
96
97
98 </div>
99
100 <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
101
102
103
104 <p class="caption"><span class="caption-text">Cyrus IMAP</span></p>
105 <ul class="current">
106 <li class="toctree-l1 current"><a class="reference internal" href="../../../../../download.html">Download</a><ul class="current">
107 <li class="toctree-l2"><a class="reference internal" href="../../../getcyrus.html">Get Cyrus</a><ul>
108 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#distribution-package">Distribution Package</a><ul>
109 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/centos.html">CentOS</a></li>
110 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/debian.html">Debian</a></li>
111 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/fedora.html">Fedora</a></li>
112 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/opensuse.html">openSUSE</a></li>
113 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/rhel.html">Red Hat Enterprise Linux</a></li>
114 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/ubuntu.html">Ubuntu</a></li>
115 </ul>
116 </li>
117 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#build-and-install-yourself">Build and Install Yourself</a><ul>
118 <li class="toctree-l4"><a class="reference internal" href="../../../getcyrus.html#use-a-release-packaged-tarball">Use a release packaged tarball</a></li>
119 <li class="toctree-l4"><a class="reference internal" href="../../../getcyrus.html#use-the-source-from-git">Use the source from Git</a></li>
120 </ul>
121 </li>
122 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#external-tools">External Tools</a></li>
123 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#licensing">Licensing</a></li>
124 </ul>
125 </li>
126 <li class="toctree-l2 current"><a class="reference internal" href="../../index.html">Release Notes</a><ul class="current">
127 <li class="toctree-l3"><a class="reference internal" href="../../index.html#stable-version">Stable Version</a></li>
128 <li class="toctree-l3"><a class="reference internal" href="../../index.html#development-version">Development Version</a></li>
129 <li class="toctree-l3 current"><a class="reference internal" href="../../index.html#supported-product-series">Supported Product Series</a><ul class="current">
130 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-3-4">Series 3.4</a></li>
131 <li class="toctree-l4 current"><a class="reference internal" href="../../index.html#series-3-2">Series 3.2</a></li>
132 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-3-0">Series 3.0</a></li>
133 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-2-5">Series 2.5</a></li>
134 </ul>
135 </li>
136 <li class="toctree-l3"><a class="reference internal" href="../../index.html#development-snapshots">Development snapshots</a><ul>
137 <li class="toctree-l4"><a class="reference internal" href="../../3.5/index.html">Cyrus IMAP 3.5 Tags</a></li>
138 <li class="toctree-l4"><a class="reference internal" href="../../3.3/index.html">Cyrus IMAP 3.3 Tags</a></li>
139 <li class="toctree-l4"><a class="reference internal" href="../../3.1/index.html">Cyrus IMAP 3.1 Tags</a></li>
140 </ul>
141 </li>
142 <li class="toctree-l3"><a class="reference internal" href="../../index.html#older-versions">Older Versions</a><ul>
143 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-1">Series 1</a></li>
144 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-2-2-0-2-4">Series 2: 2.0 - 2.4</a></li>
145 </ul>
146 </li>
147 </ul>
148 </li>
149 <li class="toctree-l2"><a class="reference internal" href="../../../packagers.html">Notes for Packagers</a><ul>
150 <li class="toctree-l3"><a class="reference internal" href="../../../packagers.html#binary-naming">Binary naming</a></li>
151 <li class="toctree-l3"><a class="reference internal" href="../../../packagers.html#sample-configuration-files">Sample configuration files</a></li>
152 <li class="toctree-l3"><a class="reference internal" href="../../../packagers.html#predefined-configurations">Predefined configurations</a><ul>
153 <li class="toctree-l4"><a class="reference internal" href="../../../packagers.html#the-configuration-file-for-master-cyrus-conf">The configuration file for master: cyrus.conf</a></li>
154 <li class="toctree-l4"><a class="reference internal" href="../../../packagers.html#the-configuration-file-for-the-various-programs-imapd-conf">The configuration file for the various programs: imapd.conf</a></li>
155 </ul>
156 </li>
157 <li class="toctree-l3"><a class="reference internal" href="../../../packagers.html#services-in-etc-services">Services in <code class="docutils literal"><span class="pre">/etc/services</span></code></a></li>
158 </ul>
159 </li>
160 </ul>
161 </li>
162 <li class="toctree-l1"><a class="reference internal" href="../../../../../quickstart.html">Quickstart Guide</a><ul>
163 <li class="toctree-l2"><a class="reference internal" href="../../../../quickstart/introduction.html">Introduction to Cyrus IMAP</a><ul>
164 <li class="toctree-l3"><a class="reference internal" href="../../../../quickstart/introduction.html#what-is-imap">What is IMAP?</a></li>
165 </ul>
166 </li>
167 <li class="toctree-l2"><a class="reference internal" href="../../../../../quickstart.html#quick-install">Quick install</a><ul>
168 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#install-cyrus-package-s">1. Install Cyrus package(s)</a></li>
169 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#setup-the-cyrus-mail-user-and-group">2. Setup the cyrus:mail user and group</a></li>
170 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#setting-up-authentication-with-sasl">3. Setting up authentication with SASL</a></li>
171 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#setup-mail-delivery-from-your-mta">4. Setup mail delivery from your MTA</a><ul>
172 <li class="toctree-l4"><a class="reference internal" href="../../../../../quickstart.html#install-sendmail">Install Sendmail</a></li>
173 <li class="toctree-l4"><a class="reference internal" href="../../../../../quickstart.html#sendmail-communication">Sendmail communication</a></li>
174 <li class="toctree-l4"><a class="reference internal" href="../../../../../quickstart.html#install-postfix">Install Postfix</a></li>
175 </ul>
176 </li>
177 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#protocol-ports">5. Protocol ports</a></li>
178 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#configuring-cyrus">6. Configuring Cyrus</a></li>
179 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#launch-cyrus">7. Launch Cyrus</a></li>
180 </ul>
181 </li>
182 </ul>
183 </li>
184 <li class="toctree-l1"><a class="reference internal" href="../../../../../overview.html">Overview</a><ul>
185 <li class="toctree-l2"><a class="reference internal" href="../../../../concepts/features.html">Features</a><ul>
186 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#security-and-authentication">Security and Authentication</a><ul>
187 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/authentication-kerberos.html">Kerberos Authentication</a></li>
188 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/authentication-ldap.html">LDAP Authentication</a></li>
189 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/authentication-sql.html">SQL Authentication</a></li>
190 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/access-control.html">Access Control</a></li>
191 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/sealed-system.html">Sealed System Design</a></li>
192 </ul>
193 </li>
194 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#mailbox-management">Mailbox Management</a><ul>
195 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/automatic-creation-of-mailboxes.html">Automatic Creation of Mailboxes</a></li>
196 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/namespaces.html">Mailbox Namespaces</a></li>
197 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/virtual-domains.html">Virtual Domains</a></li>
198 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mailbox-annotations.html">Mailbox Annotations (METADATA)</a></li>
199 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mailbox-distribution.html">Mailbox Distribution</a></li>
200 </ul>
201 </li>
202 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#message-management">Message Management</a><ul>
203 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/delayed-delete.html">Delayed Delete</a></li>
204 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/delayed-expunge.html">Delayed Expunge</a></li>
205 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/message-annotations.html">Message Annotations (METADATA)</a></li>
206 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/duplicate-message-delivery-suppression.html">Duplicate Message Delivery Suppression</a></li>
207 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/shared-seen-state.html">Shared Seen State</a></li>
208 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/server-side-filtering.html">Server Side Filtering (Sieve)</a></li>
209 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/event-notifications.html">Event Notifications</a></li>
210 </ul>
211 </li>
212 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#calendar-and-contact-dav-collection-management">Calendar and Contact (DAV) Collection Management</a><ul>
213 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/caldav-collections.html">CalDAV Collections</a></li>
214 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/dav-components.html">DAV Components</a></li>
215 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/dav-collection-mgmt.html">DAV Collection Management</a></li>
216 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/carddav.html">CardDAV Support</a></li>
217 </ul>
218 </li>
219 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#storage">Storage</a><ul>
220 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mail-spool-partitions.html">Mail Spool Partitions</a></li>
221 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mailbox-metadata-partitions.html">Mailbox Metadata Partitions</a></li>
222 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/archiving.html">Archiving</a></li>
223 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/quota.html">Quota</a></li>
224 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/single-instance-store.html">Single-Instance Store</a></li>
225 </ul>
226 </li>
227 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#load-management">Load Management</a><ul>
228 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/server-aggregation.html">Cyrus IMAP Murder (Server Aggregation)</a></li>
229 </ul>
230 </li>
231 </ul>
232 </li>
233 <li class="toctree-l2"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html">Concepts</a><ul>
234 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-control-lists">Access Control Lists</a><ul>
235 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#working-with-acls">Working with ACLs</a></li>
236 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#sample-acl">Sample ACL</a></li>
237 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-rights">Access Rights</a></li>
238 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-control-defaults">Access Control Defaults</a></li>
239 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-control-identifier-aci">Access Control Identifier (ACI)</a></li>
240 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#negative-rights">Negative Rights</a></li>
241 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#calculating-a-users-rights">Calculating a Users' Rights</a></li>
242 </ul>
243 </li>
244 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#login-authentication">Login Authentication</a><ul>
245 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#anonymous-login">Anonymous Login</a></li>
246 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#plaintext-authentication">Plaintext Authentication</a></li>
247 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#kerberos-logins">Kerberos Logins</a></li>
248 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#shared-secrets-logins">Shared Secrets Logins</a></li>
249 </ul>
250 </li>
251 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quotas">Quotas</a><ul>
252 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#working-with-quotas">Working with Quotas</a></li>
253 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#monitor-and-repair">Monitor and Repair</a></li>
254 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#supported-quota-types">Supported Quota Types</a></li>
255 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quota-roots">Quota Roots</a></li>
256 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#controlling-quota-behavior">Controlling Quota Behavior</a></li>
257 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#mail-delivery-behavior">Mail Delivery Behavior</a></li>
258 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quota-warnings-upon-select-when-user-has-d-rights">Quota Warnings Upon Select When User Has <code class="docutils literal"><span class="pre">d</span></code> Rights</a></li>
259 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quotas-and-partitions">Quotas and Partitions</a></li>
260 </ul>
261 </li>
262 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#new-mail-notification">New Mail Notification</a></li>
263 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#partitions">Partitions</a><ul>
264 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#specifying-partitions-with-create">Specifying Partitions with &quot;create&quot;</a></li>
265 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#changing-partitions-with-rename">Changing Partitions with &quot;rename&quot;</a></li>
266 </ul>
267 </li>
268 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#news">News</a></li>
269 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#pop3-server">POP3 Server</a></li>
270 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#the-syslog-facility">The syslog facility</a></li>
271 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#mail-directory-recovery">Mail Directory Recovery</a><ul>
272 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#reconstructing-mailbox-directories">Reconstructing Mailbox Directories</a></li>
273 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#reconstructing-the-mailboxes-file">Reconstructing the Mailboxes File</a></li>
274 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#reconstructing-quota-roots">Reconstructing Quota Roots</a></li>
275 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#removing-quota-roots">Removing Quota Roots</a></li>
276 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#subscriptions">Subscriptions</a></li>
277 </ul>
278 </li>
279 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#configuration-directory">Configuration Directory</a><ul>
280 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#log-directory">Log Directory</a></li>
281 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#proc-directory">Proc Directory</a></li>
282 </ul>
283 </li>
284 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#message-delivery">Message Delivery</a><ul>
285 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#local-mail-transfer-protocol-lmtp">Local Mail Transfer Protocol (lmtp)</a></li>
286 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#single-instance-store">Single Instance Store</a></li>
287 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#duplicate-delivery-suppression">Duplicate Delivery Suppression</a></li>
288 </ul>
289 </li>
290 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#sieve-a-mail-filtering-language">Sieve, a Mail Filtering Language</a></li>
291 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#cyrus-murder-the-imap-aggregator">Cyrus Murder, the IMAP Aggregator</a></li>
292 </ul>
293 </li>
294 </ul>
295 </li>
296 <li class="toctree-l1"><a class="reference internal" href="../../../../../setup.html">Setup</a><ul>
297 <li class="toctree-l2"><a class="reference internal" href="../../../../developer/compiling.html">Compiling</a><ul>
298 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/compiling.html#setting-up-dependencies">Setting up dependencies</a><ul>
299 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#required-build-dependencies">Required Build Dependencies</a></li>
300 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#build-dependencies-for-additional-functionality">Build dependencies for additional functionality</a></li>
301 </ul>
302 </li>
303 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/compiling.html#compile-cyrus">Compile Cyrus</a><ul>
304 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#default-build-mail-only">Default build: mail only</a></li>
305 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#optional-dependencies">Optional dependencies</a></li>
306 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#compile">Compile</a></li>
307 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#check">Check</a></li>
308 </ul>
309 </li>
310 </ul>
311 </li>
312 <li class="toctree-l2"><a class="reference internal" href="../../../../installing.html">Installing Cyrus</a><ul>
313 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#install-cyrus">Install Cyrus</a></li>
314 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#optional-components">Optional Components</a><ul>
315 <li class="toctree-l4"><a class="reference internal" href="../../../installation/manage-dav.html">HTTP modules</a></li>
316 <li class="toctree-l4"><a class="reference internal" href="../../../installation/virus.html">Virus Scanner</a></li>
317 </ul>
318 </li>
319 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#setting-up-syslog">Setting up syslog</a></li>
320 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#create-cyrus-environment">Create Cyrus environment</a><ul>
321 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#set-up-the-cyrus-mail-user-and-group">Set up the cyrus:mail user and group</a></li>
322 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#authentication-with-sasl">Authentication with SASL</a></li>
323 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#mail-delivery-from-your-mta">Mail delivery from your MTA</a></li>
324 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#protocol-ports">Protocol ports</a></li>
325 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#cyrus-config-files">Cyrus config files</a></li>
326 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#optional-setting-up-tls-certificates">Optional: Setting up TLS certificates</a></li>
327 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#prepare-ephemeral-run-time-storage-directories">Prepare ephemeral (run-time) storage directories</a></li>
328 </ul>
329 </li>
330 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#launch-cyrus">Launch Cyrus</a></li>
331 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#send-a-test-email">Send a test email</a></li>
332 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#checking-carddav-and-caldav">Checking CardDAV and CalDAV</a></li>
333 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#troubleshooting">Troubleshooting</a></li>
334 </ul>
335 </li>
336 <li class="toctree-l2"><a class="reference internal" href="../../../upgrade.html">Upgrading to 3.4</a><ul>
337 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#preparation">1. Preparation</a><ul>
338 <li class="toctree-l4"><a class="reference internal" href="../../../upgrade.html#installation-from-tarball">Installation from tarball</a></li>
339 <li class="toctree-l4"><a class="reference internal" href="../../../upgrade.html#how-are-you-planning-on-upgrading">How are you planning on upgrading?</a></li>
340 <li class="toctree-l4"><a class="reference internal" href="../../../upgrade.html#do-what-as-who">Do What As Who?</a></li>
341 </ul>
342 </li>
343 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#install-new-3-4-cyrus">2. Install new 3.4 Cyrus</a></li>
344 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#shut-down-existing-cyrus">3. Shut down existing Cyrus</a></li>
345 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#backup-and-copy-existing-data">4. Backup and Copy existing data</a></li>
346 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#copy-config-files-and-update">5. Copy config files and update</a></li>
347 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#upgrade-specific-items">6. Upgrade specific items</a></li>
348 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#start-new-3-4-cyrus-and-verify">7. Start new 3.4 Cyrus and verify</a></li>
349 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#reconstruct-databases-and-cache">8. Reconstruct databases and cache</a></li>
350 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#do-you-want-any-new-features">9. Do you want any new features?</a></li>
351 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#upgrade-complete">10. Upgrade complete</a></li>
352 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#special-note-for-murder-configurations">Special note for Murder configurations</a></li>
353 </ul>
354 </li>
355 <li class="toctree-l2"><a class="reference internal" href="../../../../concepts/deployment.html">Configuration Guide</a><ul>
356 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html">Deployment Scenarios</a><ul>
357 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#single-server-deployments">Single Server Deployments</a></li>
358 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#multi-server-deployments">Multi Server Deployments</a></li>
359 </ul>
360 </li>
361 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#cyrus-murder-server-aggregation">Cyrus Murder: Server aggregation</a><ul>
362 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#the-discrete-murder">The Discrete Murder</a></li>
363 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#the-unified-murder">The Unified Murder</a></li>
364 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#the-shared-murder">The Shared Murder</a></li>
365 </ul>
366 </li>
367 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#cyrus-replication">Cyrus Replication</a></li>
368 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#hosted-environments">Hosted Environments</a></li>
369 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/databases.html">Databases</a><ul>
370 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/databases.html#overview">Overview</a></li>
371 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/databases.html#file-list">File list</a></li>
372 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/databases.html#storage-types">Storage types</a></li>
373 </ul>
374 </li>
375 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html">Mailbox Creation Distribution</a><ul>
376 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#selection-mode">Selection Mode</a></li>
377 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#special-cases">Special cases</a></li>
378 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#partitions-exclusion">Partitions Exclusion</a></li>
379 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#partitions-usage-data-reset">Partitions Usage Data Reset</a></li>
380 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#mailbox-creation-distribution-through-murder-frontend">Mailbox Creation Distribution Through <code class="docutils literal"><span class="pre">murder</span> <span class="pre">frontend</span></code></a></li>
381 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#backends-exclusion">Backends Exclusion</a></li>
382 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#backends-usage-data-reset">Backends Usage Data Reset</a></li>
383 </ul>
384 </li>
385 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/known_protocol_limitations.html">Known Protocol Limitations</a><ul>
386 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/known_protocol_limitations.html#pop3-and-mailbox-locking">POP3 and Mailbox Locking</a></li>
387 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/known_protocol_limitations.html#cyrus-imap-pop3-implementation">Cyrus IMAP POP3 Implementation</a></li>
388 </ul>
389 </li>
390 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/authentication_and_authorization.html">Authentication and Authorization</a><ul>
391 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/authentication_and_authorization.html#client-authentication">Client Authentication</a></li>
392 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/authentication_and_authorization.html#users-and-mailboxes">Users and Mailboxes</a></li>
393 </ul>
394 </li>
395 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/performance_recommendations.html">Performance Recommendations</a><ul>
396 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/performance_recommendations.html#databases-on-temporary-filesystems">Databases on Temporary Filesystems</a></li>
397 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/performance_recommendations.html#certificates">Certificates</a></li>
398 </ul>
399 </li>
400 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/storage.html">Storage Considerations</a><ul>
401 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#general-notes-on-storage">General Notes on Storage</a></li>
402 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#redundancy">Redundancy</a></li>
403 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#availability">Availability</a></li>
404 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#performance">Performance</a></li>
405 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#scalability">Scalability</a></li>
406 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#capacity">Capacity</a></li>
407 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#cost">Cost</a></li>
408 </ul>
409 </li>
410 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html">Supported Platforms and System Requirements</a><ul>
411 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#building-cyrus-imap">Building Cyrus IMAP</a></li>
412 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#required-software-components">Required Software Components</a></li>
413 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#recommended-software-components">Recommended Software Components</a></li>
414 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#recommended-software-components-enabled-by-default">Recommended Software Components Enabled by Default</a></li>
415 </ul>
416 </li>
417 </ul>
418 </li>
419 </ul>
420 </li>
421 <li class="toctree-l1"><a class="reference internal" href="../../../../../operations.html">Operations</a><ul>
422 <li class="toctree-l2"><a class="reference internal" href="../../../../reference/manpages/commands.html">Man pages</a><ul>
423 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/manpages/commands.html#configuration-files">(5) Configuration Files</a><ul>
424 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/configs/cyrus.conf.html"><strong>cyrus.conf</strong></a></li>
425 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/configs/imapd.conf.html"><strong>imapd.conf</strong></a></li>
426 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/configs/krb.equiv.html"><strong>krb.equiv</strong></a></li>
427 </ul>
428 </li>
429 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/manpages/commands.html#system-commands">(8) System Commands</a><ul>
430 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/arbitron.html"><strong>arbitron</strong></a></li>
431 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/backupd.html"><strong>backupd</strong></a></li>
432 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/chk_cyrus.html"><strong>chk_cyrus</strong></a></li>
433 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_backups.html"><strong>ctl_backups</strong></a></li>
434 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_conversationsdb.html"><strong>ctl_conversationsdb</strong></a></li>
435 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_cyrusdb.html"><strong>ctl_cyrusdb</strong></a></li>
436 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_deliver.html"><strong>ctl_deliver</strong></a></li>
437 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_mboxlist.html"><strong>ctl_mboxlist</strong></a></li>
438 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_zoneinfo.html"><strong>ctl_zoneinfo</strong></a></li>
439 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cvt_cyrusdb.html"><strong>cvt_cyrusdb</strong></a></li>
440 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cvt_xlist_specialuse.html"><strong>cvt_xlist_specialuse</strong></a></li>
441 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_backup.html"><strong>cyr_backup</strong></a></li>
442 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_buildinfo.html"><strong>cyr_buildinfo</strong></a></li>
443 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_dbtool.html"><strong>cyr_dbtool</strong></a></li>
444 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_deny.html"><strong>cyr_deny</strong></a></li>
445 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_df.html"><strong>cyr_df</strong></a></li>
446 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_expire.html"><strong>cyr_expire</strong></a></li>
447 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_info.html"><strong>cyr_info</strong></a></li>
448 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_sequence.html"><strong>cyr_sequence</strong></a></li>
449 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_synclog.html"><strong>cyr_synclog</strong></a></li>
450 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_userseen.html"><strong>cyr_userseen</strong></a></li>
451 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_virusscan.html"><strong>cyr_virusscan</strong></a></li>
452 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyradm.html"><strong>cyradm</strong></a></li>
453 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyrdump.html"><strong>cyrdump</strong></a></li>
454 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/deliver.html"><strong>deliver</strong></a></li>
455 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/fetchnews.html"><strong>fetchnews</strong></a></li>
456 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/fud.html"><strong>fud</strong></a></li>
457 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/httpd.html"><strong>httpd</strong></a></li>
458 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/idled.html"><strong>idled</strong></a></li>
459 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/imapd.html"><strong>imapd</strong></a></li>
460 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ipurge.html"><strong>ipurge</strong></a></li>
461 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/lmtpd.html"><strong>lmtpd</strong></a></li>
462 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/lmtpproxyd.html"><strong>lmtpproxyd</strong></a></li>
463 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/masssievec.html"><strong>masssievec</strong></a></li>
464 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/master.html"><strong>master</strong></a></li>
465 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mbexamine.html"><strong>mbexamine</strong></a></li>
466 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mbpath.html"><strong>mbpath</strong></a></li>
467 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mbtool.html"><strong>mbtool</strong></a></li>
468 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mkimap.html"><strong>mkimap</strong></a></li>
469 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mknewsgroups.html"><strong>mknewsgroups</strong></a></li>
470 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mupdate.html"><strong>mupdate</strong></a></li>
471 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/nntpd.html"><strong>nntpd</strong></a></li>
472 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/notifyd.html"><strong>notifyd</strong></a></li>
473 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/pop3d.html"><strong>pop3d</strong></a></li>
474 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/pop3proxyd.html"><strong>pop3proxyd</strong></a></li>
475 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/promstatsd.html"><strong>promstatsd</strong></a></li>
476 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/proxyd.html"><strong>proxyd</strong></a></li>
477 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ptdump.html"><strong>ptdump</strong></a></li>
478 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ptexpire.html"><strong>ptexpire</strong></a></li>
479 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ptloader.html"><strong>ptloader</strong></a></li>
480 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/quota.html"><strong>quota</strong></a></li>
481 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/reconstruct.html"><strong>reconstruct</strong></a></li>
482 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/rehash.html"><strong>rehash</strong></a></li>
483 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/restore.html"><strong>restore</strong></a></li>
484 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sievec.html"><strong>sievec</strong></a></li>
485 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sieved.html"><strong>sieved</strong></a></li>
486 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/smmapd.html"><strong>smmapd</strong></a></li>
487 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/squatter.html"><strong>squatter</strong></a></li>
488 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sync_client.html"><strong>sync_client</strong></a></li>
489 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sync_reset.html"><strong>sync_reset</strong></a></li>
490 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sync_server.html"><strong>sync_server</strong></a></li>
491 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/timsieved.html"><strong>timsieved</strong></a></li>
492 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/tls_prune.html"><strong>tls_prune</strong></a></li>
493 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/translatesieve.html"><strong>translatesieve</strong></a></li>
494 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/unexpunge.html"><strong>unexpunge</strong></a></li>
495 </ul>
496 </li>
497 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/manpages/commands.html#user-commands">(1) User Commands</a><ul>
498 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/arbitronsort.pl.html"><strong>arbitronsort.pl</strong></a></li>
499 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/dav_reconstruct.html"><strong>dav_reconstruct</strong></a></li>
500 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/httptest.html"><strong>httptest</strong></a></li>
501 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/imtest.html"><strong>imtest</strong></a></li>
502 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/installsieve.html"><strong>installsieve</strong></a></li>
503 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/lmtptest.html"><strong>lmtptest</strong></a></li>
504 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/mupdatetest.html"><strong>mupdatetest</strong></a></li>
505 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/nntptest.html"><strong>nntptest</strong></a></li>
506 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/pop3test.html"><strong>pop3test</strong></a></li>
507 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/sieveshell.html"><strong>sieveshell</strong></a></li>
508 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/sivtest.html"><strong>sivtest</strong></a></li>
509 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/smtptest.html"><strong>smtptest</strong></a></li>
510 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/synctest.html"><strong>synctest</strong></a></li>
511 </ul>
512 </li>
513 </ul>
514 </li>
515 <li class="toctree-l2"><a class="reference internal" href="../../../../reference/admin.html">Administrator Guide</a><ul>
516 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/admin.html#architecture">Architecture</a><ul>
517 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/architecture.html">System Architecture</a></li>
518 </ul>
519 </li>
520 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/admin.html#management">Management</a><ul>
521 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/locations.html">File &amp; Directory Locations</a></li>
522 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/ports-sockets.html">Ports and Sockets</a></li>
523 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/access-control.html">Access Control</a></li>
524 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/quotas.html">Quotas</a></li>
525 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/sieve.html">Cyrus Sieve</a></li>
526 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/backups.html">Cyrus Backups</a></li>
527 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/nntp.html">Cyrus NNTP</a></li>
528 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/protlayer.html">Cyrus Prot Layer</a></li>
529 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/sop.html">Standard Operating Procedures</a></li>
530 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/eventsource.html">Cyrus Event Source</a></li>
531 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/monitoring.html">Monitoring</a></li>
532 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/config-mailboxdistribution.html">Mailbox Distribution</a></li>
533 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/murder/murder.html">Cyrus Murder</a></li>
534 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/nginx-proxy.html">HOWTO: Using an NGINX IMAP Proxy</a></li>
535 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/tweaking.html">Tweaking Cyrus IMAP</a></li>
536 </ul>
537 </li>
538 </ul>
539 </li>
540 <li class="toctree-l2"><a class="reference internal" href="../../../../reference/faq.html">Frequently Asked Questions</a><ul>
541 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#features">Features</a><ul>
542 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/feature-database-backend.html">Which database backend should I use for which databases?</a></li>
543 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/feature-duplicate-delivery.html">Duplicate Delivery Suppression</a></li>
544 </ul>
545 </li>
546 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#installation-problems">Installation Problems</a><ul>
547 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-compilationerrors.html">Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora</a></li>
548 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-install-help.html">Help! There must be an easier way to get all this going...</a></li>
549 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-linkerwarnings.html">OpenSSL Version Mismatches</a></li>
550 </ul>
551 </li>
552 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#common-feature-requests">Common Feature Requests</a><ul>
553 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-murder-ha.html">Does the Cyrus Murder support High Availability configurations?</a></li>
554 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-pop3-logging.html">Can I configure pop3d to log amount and size of messages fetched by user?</a></li>
555 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-publicssharedfolders.html">How can I make CyrusSieve work with public shared folders?</a></li>
556 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-subfolders.html">Can I have subfolders not appear under INBOX?</a></li>
557 </ul>
558 </li>
559 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#common-operational-questions">Common Operational Questions</a><ul>
560 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-acls.html">How do I view ACLs on a mailbox?</a></li>
561 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-annotations.html">What annotations are available?</a></li>
562 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-configdir-tempfs.html">Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem?</a></li>
563 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-coredump.html">How to enable core dumps</a></li>
564 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-delete-mailbox.html">Why can I not delete a mailbox as an admin user?</a></li>
565 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-deleted-expired-expunged-purged.html">When is What ... Deleted, Expired, Expunged or Purged?</a></li>
566 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-deliverdb-size.html">Why is deliver.db so large?</a></li>
567 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-freezes.html">I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in!</a></li>
568 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-gdb.html">How to run gdb on Cyrus components</a></li>
569 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-mailbox-doesnotexist.html">Cyrus delivers claims that the mailbox does not exist</a></li>
570 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-mixedcase.html">Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail?</a></li>
571 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-otherdatabases.html">Can I use MySQL (or another SQL database) as the primary mail store?</a></li>
572 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-pop3slow.html">Why do POP3 connections take so long, but once the connection is established all is well?</a></li>
573 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-reconstruct.html">Why does reconstruct -m not work?</a></li>
574 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-sharedfilesystem-gpfs.html">Shared File Systems GPFS for high availability</a></li>
575 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-telemetry.html">How to enable telemetry</a></li>
576 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-toomanyprocesses.html">The process count keeps growing!</a></li>
577 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-unable-join-environment.html">&quot;unable to join environment&quot; error</a></li>
578 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-vacation-mailfrom.html">Why does Cyrus set the MAIL FROM address of the sender of vacation responses to '&lt;&gt;'?</a></li>
579 </ul>
580 </li>
581 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#common-interoperability-problems">Common Interoperability Problems</a><ul>
582 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-8bit.html">Why does Cyrus reject 8-bit characters in the headers of my messages?</a></li>
583 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-barenewlines.html">Why does Cyrus reject messages with &quot;bare newlines&quot;?</a></li>
584 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-sieve-exim.html">How do I get Cyrus Sieve to play nice with Exim?</a></li>
585 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-slow-delivery.html">Why does mail delivery go slow or hang sometimes?</a></li>
586 </ul>
587 </li>
588 </ul>
589 </li>
590 </ul>
591 </li>
592 <li class="toctree-l1"><a class="reference internal" href="../../../../../developers.html">Developers</a><ul>
593 <li class="toctree-l2"><a class="reference internal" href="../../../../../contribute.html">We need your help</a></li>
594 <li class="toctree-l2"><a class="reference internal" href="../../../../developer/documentation.html">Contribute docs</a><ul>
595 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#overview">Overview</a></li>
596 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#documentation-tools">Documentation Tools</a></li>
597 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#building-the-files">Building the files</a></li>
598 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#submitting-updates">Submitting updates</a><ul>
599 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#using-github-pull-requests">Using GitHub pull requests</a></li>
600 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#patches-through-the-mailing-list">Patches through the mailing list</a></li>
601 </ul>
602 </li>
603 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#special-tags">Special Tags</a><ul>
604 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#rfc">rfc</a></li>
605 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#cyrusman">cyrusman</a></li>
606 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#imap-current-stable-version">imap_current_stable_version</a></li>
607 </ul>
608 </li>
609 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#conventions-man-pages">Conventions: Man Pages</a><ul>
610 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#synopsis">Synopsis</a></li>
611 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#examples">Examples</a></li>
612 </ul>
613 </li>
614 </ul>
615 </li>
616 <li class="toctree-l2"><a class="reference internal" href="../../../../developer.html">Contribute code and tests</a><ul>
617 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#getting-started">Getting Started</a><ul>
618 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/process.html">Development Process</a></li>
619 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/overview.html">Overview of Cyrus development environment</a></li>
620 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/github-guide.html">GitHub guide</a></li>
621 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html">Compiling</a></li>
622 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html">Installing Cyrus</a></li>
623 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/developer-testing.html">Developer Test Environment</a></li>
624 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/jmap.html">JMAP support</a></li>
625 </ul>
626 </li>
627 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#system-files-and-databases">System files and Databases</a><ul>
628 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/namespaces.html">Namespaces: a developer view</a></li>
629 </ul>
630 </li>
631 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#resources">Resources</a><ul>
632 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/libraries.html">Developer Libraries</a></li>
633 </ul>
634 </li>
635 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#releasing">Releasing</a><ul>
636 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/releasing.html">Releasing Cyrus IMAP</a></li>
637 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/ancient-releasing.html">Releasing new builds of ancient Cyrus IMAP versions</a></li>
638 </ul>
639 </li>
640 </ul>
641 </li>
642 <li class="toctree-l2"><a class="reference internal" href="../../../../developer/cyrusworks.html">Cyrus.Works</a><ul>
643 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/cyrusworks.html#about-cyrus-works">About Cyrus Works</a></li>
644 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/cyrusworks.html#how-it-works">How it works</a></li>
645 </ul>
646 </li>
647 <li class="toctree-l2"><a class="reference internal" href="../../../../../developers.html#cyrus-internals">Cyrus Internals</a><ul>
648 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/API.html">Cyrus APIs</a><ul>
649 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/API/cyrusdb.html">CyrusDB API</a></li>
650 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/API/cyrusdb2.html">cyrusdb API</a></li>
651 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/API/index-api.html">Index API</a></li>
652 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/API/mailbox-api.html">Mailbox API</a></li>
653 </ul>
654 </li>
655 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/thoughts.html">Thoughts &amp; Notes</a><ul>
656 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/thoughts/backup.html">Notes for backup implementation</a></li>
657 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/thoughts/bytecode.html">Cyrus IMAP Server: Sieve Bytecode</a></li>
658 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/thoughts/caldav_scheduling_flowchart.html">Cyrus CalDAV Scheduling Flowchart</a></li>
659 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/thoughts/improved_mboxlist_sort.html">Enabling improved_mboxlist_sort</a></li>
660 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/thoughts/notes.html">Cyrus IMAP Server: Notes</a></li>
661 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/thoughts/prot-events.html">Cyrus IMAP Server: Prot Events</a></li>
662 </ul>
663 </li>
664 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/guidance.html">Guidance for Developers</a><ul>
665 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/hacking.html">Cyrus IMAP Server: Hacking</a></li>
666 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/internationalization.html">Cyrus IMAP Server: Internationalization</a></li>
667 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/locking.html">Cyrus IMAP Server: Locking</a></li>
668 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/mailbox-format.html">Cyrus IMAP Server: Mailbox File Formats</a></li>
669 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/namelocks.html">Cyrus IMAP Server: Namelocks</a></li>
670 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/prot.html">Cyrus IMAP Server: prot layer</a></li>
671 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/replication_examples.html">Cyrus IMAP Server: Replication Examples</a></li>
672 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/replication_protocol.html">Cyrus IMAP Server: Replication Protocol v2.4+</a></li>
673 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/special_chars.html">Cyrus IMAP Server: Special Characters</a></li>
674 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/var_directory_structure.html">Cyrus IMAP Server: var directory structure</a></li>
675 </ul>
676 </li>
677 </ul>
678 </li>
679 <li class="toctree-l2"><a class="reference internal" href="../../../../../developers.html#unit-tests">Unit Tests</a><ul>
680 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/unit-tests.html">Unit Tests</a><ul>
681 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#table-of-contents">Table of Contents</a></li>
682 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#introduction">1. Introduction</a></li>
683 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#what-is-a-unit-test">2. What Is A Unit Test?</a></li>
684 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#running-the-tests">3. Running The Tests</a></li>
685 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#debugging-a-test">3.6 Debugging A Test</a></li>
686 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#adding-your-own-tests">4. Adding Your Own Tests</a></li>
687 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#where-to-put-your-tests">4.1 Where To Put Your Tests</a></li>
688 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#adding-a-new-suite">4.1 Adding A New Suite</a></li>
689 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#adding-a-test-to-a-suite">4.2 Adding A Test To A Suite</a></li>
690 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#suite-setup-and-teardown">4.3 Suite Setup And Teardown</a></li>
691 </ul>
692 </li>
693 </ul>
694 </li>
695 </ul>
696 </li>
697 <li class="toctree-l1"><a class="reference internal" href="../../../../../support.html">Support/Community</a><ul>
698 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-bugs.html">Found a bug?</a></li>
699 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-mailing-lists.html">Mailing lists</a></li>
700 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-irc.html">IRC</a></li>
701 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-meetings.html">Weekly meetings</a></li>
702 <li class="toctree-l2"><a class="reference internal" href="../../../../../overview/about_cyrus.html">About</a><ul>
703 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html">What is Cyrus</a><ul>
704 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#what-is-cyrus">What is Cyrus</a></li>
705 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#what-is-imap">What is IMAP?</a></li>
706 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#imap-version-4-imap4">IMAP Version 4 (IMAP4)</a></li>
707 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#mime">Mime</a></li>
708 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#smtp">SMTP</a></li>
709 </ul>
710 </li>
711 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/who_is_cyrus.html">Who Is Cyrus</a><ul>
712 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/who_is_cyrus.html#core-contributors">Core Contributors</a></li>
713 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/who_is_cyrus.html#individual-contributors-and-past-contributors">Individual contributors and past contributors</a></li>
714 </ul>
715 </li>
716 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/cyrus_roadmap.html">Cyrus Roadmap</a><ul>
717 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_roadmap.html#high-level-roadmap">High Level Roadmap</a></li>
718 </ul>
719 </li>
720 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/cyrus_history.html">Cyrus History</a></li>
721 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html">Cyrus Bylaws</a><ul>
722 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#i-the-cyrus-governance-board">I. The Cyrus Governance Board</a></li>
723 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#ii-the-cyrus-core-developers-group">II. The Cyrus Core Developers Group</a></li>
724 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#iii-the-release-engineer">III. The Release Engineer</a></li>
725 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#iv-the-cyrus-roadmap">IV. The Cyrus Roadmap</a></li>
726 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#v-development-process">V. Development Process</a></li>
727 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#vi-changes-to-the-bylaws">VI. Changes to the Bylaws</a></li>
728 </ul>
729 </li>
730 </ul>
731 </li>
732 </ul>
733 </li>
734 </ul>
735 <p class="caption"><span class="caption-text">Cyrus SASL</span></p>
736 <ul>
737 <li class="toctree-l1"><a class="reference external" href="http://www.cyrusimap.org/sasl">Cyrus SASL</a></li>
738 </ul>
739
740
741
742 </div>
743
744 <div class="buildstatus">
745 <a href="https://travis-ci.org/cyrusimap/cyrus-imapd" target="_blank">cyrus-imapd-3.4: <img src="https://travis-ci.org/cyrusimap/cyrus-imapd.svg?branch=cyrus-imapd-3.4"></a>
746 </div>
747 &nbsp;
748 </nav>
749
750 <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
751
752
753 <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
754 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
755 <a href="../../../../../index.html">Cyrus IMAP</a>
756 </nav>
757
758
759
760 <div class="wy-nav-content">
761 <div class="rst-content">
762
763 <div role="navigation" aria-label="breadcrumbs navigation">
764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766
767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768
769 <li><a href="../../index.html">Release Notes</a> &raquo;</li>
770
771 <li><a href="../index.html">Cyrus IMAP 3.2 Releases</a> &raquo;</li>
772
773 <li>Cyrus IMAP 3.2.7 Release Notes</li>
774 <li class="wy-breadcrumbs-aside">
775
776
777 <a href="https://github.com/cyrusimap/cyrus-imapd/blob/cyrus-imapd-3.4/docsrc/imap/download/release-notes/3.2/x/3.2.7.rst" class="fa fa-github"> Edit on GitHub</a>
778
779
780 </li>
781 </ul>
782 <hr/>
783 </div>
784 <div role="main" class="document">
785
786 <div class="section" id="cyrus-imap-3-2-7-release-notes">
787 <h1>Cyrus IMAP 3.2.7 Release Notes<a class="headerlink" href="#cyrus-imap-3-2-7-release-notes" title="Permalink to this headline">¶</a></h1>
788 <p>Download from GitHub:</p>
789 <blockquote>
790 <div><ul class="simple">
791 <li><a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.7/cyrus-imapd-3.2.7.tar.gz">https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.7/cyrus-imapd-3.2.7.tar.gz</a></li>
792 <li><a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.7/cyrus-imapd-3.2.7.tar.gz.sig">https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.7/cyrus-imapd-3.2.7.tar.gz.sig</a></li>
793 </ul>
794 </div></blockquote>
795 <div class="section" id="changes-since-3-2-6">
796 <span id="relnotes-3-2-7-changes"></span><h2>Changes since 3.2.6<a class="headerlink" href="#changes-since-3-2-6" title="Permalink to this headline">¶</a></h2>
797 <div class="section" id="security-fixes">
798 <h3>Security fixes:<a class="headerlink" href="#security-fixes" title="Permalink to this headline">¶</a></h3>
799 <ul class="simple">
800 <li>Fixed <a class="reference external" href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32056">CVE-2021-32056</a>: Remote authenticated users could bypass intended
801 access restrictions on certain server annotations. Additionally, a
802 long-standing bug in replication did not allow server annotations to be
803 replicated. Combining these two bugs, a remote authenticated user could
804 stall replication, requiring administrator intervention.</li>
805 </ul>
806 </div>
807 <div class="section" id="build-changes">
808 <h3>Build changes<a class="headerlink" href="#build-changes" title="Permalink to this headline">¶</a></h3>
809 <ul class="simple">
810 <li>Fixed: various symbols were missing explicit symbol visibility</li>
811 </ul>
812 </div>
813 <div class="section" id="bug-fixes">
814 <h3>Bug fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this headline">¶</a></h3>
815 <ul class="simple">
816 <li>Fixed <a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/issues/3225">Issue #3225</a>: xapian get_stopper() did not use the cached stoppers
817 (thanks Дилян Палаузов)</li>
818 <li>Fixed <a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/issues/2882">Issue #2882</a>: reordered HTTP auth schemes to order expected by browsers</li>
819 </ul>
820 </div>
821 </div>
822 </div>
823
824
825 </div>
826 <footer>
827
828 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
829
830 <a href="../../3.0/index.html" class="btn btn-neutral float-right" title="Cyrus IMAP 3.0 Releases" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
831
832
833 <a href="3.2.6.html" class="btn btn-neutral" title="Cyrus IMAP 3.2.6 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
834
835 </div>
836
837
838 <hr/>
839
840 <div role="contentinfo">
841 <p>
842 &copy; Copyright 1993-2018, The Cyrus Team. Last updated on May 10 2021
843 </p>
844 </div>
845 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
846
847 </footer>
848 </div>
849 </div>
850
851 </section>
852
853 </div>
854
855
856
857
858
859 <script type="text/javascript">
860 var DOCUMENTATION_OPTIONS = {
861 URL_ROOT:'../../../../../',
862 VERSION:'3.4.1',
863 COLLAPSE_INDEX:false,
864 FILE_SUFFIX:'.html',
865 HAS_SOURCE: true
866 };
867 </script>
868 <script type="text/javascript" src="../../../../../_static/jquery.js"></script>
869 <script type="text/javascript" src="../../../../../_static/underscore.js"></script>
870 <script type="text/javascript" src="../../../../../_static/doctools.js"></script>
871 <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
872
873
874
875
876
877 <script type="text/javascript" src="../../../../../_static/js/theme.js"></script>
878
879
880
881
882 <script type="text/javascript">
883 <!-- jQuery(function () {
884 SphinxRtdTheme.StickyNav.enable();
885 }); -->
886 </script>
887
888
889
890
891
892 </body>
893 </html>
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.3 Tags &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.3 Tags &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Release Notes" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.3.0 Tag Notes" href="x/3.3.0.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.5 Tags" href="../3.5/index.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
836836 <script type="text/javascript">
837837 var DOCUMENTATION_OPTIONS = {
838838 URL_ROOT:'../../../../',
839 VERSION:'3.4.0',
839 VERSION:'3.4.1',
840840 COLLAPSE_INDEX:false,
841841 FILE_SUFFIX:'.html',
842842 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.3.0 Tag Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.3.0 Tag Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.3 Tags" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.3.1 Tag Notes" href="3.3.1.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.3 Tags" href="../index.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
900900 <script type="text/javascript">
901901 var DOCUMENTATION_OPTIONS = {
902902 URL_ROOT:'../../../../../',
903 VERSION:'3.4.0',
903 VERSION:'3.4.1',
904904 COLLAPSE_INDEX:false,
905905 FILE_SUFFIX:'.html',
906906 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.3.1 Tag Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.3.1 Tag Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.3 Tags" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.1 Tags" href="../../3.1/index.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.3.0 Tag Notes" href="3.3.0.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
923923 <script type="text/javascript">
924924 var DOCUMENTATION_OPTIONS = {
925925 URL_ROOT:'../../../../../',
926 VERSION:'3.4.0',
926 VERSION:'3.4.1',
927927 COLLAPSE_INDEX:false,
928928 FILE_SUFFIX:'.html',
929929 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.4 Releases &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.4 Releases &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Release Notes" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.4.0-beta1 Release Notes" href="x/3.4.0-beta1.html"/>
4040 <link rel="prev" title="Release Notes" href="../index.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
790790 <li class="toctree-l1"><a class="reference internal" href="x/3.4.0-beta3.html">Cyrus IMAP 3.4.0-beta3 Release Notes</a></li>
791791 <li class="toctree-l1"><a class="reference internal" href="x/3.4.0-rc1.html">Cyrus IMAP 3.4.0-rc1 Release Notes</a></li>
792792 <li class="toctree-l1"><a class="reference internal" href="x/3.4.0.html">Cyrus IMAP 3.4.0 Release Notes</a></li>
793 <li class="toctree-l1"><a class="reference internal" href="x/3.4.1.html">Cyrus IMAP 3.4.1 Release Notes</a></li>
793794 </ul>
794795 </div>
795796 </div>
832833 <script type="text/javascript">
833834 var DOCUMENTATION_OPTIONS = {
834835 URL_ROOT:'../../../../',
835 VERSION:'3.4.0',
836 VERSION:'3.4.1',
836837 COLLAPSE_INDEX:false,
837838 FILE_SUFFIX:'.html',
838839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.4.0-beta1 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.4.0-beta1 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.4.0-beta2 Release Notes" href="3.4.0-beta2.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.4 Releases" href="../index.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
920920 <script type="text/javascript">
921921 var DOCUMENTATION_OPTIONS = {
922922 URL_ROOT:'../../../../../',
923 VERSION:'3.4.0',
923 VERSION:'3.4.1',
924924 COLLAPSE_INDEX:false,
925925 FILE_SUFFIX:'.html',
926926 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.4.0-beta2 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.4.0-beta2 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.4.0-beta3 Release Notes" href="3.4.0-beta3.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.4.0-beta1 Release Notes" href="3.4.0-beta1.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
922922 <script type="text/javascript">
923923 var DOCUMENTATION_OPTIONS = {
924924 URL_ROOT:'../../../../../',
925 VERSION:'3.4.0',
925 VERSION:'3.4.1',
926926 COLLAPSE_INDEX:false,
927927 FILE_SUFFIX:'.html',
928928 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.4.0-beta3 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.4.0-beta3 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.4.0-rc1 Release Notes" href="3.4.0-rc1.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.4.0-beta2 Release Notes" href="3.4.0-beta2.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
930930 <script type="text/javascript">
931931 var DOCUMENTATION_OPTIONS = {
932932 URL_ROOT:'../../../../../',
933 VERSION:'3.4.0',
933 VERSION:'3.4.1',
934934 COLLAPSE_INDEX:false,
935935 FILE_SUFFIX:'.html',
936936 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.4.0-rc1 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.4.0-rc1 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.4 Releases" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.4.0 Release Notes" href="3.4.0.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.4.0-beta3 Release Notes" href="3.4.0-beta3.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
930930 <script type="text/javascript">
931931 var DOCUMENTATION_OPTIONS = {
932932 URL_ROOT:'../../../../../',
933 VERSION:'3.4.0',
933 VERSION:'3.4.1',
934934 COLLAPSE_INDEX:false,
935935 FILE_SUFFIX:'.html',
936936 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.4.0 Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.4.0 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
3838 <link rel="up" title="Cyrus IMAP 3.4 Releases" href="../index.html"/>
39 <link rel="next" title="Cyrus IMAP 3.2 Releases" href="../../3.2/index.html"/>
39 <link rel="next" title="Cyrus IMAP 3.4.1 Release Notes" href="3.4.1.html"/>
4040 <link rel="prev" title="Cyrus IMAP 3.4.0-rc1 Release Notes" href="3.4.0-rc1.html"/>
4141
4242
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768768
898898
899899 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
900900
901 <a href="../../3.2/index.html" class="btn btn-neutral float-right" title="Cyrus IMAP 3.2 Releases" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
901 <a href="3.4.1.html" class="btn btn-neutral float-right" title="Cyrus IMAP 3.4.1 Release Notes" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
902902
903903
904904 <a href="3.4.0-rc1.html" class="btn btn-neutral" title="Cyrus IMAP 3.4.0-rc1 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
930930 <script type="text/javascript">
931931 var DOCUMENTATION_OPTIONS = {
932932 URL_ROOT:'../../../../../',
933 VERSION:'3.4.0',
933 VERSION:'3.4.1',
934934 COLLAPSE_INDEX:false,
935935 FILE_SUFFIX:'.html',
936936 HAS_SOURCE: true
0
1
2 <!DOCTYPE html>
3 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
4 <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
5 <head>
6 <meta charset="utf-8">
7
8 <meta name="viewport" content="width=device-width, initial-scale=1.0">
9
10 <title>Cyrus IMAP 3.4.1 Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26 <link rel="stylesheet" href="../../../../../_static/css/theme.css" type="text/css" />
27
28
29
30 <link rel="stylesheet" href="../../../../../_static/cyrus.css" type="text/css" />
31
32
33
34 <link rel="index" title="Index"
35 href="../../../../../genindex.html"/>
36 <link rel="search" title="Search" href="../../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../../index.html"/>
38 <link rel="up" title="Cyrus IMAP 3.4 Releases" href="../index.html"/>
39 <link rel="next" title="Cyrus IMAP 3.2 Releases" href="../../3.2/index.html"/>
40 <link rel="prev" title="Cyrus IMAP 3.4.0 Release Notes" href="3.4.0.html"/>
41
42
43
44
45
46 </head>
47
48 <body class="wy-body-for-nav" role="document">
49
50
51
52
53 <div class="pageheader">
54 <ul>
55 <li><a href="../../../../../index.html">Home</a></li>
56 <li><a href="../../../../../download.html">Download</a></li>
57 <li><a href="../../../../../contribute.html">Contribute</a></li>
58 <li><a href="../../../../../support.html">Support</a></li>
59 <li><a href="http://www.cyrusimap.org/sasl">Cyrus SASL</a></li>
60 </ul>
61 <div>
62 <a href="../../../../../index.html">
63 <h1>Cyrus IMAP</h1>
64 <!-- <img src="../../../../../_static/logo.gif" alt="CYRUS" /> -->
65 </a>
66 </div>
67 </div>
68 <div style="clear: both;"></div>
69
70
71 <div class="wy-grid-for-nav">
72
73
74 <nav data-toggle="wy-nav-shift" class="wy-nav-side">
75 <div class="wy-side-nav-search">
76
77
78
79
80 <a href="../../../../../index.html">
81
82
83
84 <h1>Cyrus IMAP</h1>
85
86 </a>
87
88
89 <div role="search">
90 <form id="rtd-search-form" class="wy-form" action="../../../../../search.html" method="get">
91 <input type="text" name="q" placeholder="Search docs" />
92 <input type="hidden" name="check_keywords" value="yes" />
93 <input type="hidden" name="area" value="default" />
94 </form>
95 </div>
96
97
98 </div>
99
100 <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
101
102
103
104 <p class="caption"><span class="caption-text">Cyrus IMAP</span></p>
105 <ul class="current">
106 <li class="toctree-l1 current"><a class="reference internal" href="../../../../../download.html">Download</a><ul class="current">
107 <li class="toctree-l2"><a class="reference internal" href="../../../getcyrus.html">Get Cyrus</a><ul>
108 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#distribution-package">Distribution Package</a><ul>
109 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/centos.html">CentOS</a></li>
110 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/debian.html">Debian</a></li>
111 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/fedora.html">Fedora</a></li>
112 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/opensuse.html">openSUSE</a></li>
113 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/rhel.html">Red Hat Enterprise Linux</a></li>
114 <li class="toctree-l4"><a class="reference internal" href="../../../installation/distributions/ubuntu.html">Ubuntu</a></li>
115 </ul>
116 </li>
117 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#build-and-install-yourself">Build and Install Yourself</a><ul>
118 <li class="toctree-l4"><a class="reference internal" href="../../../getcyrus.html#use-a-release-packaged-tarball">Use a release packaged tarball</a></li>
119 <li class="toctree-l4"><a class="reference internal" href="../../../getcyrus.html#use-the-source-from-git">Use the source from Git</a></li>
120 </ul>
121 </li>
122 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#external-tools">External Tools</a></li>
123 <li class="toctree-l3"><a class="reference internal" href="../../../getcyrus.html#licensing">Licensing</a></li>
124 </ul>
125 </li>
126 <li class="toctree-l2 current"><a class="reference internal" href="../../index.html">Release Notes</a><ul class="current">
127 <li class="toctree-l3"><a class="reference internal" href="../../index.html#stable-version">Stable Version</a></li>
128 <li class="toctree-l3"><a class="reference internal" href="../../index.html#development-version">Development Version</a></li>
129 <li class="toctree-l3 current"><a class="reference internal" href="../../index.html#supported-product-series">Supported Product Series</a><ul class="current">
130 <li class="toctree-l4 current"><a class="reference internal" href="../../index.html#series-3-4">Series 3.4</a></li>
131 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-3-2">Series 3.2</a></li>
132 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-3-0">Series 3.0</a></li>
133 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-2-5">Series 2.5</a></li>
134 </ul>
135 </li>
136 <li class="toctree-l3"><a class="reference internal" href="../../index.html#development-snapshots">Development snapshots</a><ul>
137 <li class="toctree-l4"><a class="reference internal" href="../../3.5/index.html">Cyrus IMAP 3.5 Tags</a></li>
138 <li class="toctree-l4"><a class="reference internal" href="../../3.3/index.html">Cyrus IMAP 3.3 Tags</a></li>
139 <li class="toctree-l4"><a class="reference internal" href="../../3.1/index.html">Cyrus IMAP 3.1 Tags</a></li>
140 </ul>
141 </li>
142 <li class="toctree-l3"><a class="reference internal" href="../../index.html#older-versions">Older Versions</a><ul>
143 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-1">Series 1</a></li>
144 <li class="toctree-l4"><a class="reference internal" href="../../index.html#series-2-2-0-2-4">Series 2: 2.0 - 2.4</a></li>
145 </ul>
146 </li>
147 </ul>
148 </li>
149 <li class="toctree-l2"><a class="reference internal" href="../../../packagers.html">Notes for Packagers</a><ul>
150 <li class="toctree-l3"><a class="reference internal" href="../../../packagers.html#binary-naming">Binary naming</a></li>
151 <li class="toctree-l3"><a class="reference internal" href="../../../packagers.html#sample-configuration-files">Sample configuration files</a></li>
152 <li class="toctree-l3"><a class="reference internal" href="../../../packagers.html#predefined-configurations">Predefined configurations</a><ul>
153 <li class="toctree-l4"><a class="reference internal" href="../../../packagers.html#the-configuration-file-for-master-cyrus-conf">The configuration file for master: cyrus.conf</a></li>
154 <li class="toctree-l4"><a class="reference internal" href="../../../packagers.html#the-configuration-file-for-the-various-programs-imapd-conf">The configuration file for the various programs: imapd.conf</a></li>
155 </ul>
156 </li>
157 <li class="toctree-l3"><a class="reference internal" href="../../../packagers.html#services-in-etc-services">Services in <code class="docutils literal"><span class="pre">/etc/services</span></code></a></li>
158 </ul>
159 </li>
160 </ul>
161 </li>
162 <li class="toctree-l1"><a class="reference internal" href="../../../../../quickstart.html">Quickstart Guide</a><ul>
163 <li class="toctree-l2"><a class="reference internal" href="../../../../quickstart/introduction.html">Introduction to Cyrus IMAP</a><ul>
164 <li class="toctree-l3"><a class="reference internal" href="../../../../quickstart/introduction.html#what-is-imap">What is IMAP?</a></li>
165 </ul>
166 </li>
167 <li class="toctree-l2"><a class="reference internal" href="../../../../../quickstart.html#quick-install">Quick install</a><ul>
168 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#install-cyrus-package-s">1. Install Cyrus package(s)</a></li>
169 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#setup-the-cyrus-mail-user-and-group">2. Setup the cyrus:mail user and group</a></li>
170 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#setting-up-authentication-with-sasl">3. Setting up authentication with SASL</a></li>
171 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#setup-mail-delivery-from-your-mta">4. Setup mail delivery from your MTA</a><ul>
172 <li class="toctree-l4"><a class="reference internal" href="../../../../../quickstart.html#install-sendmail">Install Sendmail</a></li>
173 <li class="toctree-l4"><a class="reference internal" href="../../../../../quickstart.html#sendmail-communication">Sendmail communication</a></li>
174 <li class="toctree-l4"><a class="reference internal" href="../../../../../quickstart.html#install-postfix">Install Postfix</a></li>
175 </ul>
176 </li>
177 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#protocol-ports">5. Protocol ports</a></li>
178 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#configuring-cyrus">6. Configuring Cyrus</a></li>
179 <li class="toctree-l3"><a class="reference internal" href="../../../../../quickstart.html#launch-cyrus">7. Launch Cyrus</a></li>
180 </ul>
181 </li>
182 </ul>
183 </li>
184 <li class="toctree-l1"><a class="reference internal" href="../../../../../overview.html">Overview</a><ul>
185 <li class="toctree-l2"><a class="reference internal" href="../../../../concepts/features.html">Features</a><ul>
186 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#security-and-authentication">Security and Authentication</a><ul>
187 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/authentication-kerberos.html">Kerberos Authentication</a></li>
188 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/authentication-ldap.html">LDAP Authentication</a></li>
189 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/authentication-sql.html">SQL Authentication</a></li>
190 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/access-control.html">Access Control</a></li>
191 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/sealed-system.html">Sealed System Design</a></li>
192 </ul>
193 </li>
194 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#mailbox-management">Mailbox Management</a><ul>
195 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/automatic-creation-of-mailboxes.html">Automatic Creation of Mailboxes</a></li>
196 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/namespaces.html">Mailbox Namespaces</a></li>
197 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/virtual-domains.html">Virtual Domains</a></li>
198 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mailbox-annotations.html">Mailbox Annotations (METADATA)</a></li>
199 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mailbox-distribution.html">Mailbox Distribution</a></li>
200 </ul>
201 </li>
202 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#message-management">Message Management</a><ul>
203 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/delayed-delete.html">Delayed Delete</a></li>
204 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/delayed-expunge.html">Delayed Expunge</a></li>
205 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/message-annotations.html">Message Annotations (METADATA)</a></li>
206 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/duplicate-message-delivery-suppression.html">Duplicate Message Delivery Suppression</a></li>
207 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/shared-seen-state.html">Shared Seen State</a></li>
208 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/server-side-filtering.html">Server Side Filtering (Sieve)</a></li>
209 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/event-notifications.html">Event Notifications</a></li>
210 </ul>
211 </li>
212 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#calendar-and-contact-dav-collection-management">Calendar and Contact (DAV) Collection Management</a><ul>
213 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/caldav-collections.html">CalDAV Collections</a></li>
214 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/dav-components.html">DAV Components</a></li>
215 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/dav-collection-mgmt.html">DAV Collection Management</a></li>
216 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/carddav.html">CardDAV Support</a></li>
217 </ul>
218 </li>
219 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#storage">Storage</a><ul>
220 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mail-spool-partitions.html">Mail Spool Partitions</a></li>
221 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/mailbox-metadata-partitions.html">Mailbox Metadata Partitions</a></li>
222 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/archiving.html">Archiving</a></li>
223 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/quota.html">Quota</a></li>
224 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/single-instance-store.html">Single-Instance Store</a></li>
225 </ul>
226 </li>
227 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/features.html#load-management">Load Management</a><ul>
228 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/features/server-aggregation.html">Cyrus IMAP Murder (Server Aggregation)</a></li>
229 </ul>
230 </li>
231 </ul>
232 </li>
233 <li class="toctree-l2"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html">Concepts</a><ul>
234 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-control-lists">Access Control Lists</a><ul>
235 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#working-with-acls">Working with ACLs</a></li>
236 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#sample-acl">Sample ACL</a></li>
237 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-rights">Access Rights</a></li>
238 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-control-defaults">Access Control Defaults</a></li>
239 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#access-control-identifier-aci">Access Control Identifier (ACI)</a></li>
240 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#negative-rights">Negative Rights</a></li>
241 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#calculating-a-users-rights">Calculating a Users' Rights</a></li>
242 </ul>
243 </li>
244 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#login-authentication">Login Authentication</a><ul>
245 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#anonymous-login">Anonymous Login</a></li>
246 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#plaintext-authentication">Plaintext Authentication</a></li>
247 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#kerberos-logins">Kerberos Logins</a></li>
248 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#shared-secrets-logins">Shared Secrets Logins</a></li>
249 </ul>
250 </li>
251 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quotas">Quotas</a><ul>
252 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#working-with-quotas">Working with Quotas</a></li>
253 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#monitor-and-repair">Monitor and Repair</a></li>
254 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#supported-quota-types">Supported Quota Types</a></li>
255 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quota-roots">Quota Roots</a></li>
256 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#controlling-quota-behavior">Controlling Quota Behavior</a></li>
257 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#mail-delivery-behavior">Mail Delivery Behavior</a></li>
258 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quota-warnings-upon-select-when-user-has-d-rights">Quota Warnings Upon Select When User Has <code class="docutils literal"><span class="pre">d</span></code> Rights</a></li>
259 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#quotas-and-partitions">Quotas and Partitions</a></li>
260 </ul>
261 </li>
262 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#new-mail-notification">New Mail Notification</a></li>
263 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#partitions">Partitions</a><ul>
264 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#specifying-partitions-with-create">Specifying Partitions with &quot;create&quot;</a></li>
265 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#changing-partitions-with-rename">Changing Partitions with &quot;rename&quot;</a></li>
266 </ul>
267 </li>
268 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#news">News</a></li>
269 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#pop3-server">POP3 Server</a></li>
270 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#the-syslog-facility">The syslog facility</a></li>
271 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#mail-directory-recovery">Mail Directory Recovery</a><ul>
272 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#reconstructing-mailbox-directories">Reconstructing Mailbox Directories</a></li>
273 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#reconstructing-the-mailboxes-file">Reconstructing the Mailboxes File</a></li>
274 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#reconstructing-quota-roots">Reconstructing Quota Roots</a></li>
275 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#removing-quota-roots">Removing Quota Roots</a></li>
276 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#subscriptions">Subscriptions</a></li>
277 </ul>
278 </li>
279 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#configuration-directory">Configuration Directory</a><ul>
280 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#log-directory">Log Directory</a></li>
281 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#proc-directory">Proc Directory</a></li>
282 </ul>
283 </li>
284 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#message-delivery">Message Delivery</a><ul>
285 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#local-mail-transfer-protocol-lmtp">Local Mail Transfer Protocol (lmtp)</a></li>
286 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#single-instance-store">Single Instance Store</a></li>
287 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#duplicate-delivery-suppression">Duplicate Delivery Suppression</a></li>
288 </ul>
289 </li>
290 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#sieve-a-mail-filtering-language">Sieve, a Mail Filtering Language</a></li>
291 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/overview_and_concepts.html#cyrus-murder-the-imap-aggregator">Cyrus Murder, the IMAP Aggregator</a></li>
292 </ul>
293 </li>
294 </ul>
295 </li>
296 <li class="toctree-l1"><a class="reference internal" href="../../../../../setup.html">Setup</a><ul>
297 <li class="toctree-l2"><a class="reference internal" href="../../../../developer/compiling.html">Compiling</a><ul>
298 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/compiling.html#setting-up-dependencies">Setting up dependencies</a><ul>
299 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#required-build-dependencies">Required Build Dependencies</a></li>
300 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#build-dependencies-for-additional-functionality">Build dependencies for additional functionality</a></li>
301 </ul>
302 </li>
303 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/compiling.html#compile-cyrus">Compile Cyrus</a><ul>
304 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#default-build-mail-only">Default build: mail only</a></li>
305 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#optional-dependencies">Optional dependencies</a></li>
306 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#compile">Compile</a></li>
307 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html#check">Check</a></li>
308 </ul>
309 </li>
310 </ul>
311 </li>
312 <li class="toctree-l2"><a class="reference internal" href="../../../../installing.html">Installing Cyrus</a><ul>
313 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#install-cyrus">Install Cyrus</a></li>
314 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#optional-components">Optional Components</a><ul>
315 <li class="toctree-l4"><a class="reference internal" href="../../../installation/manage-dav.html">HTTP modules</a></li>
316 <li class="toctree-l4"><a class="reference internal" href="../../../installation/virus.html">Virus Scanner</a></li>
317 </ul>
318 </li>
319 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#setting-up-syslog">Setting up syslog</a></li>
320 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#create-cyrus-environment">Create Cyrus environment</a><ul>
321 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#set-up-the-cyrus-mail-user-and-group">Set up the cyrus:mail user and group</a></li>
322 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#authentication-with-sasl">Authentication with SASL</a></li>
323 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#mail-delivery-from-your-mta">Mail delivery from your MTA</a></li>
324 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#protocol-ports">Protocol ports</a></li>
325 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#cyrus-config-files">Cyrus config files</a></li>
326 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#optional-setting-up-tls-certificates">Optional: Setting up TLS certificates</a></li>
327 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html#prepare-ephemeral-run-time-storage-directories">Prepare ephemeral (run-time) storage directories</a></li>
328 </ul>
329 </li>
330 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#launch-cyrus">Launch Cyrus</a></li>
331 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#send-a-test-email">Send a test email</a></li>
332 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#checking-carddav-and-caldav">Checking CardDAV and CalDAV</a></li>
333 <li class="toctree-l3"><a class="reference internal" href="../../../../installing.html#troubleshooting">Troubleshooting</a></li>
334 </ul>
335 </li>
336 <li class="toctree-l2"><a class="reference internal" href="../../../upgrade.html">Upgrading to 3.4</a><ul>
337 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#preparation">1. Preparation</a><ul>
338 <li class="toctree-l4"><a class="reference internal" href="../../../upgrade.html#installation-from-tarball">Installation from tarball</a></li>
339 <li class="toctree-l4"><a class="reference internal" href="../../../upgrade.html#how-are-you-planning-on-upgrading">How are you planning on upgrading?</a></li>
340 <li class="toctree-l4"><a class="reference internal" href="../../../upgrade.html#do-what-as-who">Do What As Who?</a></li>
341 </ul>
342 </li>
343 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#install-new-3-4-cyrus">2. Install new 3.4 Cyrus</a></li>
344 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#shut-down-existing-cyrus">3. Shut down existing Cyrus</a></li>
345 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#backup-and-copy-existing-data">4. Backup and Copy existing data</a></li>
346 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#copy-config-files-and-update">5. Copy config files and update</a></li>
347 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#upgrade-specific-items">6. Upgrade specific items</a></li>
348 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#start-new-3-4-cyrus-and-verify">7. Start new 3.4 Cyrus and verify</a></li>
349 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#reconstruct-databases-and-cache">8. Reconstruct databases and cache</a></li>
350 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#do-you-want-any-new-features">9. Do you want any new features?</a></li>
351 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#upgrade-complete">10. Upgrade complete</a></li>
352 <li class="toctree-l3"><a class="reference internal" href="../../../upgrade.html#special-note-for-murder-configurations">Special note for Murder configurations</a></li>
353 </ul>
354 </li>
355 <li class="toctree-l2"><a class="reference internal" href="../../../../concepts/deployment.html">Configuration Guide</a><ul>
356 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html">Deployment Scenarios</a><ul>
357 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#single-server-deployments">Single Server Deployments</a></li>
358 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#multi-server-deployments">Multi Server Deployments</a></li>
359 </ul>
360 </li>
361 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#cyrus-murder-server-aggregation">Cyrus Murder: Server aggregation</a><ul>
362 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#the-discrete-murder">The Discrete Murder</a></li>
363 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#the-unified-murder">The Unified Murder</a></li>
364 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#the-shared-murder">The Shared Murder</a></li>
365 </ul>
366 </li>
367 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#cyrus-replication">Cyrus Replication</a></li>
368 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/deployment_scenarios.html#hosted-environments">Hosted Environments</a></li>
369 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/databases.html">Databases</a><ul>
370 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/databases.html#overview">Overview</a></li>
371 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/databases.html#file-list">File list</a></li>
372 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/databases.html#storage-types">Storage types</a></li>
373 </ul>
374 </li>
375 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html">Mailbox Creation Distribution</a><ul>
376 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#selection-mode">Selection Mode</a></li>
377 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#special-cases">Special cases</a></li>
378 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#partitions-exclusion">Partitions Exclusion</a></li>
379 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#partitions-usage-data-reset">Partitions Usage Data Reset</a></li>
380 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#mailbox-creation-distribution-through-murder-frontend">Mailbox Creation Distribution Through <code class="docutils literal"><span class="pre">murder</span> <span class="pre">frontend</span></code></a></li>
381 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#backends-exclusion">Backends Exclusion</a></li>
382 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/mailbox_creation_distribution.html#backends-usage-data-reset">Backends Usage Data Reset</a></li>
383 </ul>
384 </li>
385 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/known_protocol_limitations.html">Known Protocol Limitations</a><ul>
386 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/known_protocol_limitations.html#pop3-and-mailbox-locking">POP3 and Mailbox Locking</a></li>
387 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/known_protocol_limitations.html#cyrus-imap-pop3-implementation">Cyrus IMAP POP3 Implementation</a></li>
388 </ul>
389 </li>
390 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/authentication_and_authorization.html">Authentication and Authorization</a><ul>
391 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/authentication_and_authorization.html#client-authentication">Client Authentication</a></li>
392 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/authentication_and_authorization.html#users-and-mailboxes">Users and Mailboxes</a></li>
393 </ul>
394 </li>
395 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/performance_recommendations.html">Performance Recommendations</a><ul>
396 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/performance_recommendations.html#databases-on-temporary-filesystems">Databases on Temporary Filesystems</a></li>
397 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/performance_recommendations.html#certificates">Certificates</a></li>
398 </ul>
399 </li>
400 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/storage.html">Storage Considerations</a><ul>
401 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#general-notes-on-storage">General Notes on Storage</a></li>
402 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#redundancy">Redundancy</a></li>
403 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#availability">Availability</a></li>
404 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#performance">Performance</a></li>
405 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#scalability">Scalability</a></li>
406 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#capacity">Capacity</a></li>
407 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/storage.html#cost">Cost</a></li>
408 </ul>
409 </li>
410 <li class="toctree-l3"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html">Supported Platforms and System Requirements</a><ul>
411 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#building-cyrus-imap">Building Cyrus IMAP</a></li>
412 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#required-software-components">Required Software Components</a></li>
413 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#recommended-software-components">Recommended Software Components</a></li>
414 <li class="toctree-l4"><a class="reference internal" href="../../../../concepts/deployment/supported-platforms.html#recommended-software-components-enabled-by-default">Recommended Software Components Enabled by Default</a></li>
415 </ul>
416 </li>
417 </ul>
418 </li>
419 </ul>
420 </li>
421 <li class="toctree-l1"><a class="reference internal" href="../../../../../operations.html">Operations</a><ul>
422 <li class="toctree-l2"><a class="reference internal" href="../../../../reference/manpages/commands.html">Man pages</a><ul>
423 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/manpages/commands.html#configuration-files">(5) Configuration Files</a><ul>
424 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/configs/cyrus.conf.html"><strong>cyrus.conf</strong></a></li>
425 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/configs/imapd.conf.html"><strong>imapd.conf</strong></a></li>
426 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/configs/krb.equiv.html"><strong>krb.equiv</strong></a></li>
427 </ul>
428 </li>
429 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/manpages/commands.html#system-commands">(8) System Commands</a><ul>
430 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/arbitron.html"><strong>arbitron</strong></a></li>
431 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/backupd.html"><strong>backupd</strong></a></li>
432 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/chk_cyrus.html"><strong>chk_cyrus</strong></a></li>
433 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_backups.html"><strong>ctl_backups</strong></a></li>
434 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_conversationsdb.html"><strong>ctl_conversationsdb</strong></a></li>
435 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_cyrusdb.html"><strong>ctl_cyrusdb</strong></a></li>
436 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_deliver.html"><strong>ctl_deliver</strong></a></li>
437 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_mboxlist.html"><strong>ctl_mboxlist</strong></a></li>
438 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ctl_zoneinfo.html"><strong>ctl_zoneinfo</strong></a></li>
439 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cvt_cyrusdb.html"><strong>cvt_cyrusdb</strong></a></li>
440 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cvt_xlist_specialuse.html"><strong>cvt_xlist_specialuse</strong></a></li>
441 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_backup.html"><strong>cyr_backup</strong></a></li>
442 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_buildinfo.html"><strong>cyr_buildinfo</strong></a></li>
443 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_dbtool.html"><strong>cyr_dbtool</strong></a></li>
444 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_deny.html"><strong>cyr_deny</strong></a></li>
445 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_df.html"><strong>cyr_df</strong></a></li>
446 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_expire.html"><strong>cyr_expire</strong></a></li>
447 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_info.html"><strong>cyr_info</strong></a></li>
448 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_sequence.html"><strong>cyr_sequence</strong></a></li>
449 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_synclog.html"><strong>cyr_synclog</strong></a></li>
450 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_userseen.html"><strong>cyr_userseen</strong></a></li>
451 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyr_virusscan.html"><strong>cyr_virusscan</strong></a></li>
452 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyradm.html"><strong>cyradm</strong></a></li>
453 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/cyrdump.html"><strong>cyrdump</strong></a></li>
454 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/deliver.html"><strong>deliver</strong></a></li>
455 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/fetchnews.html"><strong>fetchnews</strong></a></li>
456 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/fud.html"><strong>fud</strong></a></li>
457 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/httpd.html"><strong>httpd</strong></a></li>
458 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/idled.html"><strong>idled</strong></a></li>
459 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/imapd.html"><strong>imapd</strong></a></li>
460 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ipurge.html"><strong>ipurge</strong></a></li>
461 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/lmtpd.html"><strong>lmtpd</strong></a></li>
462 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/lmtpproxyd.html"><strong>lmtpproxyd</strong></a></li>
463 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/masssievec.html"><strong>masssievec</strong></a></li>
464 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/master.html"><strong>master</strong></a></li>
465 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mbexamine.html"><strong>mbexamine</strong></a></li>
466 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mbpath.html"><strong>mbpath</strong></a></li>
467 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mbtool.html"><strong>mbtool</strong></a></li>
468 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mkimap.html"><strong>mkimap</strong></a></li>
469 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mknewsgroups.html"><strong>mknewsgroups</strong></a></li>
470 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/mupdate.html"><strong>mupdate</strong></a></li>
471 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/nntpd.html"><strong>nntpd</strong></a></li>
472 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/notifyd.html"><strong>notifyd</strong></a></li>
473 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/pop3d.html"><strong>pop3d</strong></a></li>
474 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/pop3proxyd.html"><strong>pop3proxyd</strong></a></li>
475 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/promstatsd.html"><strong>promstatsd</strong></a></li>
476 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/proxyd.html"><strong>proxyd</strong></a></li>
477 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ptdump.html"><strong>ptdump</strong></a></li>
478 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ptexpire.html"><strong>ptexpire</strong></a></li>
479 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/ptloader.html"><strong>ptloader</strong></a></li>
480 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/quota.html"><strong>quota</strong></a></li>
481 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/reconstruct.html"><strong>reconstruct</strong></a></li>
482 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/rehash.html"><strong>rehash</strong></a></li>
483 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/restore.html"><strong>restore</strong></a></li>
484 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sievec.html"><strong>sievec</strong></a></li>
485 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sieved.html"><strong>sieved</strong></a></li>
486 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/smmapd.html"><strong>smmapd</strong></a></li>
487 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/squatter.html"><strong>squatter</strong></a></li>
488 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sync_client.html"><strong>sync_client</strong></a></li>
489 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sync_reset.html"><strong>sync_reset</strong></a></li>
490 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/sync_server.html"><strong>sync_server</strong></a></li>
491 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/timsieved.html"><strong>timsieved</strong></a></li>
492 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/tls_prune.html"><strong>tls_prune</strong></a></li>
493 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/translatesieve.html"><strong>translatesieve</strong></a></li>
494 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/systemcommands/unexpunge.html"><strong>unexpunge</strong></a></li>
495 </ul>
496 </li>
497 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/manpages/commands.html#user-commands">(1) User Commands</a><ul>
498 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/arbitronsort.pl.html"><strong>arbitronsort.pl</strong></a></li>
499 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/dav_reconstruct.html"><strong>dav_reconstruct</strong></a></li>
500 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/httptest.html"><strong>httptest</strong></a></li>
501 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/imtest.html"><strong>imtest</strong></a></li>
502 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/installsieve.html"><strong>installsieve</strong></a></li>
503 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/lmtptest.html"><strong>lmtptest</strong></a></li>
504 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/mupdatetest.html"><strong>mupdatetest</strong></a></li>
505 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/nntptest.html"><strong>nntptest</strong></a></li>
506 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/pop3test.html"><strong>pop3test</strong></a></li>
507 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/sieveshell.html"><strong>sieveshell</strong></a></li>
508 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/sivtest.html"><strong>sivtest</strong></a></li>
509 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/smtptest.html"><strong>smtptest</strong></a></li>
510 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/manpages/usercommands/synctest.html"><strong>synctest</strong></a></li>
511 </ul>
512 </li>
513 </ul>
514 </li>
515 <li class="toctree-l2"><a class="reference internal" href="../../../../reference/admin.html">Administrator Guide</a><ul>
516 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/admin.html#architecture">Architecture</a><ul>
517 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/architecture.html">System Architecture</a></li>
518 </ul>
519 </li>
520 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/admin.html#management">Management</a><ul>
521 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/locations.html">File &amp; Directory Locations</a></li>
522 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/ports-sockets.html">Ports and Sockets</a></li>
523 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/access-control.html">Access Control</a></li>
524 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/quotas.html">Quotas</a></li>
525 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/sieve.html">Cyrus Sieve</a></li>
526 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/backups.html">Cyrus Backups</a></li>
527 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/nntp.html">Cyrus NNTP</a></li>
528 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/protlayer.html">Cyrus Prot Layer</a></li>
529 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/sop.html">Standard Operating Procedures</a></li>
530 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/eventsource.html">Cyrus Event Source</a></li>
531 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/monitoring.html">Monitoring</a></li>
532 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/config-mailboxdistribution.html">Mailbox Distribution</a></li>
533 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/murder/murder.html">Cyrus Murder</a></li>
534 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/nginx-proxy.html">HOWTO: Using an NGINX IMAP Proxy</a></li>
535 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/admin/tweaking.html">Tweaking Cyrus IMAP</a></li>
536 </ul>
537 </li>
538 </ul>
539 </li>
540 <li class="toctree-l2"><a class="reference internal" href="../../../../reference/faq.html">Frequently Asked Questions</a><ul>
541 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#features">Features</a><ul>
542 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/feature-database-backend.html">Which database backend should I use for which databases?</a></li>
543 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/feature-duplicate-delivery.html">Duplicate Delivery Suppression</a></li>
544 </ul>
545 </li>
546 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#installation-problems">Installation Problems</a><ul>
547 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-compilationerrors.html">Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora</a></li>
548 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-install-help.html">Help! There must be an easier way to get all this going...</a></li>
549 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/install-linkerwarnings.html">OpenSSL Version Mismatches</a></li>
550 </ul>
551 </li>
552 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#common-feature-requests">Common Feature Requests</a><ul>
553 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-murder-ha.html">Does the Cyrus Murder support High Availability configurations?</a></li>
554 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-pop3-logging.html">Can I configure pop3d to log amount and size of messages fetched by user?</a></li>
555 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-publicssharedfolders.html">How can I make CyrusSieve work with public shared folders?</a></li>
556 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/r-subfolders.html">Can I have subfolders not appear under INBOX?</a></li>
557 </ul>
558 </li>
559 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#common-operational-questions">Common Operational Questions</a><ul>
560 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-acls.html">How do I view ACLs on a mailbox?</a></li>
561 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-annotations.html">What annotations are available?</a></li>
562 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-configdir-tempfs.html">Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem?</a></li>
563 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-coredump.html">How to enable core dumps</a></li>
564 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-delete-mailbox.html">Why can I not delete a mailbox as an admin user?</a></li>
565 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-deleted-expired-expunged-purged.html">When is What ... Deleted, Expired, Expunged or Purged?</a></li>
566 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-deliverdb-size.html">Why is deliver.db so large?</a></li>
567 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-freezes.html">I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in!</a></li>
568 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-gdb.html">How to run gdb on Cyrus components</a></li>
569 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-mailbox-doesnotexist.html">Cyrus delivers claims that the mailbox does not exist</a></li>
570 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-mixedcase.html">Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail?</a></li>
571 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-otherdatabases.html">Can I use MySQL (or another SQL database) as the primary mail store?</a></li>
572 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-pop3slow.html">Why do POP3 connections take so long, but once the connection is established all is well?</a></li>
573 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-reconstruct.html">Why does reconstruct -m not work?</a></li>
574 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-sharedfilesystem-gpfs.html">Shared File Systems GPFS for high availability</a></li>
575 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-telemetry.html">How to enable telemetry</a></li>
576 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-toomanyprocesses.html">The process count keeps growing!</a></li>
577 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-unable-join-environment.html">&quot;unable to join environment&quot; error</a></li>
578 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/o-vacation-mailfrom.html">Why does Cyrus set the MAIL FROM address of the sender of vacation responses to '&lt;&gt;'?</a></li>
579 </ul>
580 </li>
581 <li class="toctree-l3"><a class="reference internal" href="../../../../reference/faq.html#common-interoperability-problems">Common Interoperability Problems</a><ul>
582 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-8bit.html">Why does Cyrus reject 8-bit characters in the headers of my messages?</a></li>
583 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-barenewlines.html">Why does Cyrus reject messages with &quot;bare newlines&quot;?</a></li>
584 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-sieve-exim.html">How do I get Cyrus Sieve to play nice with Exim?</a></li>
585 <li class="toctree-l4"><a class="reference internal" href="../../../../reference/faqs/interop-slow-delivery.html">Why does mail delivery go slow or hang sometimes?</a></li>
586 </ul>
587 </li>
588 </ul>
589 </li>
590 </ul>
591 </li>
592 <li class="toctree-l1"><a class="reference internal" href="../../../../../developers.html">Developers</a><ul>
593 <li class="toctree-l2"><a class="reference internal" href="../../../../../contribute.html">We need your help</a></li>
594 <li class="toctree-l2"><a class="reference internal" href="../../../../developer/documentation.html">Contribute docs</a><ul>
595 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#overview">Overview</a></li>
596 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#documentation-tools">Documentation Tools</a></li>
597 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#building-the-files">Building the files</a></li>
598 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#submitting-updates">Submitting updates</a><ul>
599 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#using-github-pull-requests">Using GitHub pull requests</a></li>
600 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#patches-through-the-mailing-list">Patches through the mailing list</a></li>
601 </ul>
602 </li>
603 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#special-tags">Special Tags</a><ul>
604 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#rfc">rfc</a></li>
605 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#cyrusman">cyrusman</a></li>
606 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#imap-current-stable-version">imap_current_stable_version</a></li>
607 </ul>
608 </li>
609 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/documentation.html#conventions-man-pages">Conventions: Man Pages</a><ul>
610 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#synopsis">Synopsis</a></li>
611 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/documentation.html#examples">Examples</a></li>
612 </ul>
613 </li>
614 </ul>
615 </li>
616 <li class="toctree-l2"><a class="reference internal" href="../../../../developer.html">Contribute code and tests</a><ul>
617 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#getting-started">Getting Started</a><ul>
618 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/process.html">Development Process</a></li>
619 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/overview.html">Overview of Cyrus development environment</a></li>
620 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/github-guide.html">GitHub guide</a></li>
621 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/compiling.html">Compiling</a></li>
622 <li class="toctree-l4"><a class="reference internal" href="../../../../installing.html">Installing Cyrus</a></li>
623 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/developer-testing.html">Developer Test Environment</a></li>
624 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/jmap.html">JMAP support</a></li>
625 </ul>
626 </li>
627 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#system-files-and-databases">System files and Databases</a><ul>
628 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/namespaces.html">Namespaces: a developer view</a></li>
629 </ul>
630 </li>
631 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#resources">Resources</a><ul>
632 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/libraries.html">Developer Libraries</a></li>
633 </ul>
634 </li>
635 <li class="toctree-l3"><a class="reference internal" href="../../../../developer.html#releasing">Releasing</a><ul>
636 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/releasing.html">Releasing Cyrus IMAP</a></li>
637 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/ancient-releasing.html">Releasing new builds of ancient Cyrus IMAP versions</a></li>
638 </ul>
639 </li>
640 </ul>
641 </li>
642 <li class="toctree-l2"><a class="reference internal" href="../../../../developer/cyrusworks.html">Cyrus.Works</a><ul>
643 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/cyrusworks.html#about-cyrus-works">About Cyrus Works</a></li>
644 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/cyrusworks.html#how-it-works">How it works</a></li>
645 </ul>
646 </li>
647 <li class="toctree-l2"><a class="reference internal" href="../../../../../developers.html#cyrus-internals">Cyrus Internals</a><ul>
648 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/API.html">Cyrus APIs</a><ul>
649 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/API/cyrusdb.html">CyrusDB API</a></li>
650 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/API/cyrusdb2.html">cyrusdb API</a></li>
651 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/API/index-api.html">Index API</a></li>
652 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/API/mailbox-api.html">Mailbox API</a></li>
653 </ul>
654 </li>
655 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/thoughts.html">Thoughts &amp; Notes</a><ul>
656 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/thoughts/backup.html">Notes for backup implementation</a></li>
657 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/thoughts/bytecode.html">Cyrus IMAP Server: Sieve Bytecode</a></li>
658 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/thoughts/caldav_scheduling_flowchart.html">Cyrus CalDAV Scheduling Flowchart</a></li>
659 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/thoughts/improved_mboxlist_sort.html">Enabling improved_mboxlist_sort</a></li>
660 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/thoughts/notes.html">Cyrus IMAP Server: Notes</a></li>
661 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/thoughts/prot-events.html">Cyrus IMAP Server: Prot Events</a></li>
662 </ul>
663 </li>
664 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/guidance.html">Guidance for Developers</a><ul>
665 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/hacking.html">Cyrus IMAP Server: Hacking</a></li>
666 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/internationalization.html">Cyrus IMAP Server: Internationalization</a></li>
667 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/locking.html">Cyrus IMAP Server: Locking</a></li>
668 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/mailbox-format.html">Cyrus IMAP Server: Mailbox File Formats</a></li>
669 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/namelocks.html">Cyrus IMAP Server: Namelocks</a></li>
670 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/prot.html">Cyrus IMAP Server: prot layer</a></li>
671 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/replication_examples.html">Cyrus IMAP Server: Replication Examples</a></li>
672 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/replication_protocol.html">Cyrus IMAP Server: Replication Protocol v2.4+</a></li>
673 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/special_chars.html">Cyrus IMAP Server: Special Characters</a></li>
674 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/guidance/var_directory_structure.html">Cyrus IMAP Server: var directory structure</a></li>
675 </ul>
676 </li>
677 </ul>
678 </li>
679 <li class="toctree-l2"><a class="reference internal" href="../../../../../developers.html#unit-tests">Unit Tests</a><ul>
680 <li class="toctree-l3"><a class="reference internal" href="../../../../developer/unit-tests.html">Unit Tests</a><ul>
681 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#table-of-contents">Table of Contents</a></li>
682 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#introduction">1. Introduction</a></li>
683 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#what-is-a-unit-test">2. What Is A Unit Test?</a></li>
684 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#running-the-tests">3. Running The Tests</a></li>
685 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#debugging-a-test">3.6 Debugging A Test</a></li>
686 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#adding-your-own-tests">4. Adding Your Own Tests</a></li>
687 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#where-to-put-your-tests">4.1 Where To Put Your Tests</a></li>
688 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#adding-a-new-suite">4.1 Adding A New Suite</a></li>
689 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#adding-a-test-to-a-suite">4.2 Adding A Test To A Suite</a></li>
690 <li class="toctree-l4"><a class="reference internal" href="../../../../developer/unit-tests.html#suite-setup-and-teardown">4.3 Suite Setup And Teardown</a></li>
691 </ul>
692 </li>
693 </ul>
694 </li>
695 </ul>
696 </li>
697 <li class="toctree-l1"><a class="reference internal" href="../../../../../support.html">Support/Community</a><ul>
698 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-bugs.html">Found a bug?</a></li>
699 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-mailing-lists.html">Mailing lists</a></li>
700 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-irc.html">IRC</a></li>
701 <li class="toctree-l2"><a class="reference internal" href="../../../../support/feedback-meetings.html">Weekly meetings</a></li>
702 <li class="toctree-l2"><a class="reference internal" href="../../../../../overview/about_cyrus.html">About</a><ul>
703 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html">What is Cyrus</a><ul>
704 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#what-is-cyrus">What is Cyrus</a></li>
705 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#what-is-imap">What is IMAP?</a></li>
706 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#imap-version-4-imap4">IMAP Version 4 (IMAP4)</a></li>
707 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#mime">Mime</a></li>
708 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/what_is_cyrus.html#smtp">SMTP</a></li>
709 </ul>
710 </li>
711 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/who_is_cyrus.html">Who Is Cyrus</a><ul>
712 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/who_is_cyrus.html#core-contributors">Core Contributors</a></li>
713 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/who_is_cyrus.html#individual-contributors-and-past-contributors">Individual contributors and past contributors</a></li>
714 </ul>
715 </li>
716 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/cyrus_roadmap.html">Cyrus Roadmap</a><ul>
717 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_roadmap.html#high-level-roadmap">High Level Roadmap</a></li>
718 </ul>
719 </li>
720 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/cyrus_history.html">Cyrus History</a></li>
721 <li class="toctree-l3"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html">Cyrus Bylaws</a><ul>
722 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#i-the-cyrus-governance-board">I. The Cyrus Governance Board</a></li>
723 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#ii-the-cyrus-core-developers-group">II. The Cyrus Core Developers Group</a></li>
724 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#iii-the-release-engineer">III. The Release Engineer</a></li>
725 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#iv-the-cyrus-roadmap">IV. The Cyrus Roadmap</a></li>
726 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#v-development-process">V. Development Process</a></li>
727 <li class="toctree-l4"><a class="reference internal" href="../../../../../overview/cyrus_bylaws.html#vi-changes-to-the-bylaws">VI. Changes to the Bylaws</a></li>
728 </ul>
729 </li>
730 </ul>
731 </li>
732 </ul>
733 </li>
734 </ul>
735 <p class="caption"><span class="caption-text">Cyrus SASL</span></p>
736 <ul>
737 <li class="toctree-l1"><a class="reference external" href="http://www.cyrusimap.org/sasl">Cyrus SASL</a></li>
738 </ul>
739
740
741
742 </div>
743
744 <div class="buildstatus">
745 <a href="https://travis-ci.org/cyrusimap/cyrus-imapd" target="_blank">cyrus-imapd-3.4: <img src="https://travis-ci.org/cyrusimap/cyrus-imapd.svg?branch=cyrus-imapd-3.4"></a>
746 </div>
747 &nbsp;
748 </nav>
749
750 <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
751
752
753 <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
754 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
755 <a href="../../../../../index.html">Cyrus IMAP</a>
756 </nav>
757
758
759
760 <div class="wy-nav-content">
761 <div class="rst-content">
762
763 <div role="navigation" aria-label="breadcrumbs navigation">
764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766
767 <li><a href="../../../../../download.html">Download</a> &raquo;</li>
768
769 <li><a href="../../index.html">Release Notes</a> &raquo;</li>
770
771 <li><a href="../index.html">Cyrus IMAP 3.4 Releases</a> &raquo;</li>
772
773 <li>Cyrus IMAP 3.4.1 Release Notes</li>
774 <li class="wy-breadcrumbs-aside">
775
776
777 <a href="https://github.com/cyrusimap/cyrus-imapd/blob/cyrus-imapd-3.4/docsrc/imap/download/release-notes/3.4/x/3.4.1.rst" class="fa fa-github"> Edit on GitHub</a>
778
779
780 </li>
781 </ul>
782 <hr/>
783 </div>
784 <div role="main" class="document">
785
786 <div class="section" id="cyrus-imap-3-4-1-release-notes">
787 <h1>Cyrus IMAP 3.4.1 Release Notes<a class="headerlink" href="#cyrus-imap-3-4-1-release-notes" title="Permalink to this headline">¶</a></h1>
788 <p>Download from GitHub:</p>
789 <blockquote>
790 <div><ul class="simple">
791 <li><a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.4.1/cyrus-imapd-3.4.1.tar.gz">https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.4.1/cyrus-imapd-3.4.1.tar.gz</a></li>
792 <li><a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.4.1/cyrus-imapd-3.4.1.tar.gz.sig">https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.4.1/cyrus-imapd-3.4.1.tar.gz.sig</a></li>
793 </ul>
794 </div></blockquote>
795 <div class="section" id="changes-since-3-4-0">
796 <span id="relnotes-3-4-1-changes"></span><h2>Changes since 3.4.0<a class="headerlink" href="#changes-since-3-4-0" title="Permalink to this headline">¶</a></h2>
797 <div class="section" id="security-fixes">
798 <h3>Security fixes:<a class="headerlink" href="#security-fixes" title="Permalink to this headline">¶</a></h3>
799 <ul class="simple">
800 <li>Fixed <a class="reference external" href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32056">CVE-2021-32056</a>: Remote authenticated users could bypass intended
801 access restrictions on certain server annotations. Additionally, a
802 long-standing bug in replication did not allow server annotations to be
803 replicated. Combining these two bugs, a remote authenticated user could
804 stall replication, requiring administrator intervention.</li>
805 </ul>
806 </div>
807 <div class="section" id="build-changes">
808 <h3>Build changes<a class="headerlink" href="#build-changes" title="Permalink to this headline">¶</a></h3>
809 <ul class="simple">
810 <li>Fixed <a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/issues/3462">Issue #3462</a>: using GLIBC-only macro to check for GCC features
811 (thanks Andy Fiddaman)</li>
812 </ul>
813 </div>
814 <div class="section" id="bug-fixes">
815 <h3>Bug fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this headline">¶</a></h3>
816 <ul class="simple">
817 <li>Fixed <a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/issues/3456">Issue #3456</a>: per-server annotations were unable to replicate</li>
818 <li>Fixed <a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/issues/3468">Issue #3468</a>: <cite>ctl_cyrusdb -r</cite> assertion on startup when mboxlist_db
819 configured to &quot;skiplist&quot; (thanks Felix J. Ogris)</li>
820 <li>Fixed: JMAP email updates must result in non-empty mailboxIds</li>
821 <li>Fixed: output JMAP dates as Dates, not UTCDates</li>
822 </ul>
823 </div>
824 <div class="section" id="fixes-to-nonstandard-jmap-extensions">
825 <h3>Fixes to nonstandard JMAP extensions<a class="headerlink" href="#fixes-to-nonstandard-jmap-extensions" title="Permalink to this headline">¶</a></h3>
826 <p>(These extensions are not yet formally standardised, and are only available
827 with the <cite>jmap_nonstandard_extensions</cite> <a class="reference internal" href="../../../../reference/manpages/configs/imapd.conf.html#std:cyrusman-imapd.conf(5)">imapd.conf(5)</a> option
828 enabled.)</p>
829 <ul class="simple">
830 <li>Fixed: JMAP Calendars Extension - gracefully handle empty property values</li>
831 <li>Fixed: JMAP Calendars Extension - ignore empty string default values in
832 events</li>
833 <li>Fixed: JMAP Calendars Extension - do not use Participant.email for scheduling</li>
834 </ul>
835 </div>
836 </div>
837 </div>
838
839
840 </div>
841 <footer>
842
843 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
844
845 <a href="../../3.2/index.html" class="btn btn-neutral float-right" title="Cyrus IMAP 3.2 Releases" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
846
847
848 <a href="3.4.0.html" class="btn btn-neutral" title="Cyrus IMAP 3.4.0 Release Notes" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
849
850 </div>
851
852
853 <hr/>
854
855 <div role="contentinfo">
856 <p>
857 &copy; Copyright 1993-2018, The Cyrus Team. Last updated on May 03 2021
858 </p>
859 </div>
860 Built with <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9 using a modified <a href="https://readthedocs.org">Read the Docs</a> <a href="https://github.com/snide/sphinx_rtd_theme">theme</a>.
861
862 </footer>
863 </div>
864 </div>
865
866 </section>
867
868 </div>
869
870
871
872
873
874 <script type="text/javascript">
875 var DOCUMENTATION_OPTIONS = {
876 URL_ROOT:'../../../../../',
877 VERSION:'3.4.1',
878 COLLAPSE_INDEX:false,
879 FILE_SUFFIX:'.html',
880 HAS_SOURCE: true
881 };
882 </script>
883 <script type="text/javascript" src="../../../../../_static/jquery.js"></script>
884 <script type="text/javascript" src="../../../../../_static/underscore.js"></script>
885 <script type="text/javascript" src="../../../../../_static/doctools.js"></script>
886 <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
887
888
889
890
891
892 <script type="text/javascript" src="../../../../../_static/js/theme.js"></script>
893
894
895
896
897 <script type="text/javascript">
898 <!-- jQuery(function () {
899 SphinxRtdTheme.StickyNav.enable();
900 }); -->
901 </script>
902
903
904
905
906
907 </body>
908 </html>
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus IMAP 3.5 Tags &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus IMAP 3.5 Tags &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Release Notes" href="../index.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.3 Tags" href="../3.3/index.html"/>
4040 <link rel="prev" title="Cyrus IMAP 2.5.17 Release Notes" href="../2.5/x/2.5.17.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../download.html">Download</a> &raquo;</li>
768768
833833 <script type="text/javascript">
834834 var DOCUMENTATION_OPTIONS = {
835835 URL_ROOT:'../../../../',
836 VERSION:'3.4.0',
836 VERSION:'3.4.1',
837837 COLLAPSE_INDEX:false,
838838 FILE_SUFFIX:'.html',
839839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Release Notes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Release Notes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Download" href="../../../download.html"/>
3939 <link rel="next" title="Cyrus IMAP 3.4 Releases" href="3.4/index.html"/>
4040 <link rel="prev" title="Ubuntu" href="../installation/distributions/ubuntu.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../download.html">Download</a> &raquo;</li>
768768
787787 <p>A 3.<strong>0</strong>.1 release is stable, but a 3.<strong>1</strong>.4 release is developmental only.</p>
788788 <div class="section" id="stable-version">
789789 <h2>Stable Version<a class="headerlink" href="#stable-version" title="Permalink to this headline">¶</a></h2>
790 <p>Latest stable version is <a href="3.4/x/3.4.0.html">3.4.0</a>. Documentation at <a class="reference external" href="https://www.cyrusimap.org/">https://www.cyrusimap.org/</a>.</p>
790 <p>Latest stable version is <a href="3.4/x/3.4.1.html">3.4.1</a>. Documentation at <a class="reference external" href="https://www.cyrusimap.org/">https://www.cyrusimap.org/</a>.</p>
791791 </div>
792792 <div class="section" id="development-version">
793793 <h2>Development Version<a class="headerlink" href="#development-version" title="Permalink to this headline">¶</a></h2>
914914 <script type="text/javascript">
915915 var DOCUMENTATION_OPTIONS = {
916916 URL_ROOT:'../../../',
917 VERSION:'3.4.0',
917 VERSION:'3.4.1',
918918 COLLAPSE_INDEX:false,
919919 FILE_SUFFIX:'.html',
920920 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Upgrading to 3.4 &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Upgrading to 3.4 &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Setup" href="../../setup.html"/>
3939 <link rel="next" title="Configuration Guide" href="../concepts/deployment.html"/>
4040 <link rel="prev" title="Virus Scanner" href="installation/virus.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../setup.html">Setup</a> &raquo;</li>
768768
11871187 <script type="text/javascript">
11881188 var DOCUMENTATION_OPTIONS = {
11891189 URL_ROOT:'../../',
1190 VERSION:'3.4.0',
1190 VERSION:'3.4.1',
11911191 COLLAPSE_INDEX:false,
11921192 FILE_SUFFIX:'.html',
11931193 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Installing Cyrus &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Installing Cyrus &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../genindex.html"/>
3636 <link rel="search" title="Search" href="../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../index.html"/>
3838 <link rel="up" title="Setup" href="../setup.html"/>
3939 <link rel="next" title="HTTP modules" href="download/installation/manage-dav.html"/>
4040 <link rel="prev" title="Compiling" href="developer/compiling.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../setup.html">Setup</a> &raquo;</li>
768768
14901490 <script type="text/javascript">
14911491 var DOCUMENTATION_OPTIONS = {
14921492 URL_ROOT:'../',
1493 VERSION:'3.4.0',
1493 VERSION:'3.4.1',
14941494 COLLAPSE_INDEX:false,
14951495 FILE_SUFFIX:'.html',
14961496 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Introduction to Cyrus IMAP &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Introduction to Cyrus IMAP &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Quickstart Guide" href="../../quickstart.html"/>
3939 <link rel="next" title="Overview" href="../../overview.html"/>
4040 <link rel="prev" title="Quickstart Guide" href="../../quickstart.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../quickstart.html">Quickstart Guide</a> &raquo;</li>
768768
866866 <script type="text/javascript">
867867 var DOCUMENTATION_OPTIONS = {
868868 URL_ROOT:'../../',
869 VERSION:'3.4.0',
869 VERSION:'3.4.1',
870870 COLLAPSE_INDEX:false,
871871 FILE_SUFFIX:'.html',
872872 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Combining Access Rights &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Combining Access Rights &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Access Control" href="../access-control.html"/>
3939 <link rel="next" title="Access Control Defaults" href="defaults.html"/>
4040 <link rel="prev" title="Access Control" href="../access-control.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
940940 <script type="text/javascript">
941941 var DOCUMENTATION_OPTIONS = {
942942 URL_ROOT:'../../../../',
943 VERSION:'3.4.0',
943 VERSION:'3.4.1',
944944 COLLAPSE_INDEX:false,
945945 FILE_SUFFIX:'.html',
946946 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Access Control Defaults &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Access Control Defaults &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Access Control" href="../access-control.html"/>
3939 <link rel="next" title="Access Control Identifier (ACI)" href="identifiers.html"/>
4040 <link rel="prev" title="Combining Access Rights" href="combining-rights.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
869869 <script type="text/javascript">
870870 var DOCUMENTATION_OPTIONS = {
871871 URL_ROOT:'../../../../',
872 VERSION:'3.4.0',
872 VERSION:'3.4.1',
873873 COLLAPSE_INDEX:false,
874874 FILE_SUFFIX:'.html',
875875 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Access Control Identifier (ACI) &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Access Control Identifier (ACI) &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Access Control" href="../access-control.html"/>
3939 <link rel="next" title="Access Control Lists Rights Reference" href="rights-reference.html"/>
4040 <link rel="prev" title="Access Control Defaults" href="defaults.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
904904 <script type="text/javascript">
905905 var DOCUMENTATION_OPTIONS = {
906906 URL_ROOT:'../../../../',
907 VERSION:'3.4.0',
907 VERSION:'3.4.1',
908908 COLLAPSE_INDEX:false,
909909 FILE_SUFFIX:'.html',
910910 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Access Control Lists Rights Reference &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Access Control Lists Rights Reference &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Access Control" href="../access-control.html"/>
3939 <link rel="next" title="Quotas" href="../quotas.html"/>
4040 <link rel="prev" title="Access Control Identifier (ACI)" href="identifiers.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
11431143 <script type="text/javascript">
11441144 var DOCUMENTATION_OPTIONS = {
11451145 URL_ROOT:'../../../../',
1146 VERSION:'3.4.0',
1146 VERSION:'3.4.1',
11471147 COLLAPSE_INDEX:false,
11481148 FILE_SUFFIX:'.html',
11491149 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Access Control &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Access Control &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../admin.html"/>
3939 <link rel="next" title="Combining Access Rights" href="access-control/combining-rights.html"/>
4040 <link rel="prev" title="Cyrus Socket Locations" href="ports/sockets.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
847847 <script type="text/javascript">
848848 var DOCUMENTATION_OPTIONS = {
849849 URL_ROOT:'../../../',
850 VERSION:'3.4.0',
850 VERSION:'3.4.1',
851851 COLLAPSE_INDEX:false,
852852 FILE_SUFFIX:'.html',
853853 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Backups &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Backups &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../admin.html"/>
3939 <link rel="next" title="Cyrus NNTP" href="nntp.html"/>
4040 <link rel="prev" title="Cyrus Sieve" href="sieve.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
13101310 <script type="text/javascript">
13111311 var DOCUMENTATION_OPTIONS = {
13121312 URL_ROOT:'../../../',
1313 VERSION:'3.4.0',
1313 VERSION:'3.4.1',
13141314 COLLAPSE_INDEX:false,
13151315 FILE_SUFFIX:'.html',
13161316 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Distribution &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Mailbox Distribution &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../admin.html"/>
3939 <link rel="next" title="Cyrus Murder" href="murder/murder.html"/>
4040 <link rel="prev" title="Monitoring" href="monitoring.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
10211021 <script type="text/javascript">
10221022 var DOCUMENTATION_OPTIONS = {
10231023 URL_ROOT:'../../../',
1024 VERSION:'3.4.0',
1024 VERSION:'3.4.1',
10251025 COLLAPSE_INDEX:false,
10261026 FILE_SUFFIX:'.html',
10271027 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Event Source &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Event Source &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../admin.html"/>
3939 <link rel="next" title="Monitoring" href="monitoring.html"/>
4040 <link rel="prev" title="Managing user_deny.db" href="sop/userdeny.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
906906 <script type="text/javascript">
907907 var DOCUMENTATION_OPTIONS = {
908908 URL_ROOT:'../../../',
909 VERSION:'3.4.0',
909 VERSION:'3.4.1',
910910 COLLAPSE_INDEX:false,
911911 FILE_SUFFIX:'.html',
912912 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Archive Partitions &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Archive Partitions &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="File &amp; Directory Locations" href="../locations.html"/>
3939 <link rel="next" title="Configuration file locations" href="configuration-state.html"/>
4040 <link rel="prev" title="File &amp; Directory Locations" href="../locations.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
880880 <script type="text/javascript">
881881 var DOCUMENTATION_OPTIONS = {
882882 URL_ROOT:'../../../../',
883 VERSION:'3.4.0',
883 VERSION:'3.4.1',
884884 COLLAPSE_INDEX:false,
885885 FILE_SUFFIX:'.html',
886886 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Configuration file locations &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Configuration file locations &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="File &amp; Directory Locations" href="../locations.html"/>
3939 <link rel="next" title="Directory Hashing" href="hashing.html"/>
4040 <link rel="prev" title="Archive Partitions" href="archive-partitions.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10541054 <script type="text/javascript">
10551055 var DOCUMENTATION_OPTIONS = {
10561056 URL_ROOT:'../../../../',
1057 VERSION:'3.4.0',
1057 VERSION:'3.4.1',
10581058 COLLAPSE_INDEX:false,
10591059 FILE_SUFFIX:'.html',
10601060 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Directory Hashing &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Directory Hashing &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="File &amp; Directory Locations" href="../locations.html"/>
3939 <link rel="next" title="Spool Directories" href="mailspool.html"/>
4040 <link rel="prev" title="Configuration file locations" href="configuration-state.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
852852 <script type="text/javascript">
853853 var DOCUMENTATION_OPTIONS = {
854854 URL_ROOT:'../../../../',
855 VERSION:'3.4.0',
855 VERSION:'3.4.1',
856856 COLLAPSE_INDEX:false,
857857 FILE_SUFFIX:'.html',
858858 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Spool Directories &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Spool Directories &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="File &amp; Directory Locations" href="../locations.html"/>
3939 <link rel="next" title="Search Tiers" href="searchtiers.html"/>
4040 <link rel="prev" title="Directory Hashing" href="hashing.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
942942 <script type="text/javascript">
943943 var DOCUMENTATION_OPTIONS = {
944944 URL_ROOT:'../../../../',
945 VERSION:'3.4.0',
945 VERSION:'3.4.1',
946946 COLLAPSE_INDEX:false,
947947 FILE_SUFFIX:'.html',
948948 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Search Tiers &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Search Tiers &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="File &amp; Directory Locations" href="../locations.html"/>
3939 <link rel="next" title="Ports and Sockets" href="../ports-sockets.html"/>
4040 <link rel="prev" title="Spool Directories" href="mailspool.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
899899 <script type="text/javascript">
900900 var DOCUMENTATION_OPTIONS = {
901901 URL_ROOT:'../../../../',
902 VERSION:'3.4.0',
902 VERSION:'3.4.1',
903903 COLLAPSE_INDEX:false,
904904 FILE_SUFFIX:'.html',
905905 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>File &amp; Directory Locations &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>File &amp; Directory Locations &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../admin.html"/>
3939 <link rel="next" title="Archive Partitions" href="locations/archive-partitions.html"/>
4040 <link rel="prev" title="System Architecture" href="../architecture.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
10131013 <script type="text/javascript">
10141014 var DOCUMENTATION_OPTIONS = {
10151015 URL_ROOT:'../../../',
1016 VERSION:'3.4.0',
1016 VERSION:'3.4.1',
10171017 COLLAPSE_INDEX:false,
10181018 FILE_SUFFIX:'.html',
10191019 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Monitoring &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Monitoring &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../admin.html"/>
3939 <link rel="next" title="Mailbox Distribution" href="config-mailboxdistribution.html"/>
4040 <link rel="prev" title="Cyrus Event Source" href="eventsource.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
877877 <script type="text/javascript">
878878 var DOCUMENTATION_OPTIONS = {
879879 URL_ROOT:'../../../',
880 VERSION:'3.4.0',
880 VERSION:'3.4.1',
881881 COLLAPSE_INDEX:false,
882882 FILE_SUFFIX:'.html',
883883 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Murder: Concepts &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Murder: Concepts &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Cyrus Murder" href="murder.html"/>
3939 <link rel="next" title="Cyrus Murder: Installation and Administration" href="murder-installation.html"/>
4040 <link rel="prev" title="Cyrus Murder" href="murder.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
13741374 <script type="text/javascript">
13751375 var DOCUMENTATION_OPTIONS = {
13761376 URL_ROOT:'../../../../',
1377 VERSION:'3.4.0',
1377 VERSION:'3.4.1',
13781378 COLLAPSE_INDEX:false,
13791379 FILE_SUFFIX:'.html',
13801380 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Murder Failure Modes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Murder Failure Modes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Cyrus Murder" href="murder.html"/>
3939 <link rel="next" title="Cyrus Murder Mail Delivery" href="murder-mail-delivery.html"/>
4040 <link rel="prev" title="Cyrus Murder Mupdate Details" href="murder-mupdate-details.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
867867 <script type="text/javascript">
868868 var DOCUMENTATION_OPTIONS = {
869869 URL_ROOT:'../../../../',
870 VERSION:'3.4.0',
870 VERSION:'3.4.1',
871871 COLLAPSE_INDEX:false,
872872 FILE_SUFFIX:'.html',
873873 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Murder: Installation and Administration &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Murder: Installation and Administration &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Cyrus Murder" href="murder.html"/>
3939 <link rel="next" title="Cyrus Murder Mupdate Details" href="murder-mupdate-details.html"/>
4040 <link rel="prev" title="Cyrus Murder: Concepts" href="murder-concepts.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
12881288 <script type="text/javascript">
12891289 var DOCUMENTATION_OPTIONS = {
12901290 URL_ROOT:'../../../../',
1291 VERSION:'3.4.0',
1291 VERSION:'3.4.1',
12921292 COLLAPSE_INDEX:false,
12931293 FILE_SUFFIX:'.html',
12941294 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Murder Mail Delivery &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Murder Mail Delivery &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Cyrus Murder" href="murder.html"/>
3939 <link rel="next" title="HOWTO: Using an NGINX IMAP Proxy" href="../nginx-proxy.html"/>
4040 <link rel="prev" title="Cyrus Murder Failure Modes" href="murder-failure-modes.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
866866 <script type="text/javascript">
867867 var DOCUMENTATION_OPTIONS = {
868868 URL_ROOT:'../../../../',
869 VERSION:'3.4.0',
869 VERSION:'3.4.1',
870870 COLLAPSE_INDEX:false,
871871 FILE_SUFFIX:'.html',
872872 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Murder Mupdate Details &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Murder Mupdate Details &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Cyrus Murder" href="murder.html"/>
3939 <link rel="next" title="Cyrus Murder Failure Modes" href="murder-failure-modes.html"/>
4040 <link rel="prev" title="Cyrus Murder: Installation and Administration" href="murder-installation.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
991991 <script type="text/javascript">
992992 var DOCUMENTATION_OPTIONS = {
993993 URL_ROOT:'../../../../',
994 VERSION:'3.4.0',
994 VERSION:'3.4.1',
995995 COLLAPSE_INDEX:false,
996996 FILE_SUFFIX:'.html',
997997 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Murder &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Murder &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../../admin.html"/>
3939 <link rel="next" title="Cyrus Murder: Concepts" href="murder-concepts.html"/>
4040 <link rel="prev" title="Mailbox Distribution" href="../config-mailboxdistribution.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
872872 <script type="text/javascript">
873873 var DOCUMENTATION_OPTIONS = {
874874 URL_ROOT:'../../../../',
875 VERSION:'3.4.0',
875 VERSION:'3.4.1',
876876 COLLAPSE_INDEX:false,
877877 FILE_SUFFIX:'.html',
878878 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>HOWTO: Using an NGINX IMAP Proxy &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>HOWTO: Using an NGINX IMAP Proxy &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../admin.html"/>
3939 <link rel="next" title="Tweaking Cyrus IMAP" href="tweaking.html"/>
4040 <link rel="prev" title="Cyrus Murder Mail Delivery" href="murder/murder-mail-delivery.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
823823 <script type="text/javascript">
824824 var DOCUMENTATION_OPTIONS = {
825825 URL_ROOT:'../../../',
826 VERSION:'3.4.0',
826 VERSION:'3.4.1',
827827 COLLAPSE_INDEX:false,
828828 FILE_SUFFIX:'.html',
829829 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus NNTP &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus NNTP &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../admin.html"/>
3939 <link rel="next" title="Cyrus Prot Layer" href="protlayer.html"/>
4040 <link rel="prev" title="Cyrus Backups" href="backups.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
950950 <script type="text/javascript">
951951 var DOCUMENTATION_OPTIONS = {
952952 URL_ROOT:'../../../',
953 VERSION:'3.4.0',
953 VERSION:'3.4.1',
954954 COLLAPSE_INDEX:false,
955955 FILE_SUFFIX:'.html',
956956 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Service Definitions &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Service Definitions &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Ports and Sockets" href="../ports-sockets.html"/>
3939 <link rel="next" title="Cyrus Socket Locations" href="sockets.html"/>
4040 <link rel="prev" title="Ports and Sockets" href="../ports-sockets.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
852852 <script type="text/javascript">
853853 var DOCUMENTATION_OPTIONS = {
854854 URL_ROOT:'../../../../',
855 VERSION:'3.4.0',
855 VERSION:'3.4.1',
856856 COLLAPSE_INDEX:false,
857857 FILE_SUFFIX:'.html',
858858 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Socket Locations &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Socket Locations &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Ports and Sockets" href="../ports-sockets.html"/>
3939 <link rel="next" title="Access Control" href="../access-control.html"/>
4040 <link rel="prev" title="Cyrus Service Definitions" href="services.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
867867 <script type="text/javascript">
868868 var DOCUMENTATION_OPTIONS = {
869869 URL_ROOT:'../../../../',
870 VERSION:'3.4.0',
870 VERSION:'3.4.1',
871871 COLLAPSE_INDEX:false,
872872 FILE_SUFFIX:'.html',
873873 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Ports and Sockets &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Ports and Sockets &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../admin.html"/>
3939 <link rel="next" title="Cyrus Service Definitions" href="ports/services.html"/>
4040 <link rel="prev" title="Search Tiers" href="locations/searchtiers.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
833833 <script type="text/javascript">
834834 var DOCUMENTATION_OPTIONS = {
835835 URL_ROOT:'../../../',
836 VERSION:'3.4.0',
836 VERSION:'3.4.1',
837837 COLLAPSE_INDEX:false,
838838 FILE_SUFFIX:'.html',
839839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Prot Layer &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Prot Layer &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../admin.html"/>
3939 <link rel="next" title="Standard Operating Procedures" href="sop.html"/>
4040 <link rel="prev" title="Cyrus NNTP" href="nntp.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
878878 <script type="text/javascript">
879879 var DOCUMENTATION_OPTIONS = {
880880 URL_ROOT:'../../../',
881 VERSION:'3.4.0',
881 VERSION:'3.4.1',
882882 COLLAPSE_INDEX:false,
883883 FILE_SUFFIX:'.html',
884884 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Quota Roots &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Quota Roots &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Quotas" href="../quotas.html"/>
3939 <link rel="next" title="Supported Quota Types" href="quotatypes.html"/>
4040 <link rel="prev" title="Quotas" href="../quotas.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
846846 <script type="text/javascript">
847847 var DOCUMENTATION_OPTIONS = {
848848 URL_ROOT:'../../../../',
849 VERSION:'3.4.0',
849 VERSION:'3.4.1',
850850 COLLAPSE_INDEX:false,
851851 FILE_SUFFIX:'.html',
852852 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Supported Quota Types &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Supported Quota Types &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Quotas" href="../quotas.html"/>
3939 <link rel="next" title="Cyrus Sieve" href="../sieve.html"/>
4040 <link rel="prev" title="Quota Roots" href="quotaroots.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
853853 <script type="text/javascript">
854854 var DOCUMENTATION_OPTIONS = {
855855 URL_ROOT:'../../../../',
856 VERSION:'3.4.0',
856 VERSION:'3.4.1',
857857 COLLAPSE_INDEX:false,
858858 FILE_SUFFIX:'.html',
859859 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Quotas &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Quotas &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../admin.html"/>
3939 <link rel="next" title="Quota Roots" href="quotas/quotaroots.html"/>
4040 <link rel="prev" title="Access Control Lists Rights Reference" href="access-control/rights-reference.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
950950 <script type="text/javascript">
951951 var DOCUMENTATION_OPTIONS = {
952952 URL_ROOT:'../../../',
953 VERSION:'3.4.0',
953 VERSION:'3.4.1',
954954 COLLAPSE_INDEX:false,
955955 FILE_SUFFIX:'.html',
956956 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Sieve &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Sieve &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../admin.html"/>
3939 <link rel="next" title="Cyrus Backups" href="backups.html"/>
4040 <link rel="prev" title="Supported Quota Types" href="quotas/quotatypes.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
10831083 <script type="text/javascript">
10841084 var DOCUMENTATION_OPTIONS = {
10851085 URL_ROOT:'../../../',
1086 VERSION:'3.4.0',
1086 VERSION:'3.4.1',
10871087 COLLAPSE_INDEX:false,
10881088 FILE_SUFFIX:'.html',
10891089 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Running Cyrus IMAP Services on Non-Standard Ports &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Running Cyrus IMAP Services on Non-Standard Ports &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
3939 <link rel="next" title="Reconstructing Mailboxes" href="reconstructing.html"/>
4040 <link rel="prev" title="Deleting and Undeleting Messages and Folders" href="deleting.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
863863 <script type="text/javascript">
864864 var DOCUMENTATION_OPTIONS = {
865865 URL_ROOT:'../../../../',
866 VERSION:'3.4.0',
866 VERSION:'3.4.1',
867867 COLLAPSE_INDEX:false,
868868 FILE_SUFFIX:'.html',
869869 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Alternative Namespace &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Alternative Namespace &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
3939 <link rel="next" title="Deleting and Undeleting Messages and Folders" href="deleting.html"/>
4040 <link rel="prev" title="Reloading Cyrus IMAP Services" href="reloading.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
833833 <script type="text/javascript">
834834 var DOCUMENTATION_OPTIONS = {
835835 URL_ROOT:'../../../../',
836 VERSION:'3.4.0',
836 VERSION:'3.4.1',
837837 COLLAPSE_INDEX:false,
838838 FILE_SUFFIX:'.html',
839839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Deleting and Undeleting Messages and Folders &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Deleting and Undeleting Messages and Folders &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
3939 <link rel="next" title="Running Cyrus IMAP Services on Non-Standard Ports" href="administration-running.html"/>
4040 <link rel="prev" title="Alternative Namespace" href="altnamespace.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10201020 <script type="text/javascript">
10211021 var DOCUMENTATION_OPTIONS = {
10221022 URL_ROOT:'../../../../',
1023 VERSION:'3.4.0',
1023 VERSION:'3.4.1',
10241024 COLLAPSE_INDEX:false,
10251025 FILE_SUFFIX:'.html',
10261026 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Operations &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Mailbox Operations &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
3939 <link rel="next" title="Mailbox Folders exempt from quota" href="mailbox-quota.html"/>
4040 <link rel="prev" title="Replication: Installation and Administration" href="replication.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
832832 <script type="text/javascript">
833833 var DOCUMENTATION_OPTIONS = {
834834 URL_ROOT:'../../../../',
835 VERSION:'3.4.0',
835 VERSION:'3.4.1',
836836 COLLAPSE_INDEX:false,
837837 FILE_SUFFIX:'.html',
838838 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailbox Folders exempt from quota &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Mailbox Folders exempt from quota &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Mailbox Operations" href="mailbox-operations.html"/>
3939 <link rel="next" title="Reloading Cyrus IMAP Services" href="reloading.html"/>
4040 <link rel="prev" title="Mailbox Operations" href="mailbox-operations.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
840840 <script type="text/javascript">
841841 var DOCUMENTATION_OPTIONS = {
842842 URL_ROOT:'../../../../',
843 VERSION:'3.4.0',
843 VERSION:'3.4.1',
844844 COLLAPSE_INDEX:false,
845845 FILE_SUFFIX:'.html',
846846 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Reconstructing Mailboxes &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Reconstructing Mailboxes &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
3939 <link rel="next" title="Using Squatter for Faster IMAP SEARCH" href="squatter.html"/>
4040 <link rel="prev" title="Running Cyrus IMAP Services on Non-Standard Ports" href="administration-running.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
857857 <script type="text/javascript">
858858 var DOCUMENTATION_OPTIONS = {
859859 URL_ROOT:'../../../../',
860 VERSION:'3.4.0',
860 VERSION:'3.4.1',
861861 COLLAPSE_INDEX:false,
862862 FILE_SUFFIX:'.html',
863863 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Reloading Cyrus IMAP Services &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Reloading Cyrus IMAP Services &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
3939 <link rel="next" title="Alternative Namespace" href="altnamespace.html"/>
4040 <link rel="prev" title="Mailbox Folders exempt from quota" href="mailbox-quota.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
838838 <script type="text/javascript">
839839 var DOCUMENTATION_OPTIONS = {
840840 URL_ROOT:'../../../../',
841 VERSION:'3.4.0',
841 VERSION:'3.4.1',
842842 COLLAPSE_INDEX:false,
843843 FILE_SUFFIX:'.html',
844844 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Replication: Installation and Administration &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Replication: Installation and Administration &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
3939 <link rel="next" title="Mailbox Operations" href="mailbox-operations.html"/>
4040 <link rel="prev" title="Standard Operating Procedures" href="../sop.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
12691269 <script type="text/javascript">
12701270 var DOCUMENTATION_OPTIONS = {
12711271 URL_ROOT:'../../../../',
1272 VERSION:'3.4.0',
1272 VERSION:'3.4.1',
12731273 COLLAPSE_INDEX:false,
12741274 FILE_SUFFIX:'.html',
12751275 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Splitting Metadata from Partitions &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Splitting Metadata from Partitions &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
3939 <link rel="next" title="Managing user_deny.db" href="userdeny.html"/>
4040 <link rel="prev" title="Using Squatter for Faster IMAP SEARCH" href="squatter.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
852852 <script type="text/javascript">
853853 var DOCUMENTATION_OPTIONS = {
854854 URL_ROOT:'../../../../',
855 VERSION:'3.4.0',
855 VERSION:'3.4.1',
856856 COLLAPSE_INDEX:false,
857857 FILE_SUFFIX:'.html',
858858 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Using Squatter for Faster IMAP SEARCH &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Using Squatter for Faster IMAP SEARCH &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
3939 <link rel="next" title="Splitting Metadata from Partitions" href="splitting-metadata.html"/>
4040 <link rel="prev" title="Reconstructing Mailboxes" href="reconstructing.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
850850 <script type="text/javascript">
851851 var DOCUMENTATION_OPTIONS = {
852852 URL_ROOT:'../../../../',
853 VERSION:'3.4.0',
853 VERSION:'3.4.1',
854854 COLLAPSE_INDEX:false,
855855 FILE_SUFFIX:'.html',
856856 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Managing user_deny.db &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Managing user_deny.db &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Standard Operating Procedures" href="../sop.html"/>
3939 <link rel="next" title="Cyrus Event Source" href="../eventsource.html"/>
4040 <link rel="prev" title="Splitting Metadata from Partitions" href="splitting-metadata.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
851851 <script type="text/javascript">
852852 var DOCUMENTATION_OPTIONS = {
853853 URL_ROOT:'../../../../',
854 VERSION:'3.4.0',
854 VERSION:'3.4.1',
855855 COLLAPSE_INDEX:false,
856856 FILE_SUFFIX:'.html',
857857 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Standard Operating Procedures &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Standard Operating Procedures &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../admin.html"/>
3939 <link rel="next" title="Replication: Installation and Administration" href="sop/replication.html"/>
4040 <link rel="prev" title="Cyrus Prot Layer" href="protlayer.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
872872 <script type="text/javascript">
873873 var DOCUMENTATION_OPTIONS = {
874874 URL_ROOT:'../../../',
875 VERSION:'3.4.0',
875 VERSION:'3.4.1',
876876 COLLAPSE_INDEX:false,
877877 FILE_SUFFIX:'.html',
878878 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Tweaking Cyrus IMAP &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Tweaking Cyrus IMAP &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="../admin.html"/>
3939 <link rel="next" title="Frequently Asked Questions" href="../faq.html"/>
4040 <link rel="prev" title="HOWTO: Using an NGINX IMAP Proxy" href="nginx-proxy.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
958958 <script type="text/javascript">
959959 var DOCUMENTATION_OPTIONS = {
960960 URL_ROOT:'../../../',
961 VERSION:'3.4.0',
961 VERSION:'3.4.1',
962962 COLLAPSE_INDEX:false,
963963 FILE_SUFFIX:'.html',
964964 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Administrator Guide &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Administrator Guide &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Operations" href="../../operations.html"/>
3939 <link rel="next" title="System Architecture" href="architecture.html"/>
4040 <link rel="prev" title="synctest" href="manpages/usercommands/synctest.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../operations.html">Operations</a> &raquo;</li>
768768
954954 <script type="text/javascript">
955955 var DOCUMENTATION_OPTIONS = {
956956 URL_ROOT:'../../',
957 VERSION:'3.4.0',
957 VERSION:'3.4.1',
958958 COLLAPSE_INDEX:false,
959959 FILE_SUFFIX:'.html',
960960 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>System Architecture &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>System Architecture &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Administrator Guide" href="admin.html"/>
3939 <link rel="next" title="File &amp; Directory Locations" href="admin/locations.html"/>
4040 <link rel="prev" title="Administrator Guide" href="admin.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../operations.html">Operations</a> &raquo;</li>
768768
990990 <script type="text/javascript">
991991 var DOCUMENTATION_OPTIONS = {
992992 URL_ROOT:'../../',
993 VERSION:'3.4.0',
993 VERSION:'3.4.1',
994994 COLLAPSE_INDEX:false,
995995 FILE_SUFFIX:'.html',
996996 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Frequently Asked Questions &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Frequently Asked Questions &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Operations" href="../../operations.html"/>
3939 <link rel="next" title="Which database backend should I use for which databases?" href="faqs/feature-database-backend.html"/>
4040 <link rel="prev" title="Tweaking Cyrus IMAP" href="admin/tweaking.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../operations.html">Operations</a> &raquo;</li>
768768
889889 <script type="text/javascript">
890890 var DOCUMENTATION_OPTIONS = {
891891 URL_ROOT:'../../',
892 VERSION:'3.4.0',
892 VERSION:'3.4.1',
893893 COLLAPSE_INDEX:false,
894894 FILE_SUFFIX:'.html',
895895 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Which database backend should I use for which databases? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Which database backend should I use for which databases? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Duplicate Delivery Suppression" href="feature-duplicate-delivery.html"/>
4040 <link rel="prev" title="Frequently Asked Questions" href="../faq.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
832832 <script type="text/javascript">
833833 var DOCUMENTATION_OPTIONS = {
834834 URL_ROOT:'../../../',
835 VERSION:'3.4.0',
835 VERSION:'3.4.1',
836836 COLLAPSE_INDEX:false,
837837 FILE_SUFFIX:'.html',
838838 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Duplicate Delivery Suppression &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Duplicate Delivery Suppression &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora" href="install-compilationerrors.html"/>
4040 <link rel="prev" title="Which database backend should I use for which databases?" href="feature-database-backend.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
837837 <script type="text/javascript">
838838 var DOCUMENTATION_OPTIONS = {
839839 URL_ROOT:'../../../',
840 VERSION:'3.4.0',
840 VERSION:'3.4.1',
841841 COLLAPSE_INDEX:false,
842842 FILE_SUFFIX:'.html',
843843 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Help! There must be an easier way to get all this going..." href="install-install-help.html"/>
4040 <link rel="prev" title="Duplicate Delivery Suppression" href="feature-duplicate-delivery.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
884884 <script type="text/javascript">
885885 var DOCUMENTATION_OPTIONS = {
886886 URL_ROOT:'../../../',
887 VERSION:'3.4.0',
887 VERSION:'3.4.1',
888888 COLLAPSE_INDEX:false,
889889 FILE_SUFFIX:'.html',
890890 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Help! There must be an easier way to get all this going... &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Help! There must be an easier way to get all this going... &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="OpenSSL Version Mismatches" href="install-linkerwarnings.html"/>
4040 <link rel="prev" title="Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora" href="install-compilationerrors.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
839839 <script type="text/javascript">
840840 var DOCUMENTATION_OPTIONS = {
841841 URL_ROOT:'../../../',
842 VERSION:'3.4.0',
842 VERSION:'3.4.1',
843843 COLLAPSE_INDEX:false,
844844 FILE_SUFFIX:'.html',
845845 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>OpenSSL Version Mismatches &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>OpenSSL Version Mismatches &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Does the Cyrus Murder support High Availability configurations?" href="r-murder-ha.html"/>
4040 <link rel="prev" title="Help! There must be an easier way to get all this going..." href="install-install-help.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
841841 <script type="text/javascript">
842842 var DOCUMENTATION_OPTIONS = {
843843 URL_ROOT:'../../../',
844 VERSION:'3.4.0',
844 VERSION:'3.4.1',
845845 COLLAPSE_INDEX:false,
846846 FILE_SUFFIX:'.html',
847847 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why does Cyrus reject 8-bit characters in the headers of my messages? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Why does Cyrus reject 8-bit characters in the headers of my messages? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Why does Cyrus reject messages with &#34;bare newlines&#34;?" href="interop-barenewlines.html"/>
4040 <link rel="prev" title="Why does Cyrus set the MAIL FROM address of the sender of vacation responses to &#39;&lt;&gt;&#39;?" href="o-vacation-mailfrom.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
852852 <script type="text/javascript">
853853 var DOCUMENTATION_OPTIONS = {
854854 URL_ROOT:'../../../',
855 VERSION:'3.4.0',
855 VERSION:'3.4.1',
856856 COLLAPSE_INDEX:false,
857857 FILE_SUFFIX:'.html',
858858 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why does Cyrus reject messages with &#34;bare newlines&#34;? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Why does Cyrus reject messages with &#34;bare newlines&#34;? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="How do I get Cyrus Sieve to play nice with Exim?" href="interop-sieve-exim.html"/>
4040 <link rel="prev" title="Why does Cyrus reject 8-bit characters in the headers of my messages?" href="interop-8bit.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
824824 <script type="text/javascript">
825825 var DOCUMENTATION_OPTIONS = {
826826 URL_ROOT:'../../../',
827 VERSION:'3.4.0',
827 VERSION:'3.4.1',
828828 COLLAPSE_INDEX:false,
829829 FILE_SUFFIX:'.html',
830830 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>How do I get Cyrus Sieve to play nice with Exim? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>How do I get Cyrus Sieve to play nice with Exim? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Why does mail delivery go slow or hang sometimes?" href="interop-slow-delivery.html"/>
4040 <link rel="prev" title="Why does Cyrus reject messages with &#34;bare newlines&#34;?" href="interop-barenewlines.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
837837 <script type="text/javascript">
838838 var DOCUMENTATION_OPTIONS = {
839839 URL_ROOT:'../../../',
840 VERSION:'3.4.0',
840 VERSION:'3.4.1',
841841 COLLAPSE_INDEX:false,
842842 FILE_SUFFIX:'.html',
843843 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why does mail delivery go slow or hang sometimes? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Why does mail delivery go slow or hang sometimes? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Developers" href="../../../developers.html"/>
4040 <link rel="prev" title="How do I get Cyrus Sieve to play nice with Exim?" href="interop-sieve-exim.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
838838 <script type="text/javascript">
839839 var DOCUMENTATION_OPTIONS = {
840840 URL_ROOT:'../../../',
841 VERSION:'3.4.0',
841 VERSION:'3.4.1',
842842 COLLAPSE_INDEX:false,
843843 FILE_SUFFIX:'.html',
844844 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>How do I view ACLs on a mailbox? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>How do I view ACLs on a mailbox? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="What annotations are available?" href="o-annotations.html"/>
4040 <link rel="prev" title="Can I have subfolders not appear under INBOX?" href="r-subfolders.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
824824 <script type="text/javascript">
825825 var DOCUMENTATION_OPTIONS = {
826826 URL_ROOT:'../../../',
827 VERSION:'3.4.0',
827 VERSION:'3.4.1',
828828 COLLAPSE_INDEX:false,
829829 FILE_SUFFIX:'.html',
830830 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>What annotations are available? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>What annotations are available? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem?" href="o-configdir-tempfs.html"/>
4040 <link rel="prev" title="How do I view ACLs on a mailbox?" href="o-acls.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
885885 <script type="text/javascript">
886886 var DOCUMENTATION_OPTIONS = {
887887 URL_ROOT:'../../../',
888 VERSION:'3.4.0',
888 VERSION:'3.4.1',
889889 COLLAPSE_INDEX:false,
890890 FILE_SUFFIX:'.html',
891891 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="How to enable core dumps" href="o-coredump.html"/>
4040 <link rel="prev" title="What annotations are available?" href="o-annotations.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
829829 <script type="text/javascript">
830830 var DOCUMENTATION_OPTIONS = {
831831 URL_ROOT:'../../../',
832 VERSION:'3.4.0',
832 VERSION:'3.4.1',
833833 COLLAPSE_INDEX:false,
834834 FILE_SUFFIX:'.html',
835835 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>How to enable core dumps &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>How to enable core dumps &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Why can I not delete a mailbox as an admin user?" href="o-delete-mailbox.html"/>
4040 <link rel="prev" title="Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem?" href="o-configdir-tempfs.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
846846 <script type="text/javascript">
847847 var DOCUMENTATION_OPTIONS = {
848848 URL_ROOT:'../../../',
849 VERSION:'3.4.0',
849 VERSION:'3.4.1',
850850 COLLAPSE_INDEX:false,
851851 FILE_SUFFIX:'.html',
852852 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why can I not delete a mailbox as an admin user? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Why can I not delete a mailbox as an admin user? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="When is What ... Deleted, Expired, Expunged or Purged?" href="o-deleted-expired-expunged-purged.html"/>
4040 <link rel="prev" title="How to enable core dumps" href="o-coredump.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../../',
833 VERSION:'3.4.0',
833 VERSION:'3.4.1',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>When is What ... Deleted, Expired, Expunged or Purged? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>When is What ... Deleted, Expired, Expunged or Purged? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Why is deliver.db so large?" href="o-deliverdb-size.html"/>
4040 <link rel="prev" title="Why can I not delete a mailbox as an admin user?" href="o-delete-mailbox.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
10391039 <script type="text/javascript">
10401040 var DOCUMENTATION_OPTIONS = {
10411041 URL_ROOT:'../../../',
1042 VERSION:'3.4.0',
1042 VERSION:'3.4.1',
10431043 COLLAPSE_INDEX:false,
10441044 FILE_SUFFIX:'.html',
10451045 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why is deliver.db so large? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Why is deliver.db so large? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in!" href="o-freezes.html"/>
4040 <link rel="prev" title="When is What ... Deleted, Expired, Expunged or Purged?" href="o-deleted-expired-expunged-purged.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
831831 <script type="text/javascript">
832832 var DOCUMENTATION_OPTIONS = {
833833 URL_ROOT:'../../../',
834 VERSION:'3.4.0',
834 VERSION:'3.4.1',
835835 COLLAPSE_INDEX:false,
836836 FILE_SUFFIX:'.html',
837837 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in! &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in! &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="How to run gdb on Cyrus components" href="o-gdb.html"/>
4040 <link rel="prev" title="Why is deliver.db so large?" href="o-deliverdb-size.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
833833 <script type="text/javascript">
834834 var DOCUMENTATION_OPTIONS = {
835835 URL_ROOT:'../../../',
836 VERSION:'3.4.0',
836 VERSION:'3.4.1',
837837 COLLAPSE_INDEX:false,
838838 FILE_SUFFIX:'.html',
839839 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>How to run gdb on Cyrus components &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>How to run gdb on Cyrus components &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Cyrus delivers claims that the mailbox does not exist" href="o-mailbox-doesnotexist.html"/>
4040 <link rel="prev" title="I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in!" href="o-freezes.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
846846 <script type="text/javascript">
847847 var DOCUMENTATION_OPTIONS = {
848848 URL_ROOT:'../../../',
849 VERSION:'3.4.0',
849 VERSION:'3.4.1',
850850 COLLAPSE_INDEX:false,
851851 FILE_SUFFIX:'.html',
852852 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus delivers claims that the mailbox does not exist &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus delivers claims that the mailbox does not exist &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail?" href="o-mixedcase.html"/>
4040 <link rel="prev" title="How to run gdb on Cyrus components" href="o-gdb.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
837837 <script type="text/javascript">
838838 var DOCUMENTATION_OPTIONS = {
839839 URL_ROOT:'../../../',
840 VERSION:'3.4.0',
840 VERSION:'3.4.1',
841841 COLLAPSE_INDEX:false,
842842 FILE_SUFFIX:'.html',
843843 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Can I use MySQL (or another SQL database) as the primary mail store?" href="o-otherdatabases.html"/>
4040 <link rel="prev" title="Cyrus delivers claims that the mailbox does not exist" href="o-mailbox-doesnotexist.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
840840 <script type="text/javascript">
841841 var DOCUMENTATION_OPTIONS = {
842842 URL_ROOT:'../../../',
843 VERSION:'3.4.0',
843 VERSION:'3.4.1',
844844 COLLAPSE_INDEX:false,
845845 FILE_SUFFIX:'.html',
846846 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Can I use MySQL (or another SQL database) as the primary mail store? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Can I use MySQL (or another SQL database) as the primary mail store? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Why do POP3 connections take so long, but once the connection is established all is well?" href="o-pop3slow.html"/>
4040 <link rel="prev" title="Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail?" href="o-mixedcase.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
837837 <script type="text/javascript">
838838 var DOCUMENTATION_OPTIONS = {
839839 URL_ROOT:'../../../',
840 VERSION:'3.4.0',
840 VERSION:'3.4.1',
841841 COLLAPSE_INDEX:false,
842842 FILE_SUFFIX:'.html',
843843 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why do POP3 connections take so long, but once the connection is established all is well? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Why do POP3 connections take so long, but once the connection is established all is well? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Why does reconstruct -m not work?" href="o-reconstruct.html"/>
4040 <link rel="prev" title="Can I use MySQL (or another SQL database) as the primary mail store?" href="o-otherdatabases.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
834834 <script type="text/javascript">
835835 var DOCUMENTATION_OPTIONS = {
836836 URL_ROOT:'../../../',
837 VERSION:'3.4.0',
837 VERSION:'3.4.1',
838838 COLLAPSE_INDEX:false,
839839 FILE_SUFFIX:'.html',
840840 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why does reconstruct -m not work? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Why does reconstruct -m not work? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Shared File Systems GPFS for high availability" href="o-sharedfilesystem-gpfs.html"/>
4040 <link rel="prev" title="Why do POP3 connections take so long, but once the connection is established all is well?" href="o-pop3slow.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
846846 <script type="text/javascript">
847847 var DOCUMENTATION_OPTIONS = {
848848 URL_ROOT:'../../../',
849 VERSION:'3.4.0',
849 VERSION:'3.4.1',
850850 COLLAPSE_INDEX:false,
851851 FILE_SUFFIX:'.html',
852852 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Shared File Systems GPFS for high availability &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Shared File Systems GPFS for high availability &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="How to enable telemetry" href="o-telemetry.html"/>
4040 <link rel="prev" title="Why does reconstruct -m not work?" href="o-reconstruct.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
890890 <script type="text/javascript">
891891 var DOCUMENTATION_OPTIONS = {
892892 URL_ROOT:'../../../',
893 VERSION:'3.4.0',
893 VERSION:'3.4.1',
894894 COLLAPSE_INDEX:false,
895895 FILE_SUFFIX:'.html',
896896 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>How to enable telemetry &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>How to enable telemetry &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="The process count keeps growing!" href="o-toomanyprocesses.html"/>
4040 <link rel="prev" title="Shared File Systems GPFS for high availability" href="o-sharedfilesystem-gpfs.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
835835 <script type="text/javascript">
836836 var DOCUMENTATION_OPTIONS = {
837837 URL_ROOT:'../../../',
838 VERSION:'3.4.0',
838 VERSION:'3.4.1',
839839 COLLAPSE_INDEX:false,
840840 FILE_SUFFIX:'.html',
841841 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>The process count keeps growing! &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>The process count keeps growing! &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="&#34;unable to join environment&#34; error" href="o-unable-join-environment.html"/>
4040 <link rel="prev" title="How to enable telemetry" href="o-telemetry.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
839839 <script type="text/javascript">
840840 var DOCUMENTATION_OPTIONS = {
841841 URL_ROOT:'../../../',
842 VERSION:'3.4.0',
842 VERSION:'3.4.1',
843843 COLLAPSE_INDEX:false,
844844 FILE_SUFFIX:'.html',
845845 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>&#34;unable to join environment&#34; error &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>&#34;unable to join environment&#34; error &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Why does Cyrus set the MAIL FROM address of the sender of vacation responses to &#39;&lt;&gt;&#39;?" href="o-vacation-mailfrom.html"/>
4040 <link rel="prev" title="The process count keeps growing!" href="o-toomanyprocesses.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
844844 <script type="text/javascript">
845845 var DOCUMENTATION_OPTIONS = {
846846 URL_ROOT:'../../../',
847 VERSION:'3.4.0',
847 VERSION:'3.4.1',
848848 COLLAPSE_INDEX:false,
849849 FILE_SUFFIX:'.html',
850850 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Why does Cyrus set the MAIL FROM address of the sender of vacation responses to &#39;&lt;&gt;&#39;? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Why does Cyrus set the MAIL FROM address of the sender of vacation responses to &#39;&lt;&gt;&#39;? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Why does Cyrus reject 8-bit characters in the headers of my messages?" href="interop-8bit.html"/>
4040 <link rel="prev" title="&#34;unable to join environment&#34; error" href="o-unable-join-environment.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
858858 <script type="text/javascript">
859859 var DOCUMENTATION_OPTIONS = {
860860 URL_ROOT:'../../../',
861 VERSION:'3.4.0',
861 VERSION:'3.4.1',
862862 COLLAPSE_INDEX:false,
863863 FILE_SUFFIX:'.html',
864864 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Does the Cyrus Murder support High Availability configurations? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Does the Cyrus Murder support High Availability configurations? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Can I configure pop3d to log amount and size of messages fetched by user?" href="r-pop3-logging.html"/>
4040 <link rel="prev" title="OpenSSL Version Mismatches" href="install-linkerwarnings.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
848848 <script type="text/javascript">
849849 var DOCUMENTATION_OPTIONS = {
850850 URL_ROOT:'../../../',
851 VERSION:'3.4.0',
851 VERSION:'3.4.1',
852852 COLLAPSE_INDEX:false,
853853 FILE_SUFFIX:'.html',
854854 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Can I configure pop3d to log amount and size of messages fetched by user? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Can I configure pop3d to log amount and size of messages fetched by user? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="How can I make CyrusSieve work with public shared folders?" href="r-publicssharedfolders.html"/>
4040 <link rel="prev" title="Does the Cyrus Murder support High Availability configurations?" href="r-murder-ha.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
826826 <script type="text/javascript">
827827 var DOCUMENTATION_OPTIONS = {
828828 URL_ROOT:'../../../',
829 VERSION:'3.4.0',
829 VERSION:'3.4.1',
830830 COLLAPSE_INDEX:false,
831831 FILE_SUFFIX:'.html',
832832 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>How can I make CyrusSieve work with public shared folders? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>How can I make CyrusSieve work with public shared folders? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="Can I have subfolders not appear under INBOX?" href="r-subfolders.html"/>
4040 <link rel="prev" title="Can I configure pop3d to log amount and size of messages fetched by user?" href="r-pop3-logging.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
824824 <script type="text/javascript">
825825 var DOCUMENTATION_OPTIONS = {
826826 URL_ROOT:'../../../',
827 VERSION:'3.4.0',
827 VERSION:'3.4.1',
828828 COLLAPSE_INDEX:false,
829829 FILE_SUFFIX:'.html',
830830 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Can I have subfolders not appear under INBOX? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Can I have subfolders not appear under INBOX? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Frequently Asked Questions" href="../faq.html"/>
3939 <link rel="next" title="How do I view ACLs on a mailbox?" href="o-acls.html"/>
4040 <link rel="prev" title="How can I make CyrusSieve work with public shared folders?" href="r-publicssharedfolders.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
829829 <script type="text/javascript">
830830 var DOCUMENTATION_OPTIONS = {
831831 URL_ROOT:'../../../',
832 VERSION:'3.4.0',
832 VERSION:'3.4.1',
833833 COLLAPSE_INDEX:false,
834834 FILE_SUFFIX:'.html',
835835 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Man pages &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Man pages &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../index.html"/>
3838 <link rel="up" title="Operations" href="../../../operations.html"/>
3939 <link rel="next" title="cyrus.conf" href="configs/cyrus.conf.html"/>
4040 <link rel="prev" title="Operations" href="../../../operations.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../operations.html">Operations</a> &raquo;</li>
768768
923923 <script type="text/javascript">
924924 var DOCUMENTATION_OPTIONS = {
925925 URL_ROOT:'../../../',
926 VERSION:'3.4.0',
926 VERSION:'3.4.1',
927927 COLLAPSE_INDEX:false,
928928 FILE_SUFFIX:'.html',
929929 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyrus.conf &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyrus.conf &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="imapd.conf" href="imapd.conf.html"/>
4040 <link rel="prev" title="Man pages" href="../commands.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10651065 <script type="text/javascript">
10661066 var DOCUMENTATION_OPTIONS = {
10671067 URL_ROOT:'../../../../',
1068 VERSION:'3.4.0',
1068 VERSION:'3.4.1',
10691069 COLLAPSE_INDEX:false,
10701070 FILE_SUFFIX:'.html',
10711071 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>imapd.conf &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>imapd.conf &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="krb.equiv" href="krb.equiv.html"/>
4040 <link rel="prev" title="cyrus.conf" href="cyrus.conf.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
38103810 <script type="text/javascript">
38113811 var DOCUMENTATION_OPTIONS = {
38123812 URL_ROOT:'../../../../',
3813 VERSION:'3.4.0',
3813 VERSION:'3.4.1',
38143814 COLLAPSE_INDEX:false,
38153815 FILE_SUFFIX:'.html',
38163816 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>krb.equiv &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>krb.equiv &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="arbitron" href="../systemcommands/arbitron.html"/>
4040 <link rel="prev" title="imapd.conf" href="imapd.conf.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
857857 <script type="text/javascript">
858858 var DOCUMENTATION_OPTIONS = {
859859 URL_ROOT:'../../../../',
860 VERSION:'3.4.0',
860 VERSION:'3.4.1',
861861 COLLAPSE_INDEX:false,
862862 FILE_SUFFIX:'.html',
863863 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>arbitron &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>arbitron &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="backupd" href="backupd.html"/>
4040 <link rel="prev" title="krb.equiv" href="../configs/krb.equiv.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
998998 <script type="text/javascript">
999999 var DOCUMENTATION_OPTIONS = {
10001000 URL_ROOT:'../../../../',
1001 VERSION:'3.4.0',
1001 VERSION:'3.4.1',
10021002 COLLAPSE_INDEX:false,
10031003 FILE_SUFFIX:'.html',
10041004 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>backupd &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>backupd &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="chk_cyrus" href="chk_cyrus.html"/>
4040 <link rel="prev" title="arbitron" href="arbitron.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
909909 <script type="text/javascript">
910910 var DOCUMENTATION_OPTIONS = {
911911 URL_ROOT:'../../../../',
912 VERSION:'3.4.0',
912 VERSION:'3.4.1',
913913 COLLAPSE_INDEX:false,
914914 FILE_SUFFIX:'.html',
915915 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>chk_cyrus &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>chk_cyrus &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="ctl_backups" href="ctl_backups.html"/>
4040 <link rel="prev" title="backupd" href="backupd.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
889889 <script type="text/javascript">
890890 var DOCUMENTATION_OPTIONS = {
891891 URL_ROOT:'../../../../',
892 VERSION:'3.4.0',
892 VERSION:'3.4.1',
893893 COLLAPSE_INDEX:false,
894894 FILE_SUFFIX:'.html',
895895 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ctl_backups &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>ctl_backups &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="ctl_conversationsdb" href="ctl_conversationsdb.html"/>
4040 <link rel="prev" title="chk_cyrus" href="chk_cyrus.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
11001100 <script type="text/javascript">
11011101 var DOCUMENTATION_OPTIONS = {
11021102 URL_ROOT:'../../../../',
1103 VERSION:'3.4.0',
1103 VERSION:'3.4.1',
11041104 COLLAPSE_INDEX:false,
11051105 FILE_SUFFIX:'.html',
11061106 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ctl_conversationsdb &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>ctl_conversationsdb &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="ctl_cyrusdb" href="ctl_cyrusdb.html"/>
4040 <link rel="prev" title="ctl_backups" href="ctl_backups.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
948948 <script type="text/javascript">
949949 var DOCUMENTATION_OPTIONS = {
950950 URL_ROOT:'../../../../',
951 VERSION:'3.4.0',
951 VERSION:'3.4.1',
952952 COLLAPSE_INDEX:false,
953953 FILE_SUFFIX:'.html',
954954 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ctl_cyrusdb &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>ctl_cyrusdb &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="ctl_deliver" href="ctl_deliver.html"/>
4040 <link rel="prev" title="ctl_conversationsdb" href="ctl_conversationsdb.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
921921 <script type="text/javascript">
922922 var DOCUMENTATION_OPTIONS = {
923923 URL_ROOT:'../../../../',
924 VERSION:'3.4.0',
924 VERSION:'3.4.1',
925925 COLLAPSE_INDEX:false,
926926 FILE_SUFFIX:'.html',
927927 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ctl_deliver &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>ctl_deliver &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="ctl_mboxlist" href="ctl_mboxlist.html"/>
4040 <link rel="prev" title="ctl_cyrusdb" href="ctl_cyrusdb.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
890890 <script type="text/javascript">
891891 var DOCUMENTATION_OPTIONS = {
892892 URL_ROOT:'../../../../',
893 VERSION:'3.4.0',
893 VERSION:'3.4.1',
894894 COLLAPSE_INDEX:false,
895895 FILE_SUFFIX:'.html',
896896 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ctl_mboxlist &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>ctl_mboxlist &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="ctl_zoneinfo" href="ctl_zoneinfo.html"/>
4040 <link rel="prev" title="ctl_deliver" href="ctl_deliver.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10211021 <script type="text/javascript">
10221022 var DOCUMENTATION_OPTIONS = {
10231023 URL_ROOT:'../../../../',
1024 VERSION:'3.4.0',
1024 VERSION:'3.4.1',
10251025 COLLAPSE_INDEX:false,
10261026 FILE_SUFFIX:'.html',
10271027 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ctl_zoneinfo &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>ctl_zoneinfo &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cvt_cyrusdb" href="cvt_cyrusdb.html"/>
4040 <link rel="prev" title="ctl_mboxlist" href="ctl_mboxlist.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
889889 <script type="text/javascript">
890890 var DOCUMENTATION_OPTIONS = {
891891 URL_ROOT:'../../../../',
892 VERSION:'3.4.0',
892 VERSION:'3.4.1',
893893 COLLAPSE_INDEX:false,
894894 FILE_SUFFIX:'.html',
895895 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cvt_cyrusdb &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cvt_cyrusdb &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cvt_xlist_specialuse" href="cvt_xlist_specialuse.html"/>
4040 <link rel="prev" title="ctl_zoneinfo" href="ctl_zoneinfo.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
881881 <script type="text/javascript">
882882 var DOCUMENTATION_OPTIONS = {
883883 URL_ROOT:'../../../../',
884 VERSION:'3.4.0',
884 VERSION:'3.4.1',
885885 COLLAPSE_INDEX:false,
886886 FILE_SUFFIX:'.html',
887887 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cvt_xlist_specialuse &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cvt_xlist_specialuse &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cyr_backup" href="cyr_backup.html"/>
4040 <link rel="prev" title="cvt_cyrusdb" href="cvt_cyrusdb.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
879879 <script type="text/javascript">
880880 var DOCUMENTATION_OPTIONS = {
881881 URL_ROOT:'../../../../',
882 VERSION:'3.4.0',
882 VERSION:'3.4.1',
883883 COLLAPSE_INDEX:false,
884884 FILE_SUFFIX:'.html',
885885 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_backup &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyr_backup &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cyr_buildinfo" href="cyr_buildinfo.html"/>
4040 <link rel="prev" title="cvt_xlist_specialuse" href="cvt_xlist_specialuse.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
961961 <script type="text/javascript">
962962 var DOCUMENTATION_OPTIONS = {
963963 URL_ROOT:'../../../../',
964 VERSION:'3.4.0',
964 VERSION:'3.4.1',
965965 COLLAPSE_INDEX:false,
966966 FILE_SUFFIX:'.html',
967967 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_buildinfo &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyr_buildinfo &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cyr_dbtool" href="cyr_dbtool.html"/>
4040 <link rel="prev" title="cyr_backup" href="cyr_backup.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
856856 <script type="text/javascript">
857857 var DOCUMENTATION_OPTIONS = {
858858 URL_ROOT:'../../../../',
859 VERSION:'3.4.0',
859 VERSION:'3.4.1',
860860 COLLAPSE_INDEX:false,
861861 FILE_SUFFIX:'.html',
862862 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_dbtool &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyr_dbtool &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cyr_deny" href="cyr_deny.html"/>
4040 <link rel="prev" title="cyr_buildinfo" href="cyr_buildinfo.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
956956 <script type="text/javascript">
957957 var DOCUMENTATION_OPTIONS = {
958958 URL_ROOT:'../../../../',
959 VERSION:'3.4.0',
959 VERSION:'3.4.1',
960960 COLLAPSE_INDEX:false,
961961 FILE_SUFFIX:'.html',
962962 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_deny &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyr_deny &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cyr_df" href="cyr_df.html"/>
4040 <link rel="prev" title="cyr_dbtool" href="cyr_dbtool.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
895895 <script type="text/javascript">
896896 var DOCUMENTATION_OPTIONS = {
897897 URL_ROOT:'../../../../',
898 VERSION:'3.4.0',
898 VERSION:'3.4.1',
899899 COLLAPSE_INDEX:false,
900900 FILE_SUFFIX:'.html',
901901 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_df &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyr_df &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cyr_expire" href="cyr_expire.html"/>
4040 <link rel="prev" title="cyr_deny" href="cyr_deny.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
871871 <script type="text/javascript">
872872 var DOCUMENTATION_OPTIONS = {
873873 URL_ROOT:'../../../../',
874 VERSION:'3.4.0',
874 VERSION:'3.4.1',
875875 COLLAPSE_INDEX:false,
876876 FILE_SUFFIX:'.html',
877877 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_expire &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyr_expire &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cyr_info" href="cyr_info.html"/>
4040 <link rel="prev" title="cyr_df" href="cyr_df.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10131013 <script type="text/javascript">
10141014 var DOCUMENTATION_OPTIONS = {
10151015 URL_ROOT:'../../../../',
1016 VERSION:'3.4.0',
1016 VERSION:'3.4.1',
10171017 COLLAPSE_INDEX:false,
10181018 FILE_SUFFIX:'.html',
10191019 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_info &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyr_info &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cyr_sequence" href="cyr_sequence.html"/>
4040 <link rel="prev" title="cyr_expire" href="cyr_expire.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
954954 <script type="text/javascript">
955955 var DOCUMENTATION_OPTIONS = {
956956 URL_ROOT:'../../../../',
957 VERSION:'3.4.0',
957 VERSION:'3.4.1',
958958 COLLAPSE_INDEX:false,
959959 FILE_SUFFIX:'.html',
960960 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_sequence &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyr_sequence &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cyr_synclog" href="cyr_synclog.html"/>
4040 <link rel="prev" title="cyr_info" href="cyr_info.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
927927 <script type="text/javascript">
928928 var DOCUMENTATION_OPTIONS = {
929929 URL_ROOT:'../../../../',
930 VERSION:'3.4.0',
930 VERSION:'3.4.1',
931931 COLLAPSE_INDEX:false,
932932 FILE_SUFFIX:'.html',
933933 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_synclog &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyr_synclog &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cyr_userseen" href="cyr_userseen.html"/>
4040 <link rel="prev" title="cyr_sequence" href="cyr_sequence.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
941941 <script type="text/javascript">
942942 var DOCUMENTATION_OPTIONS = {
943943 URL_ROOT:'../../../../',
944 VERSION:'3.4.0',
944 VERSION:'3.4.1',
945945 COLLAPSE_INDEX:false,
946946 FILE_SUFFIX:'.html',
947947 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_userseen &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyr_userseen &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cyr_virusscan" href="cyr_virusscan.html"/>
4040 <link rel="prev" title="cyr_synclog" href="cyr_synclog.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
892892 <script type="text/javascript">
893893 var DOCUMENTATION_OPTIONS = {
894894 URL_ROOT:'../../../../',
895 VERSION:'3.4.0',
895 VERSION:'3.4.1',
896896 COLLAPSE_INDEX:false,
897897 FILE_SUFFIX:'.html',
898898 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyr_virusscan &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyr_virusscan &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cyradm" href="cyradm.html"/>
4040 <link rel="prev" title="cyr_userseen" href="cyr_userseen.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
999999 <script type="text/javascript">
10001000 var DOCUMENTATION_OPTIONS = {
10011001 URL_ROOT:'../../../../',
1002 VERSION:'3.4.0',
1002 VERSION:'3.4.1',
10031003 COLLAPSE_INDEX:false,
10041004 FILE_SUFFIX:'.html',
10051005 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyradm &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyradm &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="cyrdump" href="cyrdump.html"/>
4040 <link rel="prev" title="cyr_virusscan" href="cyr_virusscan.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
12661266 <script type="text/javascript">
12671267 var DOCUMENTATION_OPTIONS = {
12681268 URL_ROOT:'../../../../',
1269 VERSION:'3.4.0',
1269 VERSION:'3.4.1',
12701270 COLLAPSE_INDEX:false,
12711271 FILE_SUFFIX:'.html',
12721272 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>cyrdump &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>cyrdump &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="deliver" href="deliver.html"/>
4040 <link rel="prev" title="cyradm" href="cyradm.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
849849 <script type="text/javascript">
850850 var DOCUMENTATION_OPTIONS = {
851851 URL_ROOT:'../../../../',
852 VERSION:'3.4.0',
852 VERSION:'3.4.1',
853853 COLLAPSE_INDEX:false,
854854 FILE_SUFFIX:'.html',
855855 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>deliver &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>deliver &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="fetchnews" href="fetchnews.html"/>
4040 <link rel="prev" title="cyrdump" href="cyrdump.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
921921 <script type="text/javascript">
922922 var DOCUMENTATION_OPTIONS = {
923923 URL_ROOT:'../../../../',
924 VERSION:'3.4.0',
924 VERSION:'3.4.1',
925925 COLLAPSE_INDEX:false,
926926 FILE_SUFFIX:'.html',
927927 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>fetchnews &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>fetchnews &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="fud" href="fud.html"/>
4040 <link rel="prev" title="deliver" href="deliver.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
906906 <script type="text/javascript">
907907 var DOCUMENTATION_OPTIONS = {
908908 URL_ROOT:'../../../../',
909 VERSION:'3.4.0',
909 VERSION:'3.4.1',
910910 COLLAPSE_INDEX:false,
911911 FILE_SUFFIX:'.html',
912912 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>fud &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>fud &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="httpd" href="httpd.html"/>
4040 <link rel="prev" title="fetchnews" href="fetchnews.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
931931 <script type="text/javascript">
932932 var DOCUMENTATION_OPTIONS = {
933933 URL_ROOT:'../../../../',
934 VERSION:'3.4.0',
934 VERSION:'3.4.1',
935935 COLLAPSE_INDEX:false,
936936 FILE_SUFFIX:'.html',
937937 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>httpd &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>httpd &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="idled" href="idled.html"/>
4040 <link rel="prev" title="fud" href="fud.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
926926 <script type="text/javascript">
927927 var DOCUMENTATION_OPTIONS = {
928928 URL_ROOT:'../../../../',
929 VERSION:'3.4.0',
929 VERSION:'3.4.1',
930930 COLLAPSE_INDEX:false,
931931 FILE_SUFFIX:'.html',
932932 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>idled &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>idled &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="imapd" href="imapd.html"/>
4040 <link rel="prev" title="httpd" href="httpd.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
867867 <script type="text/javascript">
868868 var DOCUMENTATION_OPTIONS = {
869869 URL_ROOT:'../../../../',
870 VERSION:'3.4.0',
870 VERSION:'3.4.1',
871871 COLLAPSE_INDEX:false,
872872 FILE_SUFFIX:'.html',
873873 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>imapd &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>imapd &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="ipurge" href="ipurge.html"/>
4040 <link rel="prev" title="idled" href="idled.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
932932 <script type="text/javascript">
933933 var DOCUMENTATION_OPTIONS = {
934934 URL_ROOT:'../../../../',
935 VERSION:'3.4.0',
935 VERSION:'3.4.1',
936936 COLLAPSE_INDEX:false,
937937 FILE_SUFFIX:'.html',
938938 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ipurge &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>ipurge &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="lmtpd" href="lmtpd.html"/>
4040 <link rel="prev" title="imapd" href="imapd.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
941941 <script type="text/javascript">
942942 var DOCUMENTATION_OPTIONS = {
943943 URL_ROOT:'../../../../',
944 VERSION:'3.4.0',
944 VERSION:'3.4.1',
945945 COLLAPSE_INDEX:false,
946946 FILE_SUFFIX:'.html',
947947 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>lmtpd &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>lmtpd &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="lmtpproxyd" href="lmtpproxyd.html"/>
4040 <link rel="prev" title="ipurge" href="ipurge.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
900900 <script type="text/javascript">
901901 var DOCUMENTATION_OPTIONS = {
902902 URL_ROOT:'../../../../',
903 VERSION:'3.4.0',
903 VERSION:'3.4.1',
904904 COLLAPSE_INDEX:false,
905905 FILE_SUFFIX:'.html',
906906 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>lmtpproxyd &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>lmtpproxyd &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="masssievec" href="masssievec.html"/>
4040 <link rel="prev" title="lmtpd" href="lmtpd.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
900900 <script type="text/javascript">
901901 var DOCUMENTATION_OPTIONS = {
902902 URL_ROOT:'../../../../',
903 VERSION:'3.4.0',
903 VERSION:'3.4.1',
904904 COLLAPSE_INDEX:false,
905905 FILE_SUFFIX:'.html',
906906 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>masssievec &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>masssievec &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="master" href="master.html"/>
4040 <link rel="prev" title="lmtpproxyd" href="lmtpproxyd.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
848848 <script type="text/javascript">
849849 var DOCUMENTATION_OPTIONS = {
850850 URL_ROOT:'../../../../',
851 VERSION:'3.4.0',
851 VERSION:'3.4.1',
852852 COLLAPSE_INDEX:false,
853853 FILE_SUFFIX:'.html',
854854 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>master &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>master &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="mbexamine" href="mbexamine.html"/>
4040 <link rel="prev" title="masssievec" href="masssievec.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
944944 <script type="text/javascript">
945945 var DOCUMENTATION_OPTIONS = {
946946 URL_ROOT:'../../../../',
947 VERSION:'3.4.0',
947 VERSION:'3.4.1',
948948 COLLAPSE_INDEX:false,
949949 FILE_SUFFIX:'.html',
950950 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>mbexamine &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>mbexamine &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="mbpath" href="mbpath.html"/>
4040 <link rel="prev" title="master" href="master.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10021002 <script type="text/javascript">
10031003 var DOCUMENTATION_OPTIONS = {
10041004 URL_ROOT:'../../../../',
1005 VERSION:'3.4.0',
1005 VERSION:'3.4.1',
10061006 COLLAPSE_INDEX:false,
10071007 FILE_SUFFIX:'.html',
10081008 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>mbpath &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>mbpath &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="mbtool" href="mbtool.html"/>
4040 <link rel="prev" title="mbexamine" href="mbexamine.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
954954 <script type="text/javascript">
955955 var DOCUMENTATION_OPTIONS = {
956956 URL_ROOT:'../../../../',
957 VERSION:'3.4.0',
957 VERSION:'3.4.1',
958958 COLLAPSE_INDEX:false,
959959 FILE_SUFFIX:'.html',
960960 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>mbtool &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>mbtool &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="mkimap" href="mkimap.html"/>
4040 <link rel="prev" title="mbpath" href="mbpath.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
895895 <script type="text/javascript">
896896 var DOCUMENTATION_OPTIONS = {
897897 URL_ROOT:'../../../../',
898 VERSION:'3.4.0',
898 VERSION:'3.4.1',
899899 COLLAPSE_INDEX:false,
900900 FILE_SUFFIX:'.html',
901901 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>mkimap &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>mkimap &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="mknewsgroups" href="mknewsgroups.html"/>
4040 <link rel="prev" title="mbtool" href="mbtool.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
883883 <script type="text/javascript">
884884 var DOCUMENTATION_OPTIONS = {
885885 URL_ROOT:'../../../../',
886 VERSION:'3.4.0',
886 VERSION:'3.4.1',
887887 COLLAPSE_INDEX:false,
888888 FILE_SUFFIX:'.html',
889889 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>mknewsgroups &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>mknewsgroups &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="mupdate" href="mupdate.html"/>
4040 <link rel="prev" title="mkimap" href="mkimap.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
888888 <script type="text/javascript">
889889 var DOCUMENTATION_OPTIONS = {
890890 URL_ROOT:'../../../../',
891 VERSION:'3.4.0',
891 VERSION:'3.4.1',
892892 COLLAPSE_INDEX:false,
893893 FILE_SUFFIX:'.html',
894894 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>mupdate &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>mupdate &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="nntpd" href="nntpd.html"/>
4040 <link rel="prev" title="mknewsgroups" href="mknewsgroups.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
896896 <script type="text/javascript">
897897 var DOCUMENTATION_OPTIONS = {
898898 URL_ROOT:'../../../../',
899 VERSION:'3.4.0',
899 VERSION:'3.4.1',
900900 COLLAPSE_INDEX:false,
901901 FILE_SUFFIX:'.html',
902902 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>nntpd &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>nntpd &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="notifyd" href="notifyd.html"/>
4040 <link rel="prev" title="mupdate" href="mupdate.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
923923 <script type="text/javascript">
924924 var DOCUMENTATION_OPTIONS = {
925925 URL_ROOT:'../../../../',
926 VERSION:'3.4.0',
926 VERSION:'3.4.1',
927927 COLLAPSE_INDEX:false,
928928 FILE_SUFFIX:'.html',
929929 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>notifyd &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>notifyd &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="pop3d" href="pop3d.html"/>
4040 <link rel="prev" title="nntpd" href="nntpd.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
906906 <script type="text/javascript">
907907 var DOCUMENTATION_OPTIONS = {
908908 URL_ROOT:'../../../../',
909 VERSION:'3.4.0',
909 VERSION:'3.4.1',
910910 COLLAPSE_INDEX:false,
911911 FILE_SUFFIX:'.html',
912912 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>pop3d &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>pop3d &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="pop3proxyd" href="pop3proxyd.html"/>
4040 <link rel="prev" title="notifyd" href="notifyd.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
921921 <script type="text/javascript">
922922 var DOCUMENTATION_OPTIONS = {
923923 URL_ROOT:'../../../../',
924 VERSION:'3.4.0',
924 VERSION:'3.4.1',
925925 COLLAPSE_INDEX:false,
926926 FILE_SUFFIX:'.html',
927927 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>pop3proxyd &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>pop3proxyd &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="promstatsd" href="promstatsd.html"/>
4040 <link rel="prev" title="pop3d" href="pop3d.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
900900 <script type="text/javascript">
901901 var DOCUMENTATION_OPTIONS = {
902902 URL_ROOT:'../../../../',
903 VERSION:'3.4.0',
903 VERSION:'3.4.1',
904904 COLLAPSE_INDEX:false,
905905 FILE_SUFFIX:'.html',
906906 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>promstatsd &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>promstatsd &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="proxyd" href="proxyd.html"/>
4040 <link rel="prev" title="pop3proxyd" href="pop3proxyd.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
941941 <script type="text/javascript">
942942 var DOCUMENTATION_OPTIONS = {
943943 URL_ROOT:'../../../../',
944 VERSION:'3.4.0',
944 VERSION:'3.4.1',
945945 COLLAPSE_INDEX:false,
946946 FILE_SUFFIX:'.html',
947947 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>proxyd &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>proxyd &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="ptdump" href="ptdump.html"/>
4040 <link rel="prev" title="promstatsd" href="promstatsd.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
932932 <script type="text/javascript">
933933 var DOCUMENTATION_OPTIONS = {
934934 URL_ROOT:'../../../../',
935 VERSION:'3.4.0',
935 VERSION:'3.4.1',
936936 COLLAPSE_INDEX:false,
937937 FILE_SUFFIX:'.html',
938938 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ptdump &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>ptdump &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="ptexpire" href="ptexpire.html"/>
4040 <link rel="prev" title="proxyd" href="proxyd.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
853853 <script type="text/javascript">
854854 var DOCUMENTATION_OPTIONS = {
855855 URL_ROOT:'../../../../',
856 VERSION:'3.4.0',
856 VERSION:'3.4.1',
857857 COLLAPSE_INDEX:false,
858858 FILE_SUFFIX:'.html',
859859 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ptexpire &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>ptexpire &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="ptloader" href="ptloader.html"/>
4040 <link rel="prev" title="ptdump" href="ptdump.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
861861 <script type="text/javascript">
862862 var DOCUMENTATION_OPTIONS = {
863863 URL_ROOT:'../../../../',
864 VERSION:'3.4.0',
864 VERSION:'3.4.1',
865865 COLLAPSE_INDEX:false,
866866 FILE_SUFFIX:'.html',
867867 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>ptloader &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>ptloader &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="quota" href="quota.html"/>
4040 <link rel="prev" title="ptexpire" href="ptexpire.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
857857 <script type="text/javascript">
858858 var DOCUMENTATION_OPTIONS = {
859859 URL_ROOT:'../../../../',
860 VERSION:'3.4.0',
860 VERSION:'3.4.1',
861861 COLLAPSE_INDEX:false,
862862 FILE_SUFFIX:'.html',
863863 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>quota &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>quota &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="reconstruct" href="reconstruct.html"/>
4040 <link rel="prev" title="ptloader" href="ptloader.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
940940 <script type="text/javascript">
941941 var DOCUMENTATION_OPTIONS = {
942942 URL_ROOT:'../../../../',
943 VERSION:'3.4.0',
943 VERSION:'3.4.1',
944944 COLLAPSE_INDEX:false,
945945 FILE_SUFFIX:'.html',
946946 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>reconstruct &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>reconstruct &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="rehash" href="rehash.html"/>
4040 <link rel="prev" title="quota" href="quota.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10721072 <script type="text/javascript">
10731073 var DOCUMENTATION_OPTIONS = {
10741074 URL_ROOT:'../../../../',
1075 VERSION:'3.4.0',
1075 VERSION:'3.4.1',
10761076 COLLAPSE_INDEX:false,
10771077 FILE_SUFFIX:'.html',
10781078 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>rehash &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>rehash &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="restore" href="restore.html"/>
4040 <link rel="prev" title="reconstruct" href="reconstruct.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
892892 <script type="text/javascript">
893893 var DOCUMENTATION_OPTIONS = {
894894 URL_ROOT:'../../../../',
895 VERSION:'3.4.0',
895 VERSION:'3.4.1',
896896 COLLAPSE_INDEX:false,
897897 FILE_SUFFIX:'.html',
898898 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>restore &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>restore &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="sievec" href="sievec.html"/>
4040 <link rel="prev" title="rehash" href="rehash.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10641064 <script type="text/javascript">
10651065 var DOCUMENTATION_OPTIONS = {
10661066 URL_ROOT:'../../../../',
1067 VERSION:'3.4.0',
1067 VERSION:'3.4.1',
10681068 COLLAPSE_INDEX:false,
10691069 FILE_SUFFIX:'.html',
10701070 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>sievec &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>sievec &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="sieved" href="sieved.html"/>
4040 <link rel="prev" title="restore" href="restore.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
847847 <script type="text/javascript">
848848 var DOCUMENTATION_OPTIONS = {
849849 URL_ROOT:'../../../../',
850 VERSION:'3.4.0',
850 VERSION:'3.4.1',
851851 COLLAPSE_INDEX:false,
852852 FILE_SUFFIX:'.html',
853853 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>sieved &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>sieved &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="smmapd" href="smmapd.html"/>
4040 <link rel="prev" title="sievec" href="sievec.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
841841 <script type="text/javascript">
842842 var DOCUMENTATION_OPTIONS = {
843843 URL_ROOT:'../../../../',
844 VERSION:'3.4.0',
844 VERSION:'3.4.1',
845845 COLLAPSE_INDEX:false,
846846 FILE_SUFFIX:'.html',
847847 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>smmapd &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>smmapd &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="squatter" href="squatter.html"/>
4040 <link rel="prev" title="sieved" href="sieved.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
895895 <script type="text/javascript">
896896 var DOCUMENTATION_OPTIONS = {
897897 URL_ROOT:'../../../../',
898 VERSION:'3.4.0',
898 VERSION:'3.4.1',
899899 COLLAPSE_INDEX:false,
900900 FILE_SUFFIX:'.html',
901901 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>squatter &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>squatter &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="sync_client" href="sync_client.html"/>
4040 <link rel="prev" title="smmapd" href="smmapd.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
12551255 <script type="text/javascript">
12561256 var DOCUMENTATION_OPTIONS = {
12571257 URL_ROOT:'../../../../',
1258 VERSION:'3.4.0',
1258 VERSION:'3.4.1',
12591259 COLLAPSE_INDEX:false,
12601260 FILE_SUFFIX:'.html',
12611261 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>sync_client &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>sync_client &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="sync_reset" href="sync_reset.html"/>
4040 <link rel="prev" title="squatter" href="squatter.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10361036 <script type="text/javascript">
10371037 var DOCUMENTATION_OPTIONS = {
10381038 URL_ROOT:'../../../../',
1039 VERSION:'3.4.0',
1039 VERSION:'3.4.1',
10401040 COLLAPSE_INDEX:false,
10411041 FILE_SUFFIX:'.html',
10421042 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>sync_reset &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>sync_reset &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="sync_server" href="sync_server.html"/>
4040 <link rel="prev" title="sync_client" href="sync_client.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
868868 <script type="text/javascript">
869869 var DOCUMENTATION_OPTIONS = {
870870 URL_ROOT:'../../../../',
871 VERSION:'3.4.0',
871 VERSION:'3.4.1',
872872 COLLAPSE_INDEX:false,
873873 FILE_SUFFIX:'.html',
874874 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>sync_server &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>sync_server &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="timsieved" href="timsieved.html"/>
4040 <link rel="prev" title="sync_reset" href="sync_reset.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
884884 <script type="text/javascript">
885885 var DOCUMENTATION_OPTIONS = {
886886 URL_ROOT:'../../../../',
887 VERSION:'3.4.0',
887 VERSION:'3.4.1',
888888 COLLAPSE_INDEX:false,
889889 FILE_SUFFIX:'.html',
890890 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>timsieved &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>timsieved &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="tls_prune" href="tls_prune.html"/>
4040 <link rel="prev" title="sync_server" href="sync_server.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
878878 <script type="text/javascript">
879879 var DOCUMENTATION_OPTIONS = {
880880 URL_ROOT:'../../../../',
881 VERSION:'3.4.0',
881 VERSION:'3.4.1',
882882 COLLAPSE_INDEX:false,
883883 FILE_SUFFIX:'.html',
884884 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>tls_prune &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>tls_prune &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="translatesieve" href="translatesieve.html"/>
4040 <link rel="prev" title="timsieved" href="timsieved.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
860860 <script type="text/javascript">
861861 var DOCUMENTATION_OPTIONS = {
862862 URL_ROOT:'../../../../',
863 VERSION:'3.4.0',
863 VERSION:'3.4.1',
864864 COLLAPSE_INDEX:false,
865865 FILE_SUFFIX:'.html',
866866 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>translatesieve &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>translatesieve &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="unexpunge" href="unexpunge.html"/>
4040 <link rel="prev" title="tls_prune" href="tls_prune.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
891891 <script type="text/javascript">
892892 var DOCUMENTATION_OPTIONS = {
893893 URL_ROOT:'../../../../',
894 VERSION:'3.4.0',
894 VERSION:'3.4.1',
895895 COLLAPSE_INDEX:false,
896896 FILE_SUFFIX:'.html',
897897 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>unexpunge &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>unexpunge &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="arbitronsort.pl" href="../usercommands/arbitronsort.pl.html"/>
4040 <link rel="prev" title="translatesieve" href="translatesieve.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10341034 <script type="text/javascript">
10351035 var DOCUMENTATION_OPTIONS = {
10361036 URL_ROOT:'../../../../',
1037 VERSION:'3.4.0',
1037 VERSION:'3.4.1',
10381038 COLLAPSE_INDEX:false,
10391039 FILE_SUFFIX:'.html',
10401040 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>arbitronsort.pl &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>arbitronsort.pl &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="dav_reconstruct" href="dav_reconstruct.html"/>
4040 <link rel="prev" title="unexpunge" href="../systemcommands/unexpunge.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
849849 <script type="text/javascript">
850850 var DOCUMENTATION_OPTIONS = {
851851 URL_ROOT:'../../../../',
852 VERSION:'3.4.0',
852 VERSION:'3.4.1',
853853 COLLAPSE_INDEX:false,
854854 FILE_SUFFIX:'.html',
855855 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>dav_reconstruct &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>dav_reconstruct &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="httptest" href="httptest.html"/>
4040 <link rel="prev" title="arbitronsort.pl" href="arbitronsort.pl.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
862862 <script type="text/javascript">
863863 var DOCUMENTATION_OPTIONS = {
864864 URL_ROOT:'../../../../',
865 VERSION:'3.4.0',
865 VERSION:'3.4.1',
866866 COLLAPSE_INDEX:false,
867867 FILE_SUFFIX:'.html',
868868 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>httptest &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>httptest &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="imtest" href="imtest.html"/>
4040 <link rel="prev" title="dav_reconstruct" href="dav_reconstruct.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10091009 <script type="text/javascript">
10101010 var DOCUMENTATION_OPTIONS = {
10111011 URL_ROOT:'../../../../',
1012 VERSION:'3.4.0',
1012 VERSION:'3.4.1',
10131013 COLLAPSE_INDEX:false,
10141014 FILE_SUFFIX:'.html',
10151015 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>imtest &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>imtest &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="installsieve" href="installsieve.html"/>
4040 <link rel="prev" title="httptest" href="httptest.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10061006 <script type="text/javascript">
10071007 var DOCUMENTATION_OPTIONS = {
10081008 URL_ROOT:'../../../../',
1009 VERSION:'3.4.0',
1009 VERSION:'3.4.1',
10101010 COLLAPSE_INDEX:false,
10111011 FILE_SUFFIX:'.html',
10121012 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>installsieve &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>installsieve &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="lmtptest" href="lmtptest.html"/>
4040 <link rel="prev" title="imtest" href="imtest.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
922922 <script type="text/javascript">
923923 var DOCUMENTATION_OPTIONS = {
924924 URL_ROOT:'../../../../',
925 VERSION:'3.4.0',
925 VERSION:'3.4.1',
926926 COLLAPSE_INDEX:false,
927927 FILE_SUFFIX:'.html',
928928 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>lmtptest &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>lmtptest &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="mupdatetest" href="mupdatetest.html"/>
4040 <link rel="prev" title="installsieve" href="installsieve.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10091009 <script type="text/javascript">
10101010 var DOCUMENTATION_OPTIONS = {
10111011 URL_ROOT:'../../../../',
1012 VERSION:'3.4.0',
1012 VERSION:'3.4.1',
10131013 COLLAPSE_INDEX:false,
10141014 FILE_SUFFIX:'.html',
10151015 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>mupdatetest &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>mupdatetest &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="nntptest" href="nntptest.html"/>
4040 <link rel="prev" title="lmtptest" href="lmtptest.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10091009 <script type="text/javascript">
10101010 var DOCUMENTATION_OPTIONS = {
10111011 URL_ROOT:'../../../../',
1012 VERSION:'3.4.0',
1012 VERSION:'3.4.1',
10131013 COLLAPSE_INDEX:false,
10141014 FILE_SUFFIX:'.html',
10151015 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>nntptest &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>nntptest &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="pop3test" href="pop3test.html"/>
4040 <link rel="prev" title="mupdatetest" href="mupdatetest.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
827827 <script type="text/javascript">
828828 var DOCUMENTATION_OPTIONS = {
829829 URL_ROOT:'../../../../',
830 VERSION:'3.4.0',
830 VERSION:'3.4.1',
831831 COLLAPSE_INDEX:false,
832832 FILE_SUFFIX:'.html',
833833 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>pop3test &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>pop3test &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="sieveshell" href="sieveshell.html"/>
4040 <link rel="prev" title="nntptest" href="nntptest.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10091009 <script type="text/javascript">
10101010 var DOCUMENTATION_OPTIONS = {
10111011 URL_ROOT:'../../../../',
1012 VERSION:'3.4.0',
1012 VERSION:'3.4.1',
10131013 COLLAPSE_INDEX:false,
10141014 FILE_SUFFIX:'.html',
10151015 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>sieveshell &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>sieveshell &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="sivtest" href="sivtest.html"/>
4040 <link rel="prev" title="pop3test" href="pop3test.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
882882 <script type="text/javascript">
883883 var DOCUMENTATION_OPTIONS = {
884884 URL_ROOT:'../../../../',
885 VERSION:'3.4.0',
885 VERSION:'3.4.1',
886886 COLLAPSE_INDEX:false,
887887 FILE_SUFFIX:'.html',
888888 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>sivtest &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>sivtest &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="smtptest" href="smtptest.html"/>
4040 <link rel="prev" title="sieveshell" href="sieveshell.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10091009 <script type="text/javascript">
10101010 var DOCUMENTATION_OPTIONS = {
10111011 URL_ROOT:'../../../../',
1012 VERSION:'3.4.0',
1012 VERSION:'3.4.1',
10131013 COLLAPSE_INDEX:false,
10141014 FILE_SUFFIX:'.html',
10151015 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>smtptest &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>smtptest &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="synctest" href="synctest.html"/>
4040 <link rel="prev" title="sivtest" href="sivtest.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10091009 <script type="text/javascript">
10101010 var DOCUMENTATION_OPTIONS = {
10111011 URL_ROOT:'../../../../',
1012 VERSION:'3.4.0',
1012 VERSION:'3.4.1',
10131013 COLLAPSE_INDEX:false,
10141014 FILE_SUFFIX:'.html',
10151015 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>synctest &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>synctest &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../../../index.html"/>
3838 <link rel="up" title="Man pages" href="../commands.html"/>
3939 <link rel="next" title="Administrator Guide" href="../../admin.html"/>
4040 <link rel="prev" title="smtptest" href="smtptest.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../../../operations.html">Operations</a> &raquo;</li>
768768
10061006 <script type="text/javascript">
10071007 var DOCUMENTATION_OPTIONS = {
10081008 URL_ROOT:'../../../../',
1009 VERSION:'3.4.0',
1009 VERSION:'3.4.1',
10101010 COLLAPSE_INDEX:false,
10111011 FILE_SUFFIX:'.html',
10121012 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>RFCs Supported by Cyrus IMAP &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>RFCs Supported by Cyrus IMAP &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../genindex.html"/>
3636 <link rel="search" title="Search" href="../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../index.html"/>
3838
3939
4040
759759
760760 <div role="navigation" aria-label="breadcrumbs navigation">
761761 <ul class="wy-breadcrumbs">
762 <li><a href="../index.html">Docs v3.4.0</a> &raquo;</li>
762 <li><a href="../index.html">Docs v3.4.1</a> &raquo;</li>
763763
764764 <li>RFCs Supported by Cyrus IMAP</li>
765765 <li class="wy-breadcrumbs-aside">
15841584 <script type="text/javascript">
15851585 var DOCUMENTATION_OPTIONS = {
15861586 URL_ROOT:'../',
1587 VERSION:'3.4.0',
1587 VERSION:'3.4.1',
15881588 COLLAPSE_INDEX:false,
15891589 FILE_SUFFIX:'.html',
15901590 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Reporting Bugs &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Reporting Bugs &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Support/Community" href="../../support.html"/>
3939 <link rel="next" title="Mailing Lists" href="feedback-mailing-lists.html"/>
4040 <link rel="prev" title="Support/Community" href="../../support.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../support.html">Support/Community</a> &raquo;</li>
768768
851851 <script type="text/javascript">
852852 var DOCUMENTATION_OPTIONS = {
853853 URL_ROOT:'../../',
854 VERSION:'3.4.0',
854 VERSION:'3.4.1',
855855 COLLAPSE_INDEX:false,
856856 FILE_SUFFIX:'.html',
857857 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>IRC Chat &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>IRC Chat &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Support/Community" href="../../support.html"/>
3939 <link rel="next" title="Online Meetings" href="feedback-meetings.html"/>
4040 <link rel="prev" title="Mailing Lists" href="feedback-mailing-lists.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../support.html">Support/Community</a> &raquo;</li>
768768
830830 <script type="text/javascript">
831831 var DOCUMENTATION_OPTIONS = {
832832 URL_ROOT:'../../',
833 VERSION:'3.4.0',
833 VERSION:'3.4.1',
834834 COLLAPSE_INDEX:false,
835835 FILE_SUFFIX:'.html',
836836 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Mailing Lists &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Mailing Lists &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Support/Community" href="../../support.html"/>
3939 <link rel="next" title="IRC Chat" href="feedback-irc.html"/>
4040 <link rel="prev" title="Reporting Bugs" href="feedback-bugs.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../support.html">Support/Community</a> &raquo;</li>
768768
851851 <script type="text/javascript">
852852 var DOCUMENTATION_OPTIONS = {
853853 URL_ROOT:'../../',
854 VERSION:'3.4.0',
854 VERSION:'3.4.1',
855855 COLLAPSE_INDEX:false,
856856 FILE_SUFFIX:'.html',
857857 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Online Meetings &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Online Meetings &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../../genindex.html"/>
3636 <link rel="search" title="Search" href="../../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../../index.html"/>
3838 <link rel="up" title="Support/Community" href="../../support.html"/>
3939 <link rel="next" title="About Cyrus" href="../../overview/about_cyrus.html"/>
4040 <link rel="prev" title="IRC Chat" href="feedback-irc.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../../support.html">Support/Community</a> &raquo;</li>
768768
828828 <script type="text/javascript">
829829 var DOCUMENTATION_OPTIONS = {
830830 URL_ROOT:'../../',
831 VERSION:'3.4.0',
831 VERSION:'3.4.1',
832832 COLLAPSE_INDEX:false,
833833 FILE_SUFFIX:'.html',
834834 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>What is Cyrus IMAP? &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>What is Cyrus IMAP? &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="genindex.html"/>
3636 <link rel="search" title="Search" href="search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="#"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="#"/>
3838 <link rel="next" title="Download" href="download.html"/>
3939
4040
760760
761761 <div role="navigation" aria-label="breadcrumbs navigation">
762762 <ul class="wy-breadcrumbs">
763 <li><a href="#">Docs v3.4.0</a> &raquo;</li>
763 <li><a href="#">Docs v3.4.1</a> &raquo;</li>
764764
765765 <li>What is Cyrus IMAP?</li>
766766 <li class="wy-breadcrumbs-aside">
779779 <span id="imap-index"></span><h1>What is Cyrus IMAP?<a class="headerlink" href="#what-is-cyrus-imap" title="Permalink to this headline">¶</a></h1>
780780 <p>Cyrus IMAP is an email, contacts and calendar server. Cyrus is free and open source.</p>
781781 <ul class="simple">
782 <li>This is the documentation for version 3.4.0 of Cyrus IMAP: <strong>stable</strong> branch.</li>
782 <li>This is the documentation for version 3.4.1 of Cyrus IMAP: <strong>stable</strong> branch.</li>
783783 <li>The latest development version 3.5.0-alpha0 is at <a class="reference external" href="https://www.cyrusimap.org/dev/">https://www.cyrusimap.org/dev/</a>.</li>
784784 </ul>
785785 <div class="section" id="features">
10501050 <script type="text/javascript">
10511051 var DOCUMENTATION_OPTIONS = {
10521052 URL_ROOT:'./',
1053 VERSION:'3.4.0',
1053 VERSION:'3.4.1',
10541054 COLLAPSE_INDEX:false,
10551055 FILE_SUFFIX:'.html',
10561056 HAS_SOURCE: true
Binary diff not shown
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Operations &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Operations &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="genindex.html"/>
3636 <link rel="search" title="Search" href="search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="index.html"/>
3838 <link rel="next" title="Man pages" href="imap/reference/manpages/commands.html"/>
3939 <link rel="prev" title="Supported Platforms and System Requirements" href="imap/concepts/deployment/supported-platforms.html"/>
4040
761761
762762 <div role="navigation" aria-label="breadcrumbs navigation">
763763 <ul class="wy-breadcrumbs">
764 <li><a href="index.html">Docs v3.4.0</a> &raquo;</li>
764 <li><a href="index.html">Docs v3.4.1</a> &raquo;</li>
765765
766766 <li>Operations</li>
767767 <li class="wy-breadcrumbs-aside">
841841 <script type="text/javascript">
842842 var DOCUMENTATION_OPTIONS = {
843843 URL_ROOT:'./',
844 VERSION:'3.4.0',
844 VERSION:'3.4.1',
845845 COLLAPSE_INDEX:false,
846846 FILE_SUFFIX:'.html',
847847 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>About Cyrus &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>About Cyrus &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../genindex.html"/>
3636 <link rel="search" title="Search" href="../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../index.html"/>
3838 <link rel="up" title="Support/Community" href="../support.html"/>
3939 <link rel="next" title="About Cyrus" href="what_is_cyrus.html"/>
4040 <link rel="prev" title="Online Meetings" href="../imap/support/feedback-meetings.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../support.html">Support/Community</a> &raquo;</li>
768768
852852 <script type="text/javascript">
853853 var DOCUMENTATION_OPTIONS = {
854854 URL_ROOT:'../',
855 VERSION:'3.4.0',
855 VERSION:'3.4.1',
856856 COLLAPSE_INDEX:false,
857857 FILE_SUFFIX:'.html',
858858 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Bylaws &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Bylaws &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../genindex.html"/>
3636 <link rel="search" title="Search" href="../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../index.html"/>
3838 <link rel="up" title="About Cyrus" href="about_cyrus.html"/>
3939 <link rel="prev" title="Cyrus History" href="cyrus_history.html"/>
4040
761761
762762 <div role="navigation" aria-label="breadcrumbs navigation">
763763 <ul class="wy-breadcrumbs">
764 <li><a href="../index.html">Docs v3.4.0</a> &raquo;</li>
764 <li><a href="../index.html">Docs v3.4.1</a> &raquo;</li>
765765
766766 <li><a href="../support.html">Support/Community</a> &raquo;</li>
767767
868868 <script type="text/javascript">
869869 var DOCUMENTATION_OPTIONS = {
870870 URL_ROOT:'../',
871 VERSION:'3.4.0',
871 VERSION:'3.4.1',
872872 COLLAPSE_INDEX:false,
873873 FILE_SUFFIX:'.html',
874874 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus History &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus History &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../genindex.html"/>
3636 <link rel="search" title="Search" href="../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../index.html"/>
3838 <link rel="up" title="About Cyrus" href="about_cyrus.html"/>
3939 <link rel="next" title="Cyrus Bylaws" href="cyrus_bylaws.html"/>
4040 <link rel="prev" title="Cyrus Roadmap" href="cyrus_roadmap.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../support.html">Support/Community</a> &raquo;</li>
768768
837837 <script type="text/javascript">
838838 var DOCUMENTATION_OPTIONS = {
839839 URL_ROOT:'../',
840 VERSION:'3.4.0',
840 VERSION:'3.4.1',
841841 COLLAPSE_INDEX:false,
842842 FILE_SUFFIX:'.html',
843843 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Cyrus Roadmap &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Cyrus Roadmap &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../genindex.html"/>
3636 <link rel="search" title="Search" href="../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../index.html"/>
3838 <link rel="up" title="About Cyrus" href="about_cyrus.html"/>
3939 <link rel="next" title="Cyrus History" href="cyrus_history.html"/>
4040 <link rel="prev" title="Who Is Cyrus" href="who_is_cyrus.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../support.html">Support/Community</a> &raquo;</li>
768768
882882 <script type="text/javascript">
883883 var DOCUMENTATION_OPTIONS = {
884884 URL_ROOT:'../',
885 VERSION:'3.4.0',
885 VERSION:'3.4.1',
886886 COLLAPSE_INDEX:false,
887887 FILE_SUFFIX:'.html',
888888 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>About Cyrus &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>About Cyrus &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../genindex.html"/>
3636 <link rel="search" title="Search" href="../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../index.html"/>
3838 <link rel="up" title="About Cyrus" href="about_cyrus.html"/>
3939 <link rel="next" title="Who Is Cyrus" href="who_is_cyrus.html"/>
4040 <link rel="prev" title="About Cyrus" href="about_cyrus.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../support.html">Support/Community</a> &raquo;</li>
768768
849849 <script type="text/javascript">
850850 var DOCUMENTATION_OPTIONS = {
851851 URL_ROOT:'../',
852 VERSION:'3.4.0',
852 VERSION:'3.4.1',
853853 COLLAPSE_INDEX:false,
854854 FILE_SUFFIX:'.html',
855855 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Who Is Cyrus &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Who Is Cyrus &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="../genindex.html"/>
3636 <link rel="search" title="Search" href="../search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="../index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="../index.html"/>
3838 <link rel="up" title="About Cyrus" href="about_cyrus.html"/>
3939 <link rel="next" title="Cyrus Roadmap" href="cyrus_roadmap.html"/>
4040 <link rel="prev" title="About Cyrus" href="what_is_cyrus.html"/>
762762
763763 <div role="navigation" aria-label="breadcrumbs navigation">
764764 <ul class="wy-breadcrumbs">
765 <li><a href="../index.html">Docs v3.4.0</a> &raquo;</li>
765 <li><a href="../index.html">Docs v3.4.1</a> &raquo;</li>
766766
767767 <li><a href="../support.html">Support/Community</a> &raquo;</li>
768768
894894 <script type="text/javascript">
895895 var DOCUMENTATION_OPTIONS = {
896896 URL_ROOT:'../',
897 VERSION:'3.4.0',
897 VERSION:'3.4.1',
898898 COLLAPSE_INDEX:false,
899899 FILE_SUFFIX:'.html',
900900 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Overview &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Overview &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="genindex.html"/>
3636 <link rel="search" title="Search" href="search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="index.html"/>
3838 <link rel="next" title="Features" href="imap/concepts/features.html"/>
3939 <link rel="prev" title="Introduction to Cyrus IMAP" href="imap/quickstart/introduction.html"/>
4040
761761
762762 <div role="navigation" aria-label="breadcrumbs navigation">
763763 <ul class="wy-breadcrumbs">
764 <li><a href="index.html">Docs v3.4.0</a> &raquo;</li>
764 <li><a href="index.html">Docs v3.4.1</a> &raquo;</li>
765765
766766 <li>Overview</li>
767767 <li class="wy-breadcrumbs-aside">
847847 <script type="text/javascript">
848848 var DOCUMENTATION_OPTIONS = {
849849 URL_ROOT:'./',
850 VERSION:'3.4.0',
850 VERSION:'3.4.1',
851851 COLLAPSE_INDEX:false,
852852 FILE_SUFFIX:'.html',
853853 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Preface &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Preface &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="genindex.html"/>
3636 <link rel="search" title="Search" href="search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="index.html"/>
3838
3939
4040
759759
760760 <div role="navigation" aria-label="breadcrumbs navigation">
761761 <ul class="wy-breadcrumbs">
762 <li><a href="index.html">Docs v3.4.0</a> &raquo;</li>
762 <li><a href="index.html">Docs v3.4.1</a> &raquo;</li>
763763
764764 <li>Preface</li>
765765 <li class="wy-breadcrumbs-aside">
813813 <script type="text/javascript">
814814 var DOCUMENTATION_OPTIONS = {
815815 URL_ROOT:'./',
816 VERSION:'3.4.0',
816 VERSION:'3.4.1',
817817 COLLAPSE_INDEX:false,
818818 FILE_SUFFIX:'.html',
819819 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Quickstart Guide &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Quickstart Guide &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="genindex.html"/>
3636 <link rel="search" title="Search" href="search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="index.html"/>
3838 <link rel="next" title="Introduction to Cyrus IMAP" href="imap/quickstart/introduction.html"/>
3939 <link rel="prev" title="Notes for Packagers" href="imap/download/packagers.html"/>
4040
761761
762762 <div role="navigation" aria-label="breadcrumbs navigation">
763763 <ul class="wy-breadcrumbs">
764 <li><a href="index.html">Docs v3.4.0</a> &raquo;</li>
764 <li><a href="index.html">Docs v3.4.1</a> &raquo;</li>
765765
766766 <li>Quickstart Guide</li>
767767 <li class="wy-breadcrumbs-aside">
791791 <p>A quick guide to getting a basic installation of Cyrus up and running in 5 minutes.</p>
792792 <p>The first place to start with a new installation of Cyrus IMAP is with
793793 your OS distribution of choice and their packaging, where available.</p>
794 <p>If there is no Cyrus IMAP 3.4.0 package available yet
794 <p>If there is no Cyrus IMAP 3.4.1 package available yet
795795 from your distro, download the official source tarball from <a class="reference external" href="https://github.com/cyrusimap/cyrus-imapd/releases">GitHub</a>. The
796796 <a class="reference internal" href="imap/developer/compiling.html#compiling"><span class="std std-ref">Compiling</span></a> guide will help you get it built and installed.</p>
797797 <div class="section" id="install-cyrus-package-s">
11611161 <script type="text/javascript">
11621162 var DOCUMENTATION_OPTIONS = {
11631163 URL_ROOT:'./',
1164 VERSION:'3.4.0',
1164 VERSION:'3.4.1',
11651165 COLLAPSE_INDEX:false,
11661166 FILE_SUFFIX:'.html',
11671167 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Search &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Search &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="genindex.html"/>
3636 <link rel="search" title="Search" href="#"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="index.html"/>
3838
3939
4040
759759
760760 <div role="navigation" aria-label="breadcrumbs navigation">
761761 <ul class="wy-breadcrumbs">
762 <li><a href="index.html">Docs v3.4.0</a> &raquo;</li>
762 <li><a href="index.html">Docs v3.4.1</a> &raquo;</li>
763763
764764 <li></li>
765765 <li class="wy-breadcrumbs-aside">
812812 <script type="text/javascript">
813813 var DOCUMENTATION_OPTIONS = {
814814 URL_ROOT:'./',
815 VERSION:'3.4.0',
815 VERSION:'3.4.1',
816816 COLLAPSE_INDEX:false,
817817 FILE_SUFFIX:'.html',
818818 HAS_SOURCE: true
0 Search.setIndex({envversion:49,filenames:["contribute","developers","download","glossary","imap/concepts/deployment","imap/concepts/deployment/authentication_and_authorization","imap/concepts/deployment/databases","imap/concepts/deployment/deployment_scenarios","imap/concepts/deployment/known_protocol_limitations","imap/concepts/deployment/mailbox_creation_distribution","imap/concepts/deployment/performance_recommendations","imap/concepts/deployment/storage","imap/concepts/deployment/supported-platforms","imap/concepts/features","imap/concepts/features/access-control","imap/concepts/features/archiving","imap/concepts/features/authentication-kerberos","imap/concepts/features/authentication-ldap","imap/concepts/features/authentication-sql","imap/concepts/features/automatic-creation-of-mailboxes","imap/concepts/features/caldav-collections","imap/concepts/features/carddav","imap/concepts/features/dav-collection-mgmt","imap/concepts/features/dav-components","imap/concepts/features/delayed-delete","imap/concepts/features/delayed-expunge","imap/concepts/features/duplicate-message-delivery-suppression","imap/concepts/features/event-notifications","imap/concepts/features/mail-spool-partitions","imap/concepts/features/mailbox-annotations","imap/concepts/features/mailbox-distribution","imap/concepts/features/mailbox-metadata-partitions","imap/concepts/features/message-annotations","imap/concepts/features/namespaces","imap/concepts/features/quota","imap/concepts/features/sealed-system","imap/concepts/features/server-aggregation","imap/concepts/features/server-side-filtering","imap/concepts/features/shared-seen-state","imap/concepts/features/single-instance-store","imap/concepts/features/virtual-domains","imap/concepts/overview_and_concepts","imap/developer","imap/developer/API","imap/developer/API/cyrusdb","imap/developer/API/cyrusdb2","imap/developer/API/index-api","imap/developer/API/mailbox-api","imap/developer/ancient-releasing","imap/developer/compiling","imap/developer/cyrusworks","imap/developer/developer-testing","imap/developer/documentation","imap/developer/github-guide","imap/developer/guidance","imap/developer/guidance/hacking","imap/developer/guidance/internationalization","imap/developer/guidance/locking","imap/developer/guidance/mailbox-format","imap/developer/guidance/namelocks","imap/developer/guidance/prot","imap/developer/guidance/replication_examples","imap/developer/guidance/replication_protocol","imap/developer/guidance/special_chars","imap/developer/guidance/var_directory_structure","imap/developer/install-xapian","imap/developer/jmap","imap/developer/libraries","imap/developer/libraries/imclient","imap/developer/namespaces","imap/developer/overview","imap/developer/process","imap/developer/releasing","imap/developer/thoughts","imap/developer/thoughts/backup","imap/developer/thoughts/bytecode","imap/developer/thoughts/caldav_scheduling_flowchart","imap/developer/thoughts/improved_mboxlist_sort","imap/developer/thoughts/notes","imap/developer/thoughts/prot-events","imap/developer/unit-tests","imap/download/getcyrus","imap/download/installation/distributions/centos","imap/download/installation/distributions/debian","imap/download/installation/distributions/fedora","imap/download/installation/distributions/opensuse","imap/download/installation/distributions/rhel","imap/download/installation/distributions/ubuntu","imap/download/installation/http/caldav","imap/download/installation/http/carddav","imap/download/installation/http/jmap","imap/download/installation/http/rss","imap/download/installation/http/webdav","imap/download/installation/manage-dav","imap/download/installation/mta/configuration","imap/download/installation/virus","imap/download/packagers","imap/download/release-notes/1/1.x.x","imap/download/release-notes/2.0/2.0.x","imap/download/release-notes/2.1/2.1.x","imap/download/release-notes/2.2/2.2.x","imap/download/release-notes/2.3/index","imap/download/release-notes/2.3/x/2.3.0","imap/download/release-notes/2.3/x/2.3.1","imap/download/release-notes/2.3/x/2.3.10","imap/download/release-notes/2.3/x/2.3.11","imap/download/release-notes/2.3/x/2.3.12","imap/download/release-notes/2.3/x/2.3.13","imap/download/release-notes/2.3/x/2.3.14","imap/download/release-notes/2.3/x/2.3.15","imap/download/release-notes/2.3/x/2.3.16","imap/download/release-notes/2.3/x/2.3.17","imap/download/release-notes/2.3/x/2.3.18","imap/download/release-notes/2.3/x/2.3.19","imap/download/release-notes/2.3/x/2.3.2","imap/download/release-notes/2.3/x/2.3.20","imap/download/release-notes/2.3/x/2.3.3","imap/download/release-notes/2.3/x/2.3.4","imap/download/release-notes/2.3/x/2.3.5","imap/download/release-notes/2.3/x/2.3.6","imap/download/release-notes/2.3/x/2.3.7","imap/download/release-notes/2.3/x/2.3.8","imap/download/release-notes/2.3/x/2.3.9","imap/download/release-notes/2.4-dav/index","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta1","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta10","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta11","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta2","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta3","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta4","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta5","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta6","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta7","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta8","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta9","imap/download/release-notes/2.4/index","imap/download/release-notes/2.4/x/2.4.0","imap/download/release-notes/2.4/x/2.4.1","imap/download/release-notes/2.4/x/2.4.10","imap/download/release-notes/2.4/x/2.4.11","imap/download/release-notes/2.4/x/2.4.12","imap/download/release-notes/2.4/x/2.4.13","imap/download/release-notes/2.4/x/2.4.14","imap/download/release-notes/2.4/x/2.4.15","imap/download/release-notes/2.4/x/2.4.16","imap/download/release-notes/2.4/x/2.4.17","imap/download/release-notes/2.4/x/2.4.18","imap/download/release-notes/2.4/x/2.4.19","imap/download/release-notes/2.4/x/2.4.2","imap/download/release-notes/2.4/x/2.4.20","imap/download/release-notes/2.4/x/2.4.21","imap/download/release-notes/2.4/x/2.4.22","imap/download/release-notes/2.4/x/2.4.3","imap/download/release-notes/2.4/x/2.4.4","imap/download/release-notes/2.4/x/2.4.5","imap/download/release-notes/2.4/x/2.4.6","imap/download/release-notes/2.4/x/2.4.7","imap/download/release-notes/2.4/x/2.4.8","imap/download/release-notes/2.4/x/2.4.9","imap/download/release-notes/2.5/index","imap/download/release-notes/2.5/x/2.5.0","imap/download/release-notes/2.5/x/2.5.1","imap/download/release-notes/2.5/x/2.5.10","imap/download/release-notes/2.5/x/2.5.11","imap/download/release-notes/2.5/x/2.5.12","imap/download/release-notes/2.5/x/2.5.13","imap/download/release-notes/2.5/x/2.5.15","imap/download/release-notes/2.5/x/2.5.16","imap/download/release-notes/2.5/x/2.5.17","imap/download/release-notes/2.5/x/2.5.2","imap/download/release-notes/2.5/x/2.5.3","imap/download/release-notes/2.5/x/2.5.4","imap/download/release-notes/2.5/x/2.5.5","imap/download/release-notes/2.5/x/2.5.6","imap/download/release-notes/2.5/x/2.5.7","imap/download/release-notes/2.5/x/2.5.8","imap/download/release-notes/2.5/x/2.5.9","imap/download/release-notes/3.0/index","imap/download/release-notes/3.0/x/3.0.0","imap/download/release-notes/3.0/x/3.0.0-beta1","imap/download/release-notes/3.0/x/3.0.0-beta2","imap/download/release-notes/3.0/x/3.0.0-beta3","imap/download/release-notes/3.0/x/3.0.0-beta4","imap/download/release-notes/3.0/x/3.0.0-beta5","imap/download/release-notes/3.0/x/3.0.0-beta6","imap/download/release-notes/3.0/x/3.0.0-rc1","imap/download/release-notes/3.0/x/3.0.0-rc2","imap/download/release-notes/3.0/x/3.0.0-rc3","imap/download/release-notes/3.0/x/3.0.0-rc4","imap/download/release-notes/3.0/x/3.0.1","imap/download/release-notes/3.0/x/3.0.10","imap/download/release-notes/3.0/x/3.0.11","imap/download/release-notes/3.0/x/3.0.12","imap/download/release-notes/3.0/x/3.0.13","imap/download/release-notes/3.0/x/3.0.14","imap/download/release-notes/3.0/x/3.0.15","imap/download/release-notes/3.0/x/3.0.2","imap/download/release-notes/3.0/x/3.0.3","imap/download/release-notes/3.0/x/3.0.4","imap/download/release-notes/3.0/x/3.0.5","imap/download/release-notes/3.0/x/3.0.6","imap/download/release-notes/3.0/x/3.0.7","imap/download/release-notes/3.0/x/3.0.8","imap/download/release-notes/3.0/x/3.0.9","imap/download/release-notes/3.1/index","imap/download/release-notes/3.1/x/3.1.0-dev","imap/download/release-notes/3.1/x/3.1.1","imap/download/release-notes/3.1/x/3.1.2","imap/download/release-notes/3.1/x/3.1.3","imap/download/release-notes/3.1/x/3.1.4","imap/download/release-notes/3.1/x/3.1.5","imap/download/release-notes/3.1/x/3.1.6","imap/download/release-notes/3.1/x/3.1.7","imap/download/release-notes/3.1/x/3.1.8","imap/download/release-notes/3.1/x/3.1.9","imap/download/release-notes/3.2/index","imap/download/release-notes/3.2/x/3.2.0","imap/download/release-notes/3.2/x/3.2.0-beta3","imap/download/release-notes/3.2/x/3.2.0-beta4","imap/download/release-notes/3.2/x/3.2.0-rc1","imap/download/release-notes/3.2/x/3.2.1","imap/download/release-notes/3.2/x/3.2.2","imap/download/release-notes/3.2/x/3.2.3","imap/download/release-notes/3.2/x/3.2.4","imap/download/release-notes/3.2/x/3.2.5","imap/download/release-notes/3.2/x/3.2.6","imap/download/release-notes/3.3/index","imap/download/release-notes/3.3/x/3.3.0","imap/download/release-notes/3.3/x/3.3.1","imap/download/release-notes/3.4/index","imap/download/release-notes/3.4/x/3.4.0","imap/download/release-notes/3.4/x/3.4.0-beta1","imap/download/release-notes/3.4/x/3.4.0-beta2","imap/download/release-notes/3.4/x/3.4.0-beta3","imap/download/release-notes/3.4/x/3.4.0-rc1","imap/download/release-notes/3.5/index","imap/download/release-notes/index","imap/download/upgrade","imap/installing","imap/quickstart/introduction","imap/reference/admin","imap/reference/admin/access-control","imap/reference/admin/access-control/combining-rights","imap/reference/admin/access-control/defaults","imap/reference/admin/access-control/identifiers","imap/reference/admin/access-control/rights-reference","imap/reference/admin/backups","imap/reference/admin/config-mailboxdistribution","imap/reference/admin/eventsource","imap/reference/admin/locations","imap/reference/admin/locations/archive-partitions","imap/reference/admin/locations/configuration-state","imap/reference/admin/locations/hashing","imap/reference/admin/locations/mailspool","imap/reference/admin/locations/searchtiers","imap/reference/admin/monitoring","imap/reference/admin/murder/murder","imap/reference/admin/murder/murder-concepts","imap/reference/admin/murder/murder-failure-modes","imap/reference/admin/murder/murder-installation","imap/reference/admin/murder/murder-mail-delivery","imap/reference/admin/murder/murder-mupdate-details","imap/reference/admin/nginx-proxy","imap/reference/admin/nntp","imap/reference/admin/ports-sockets","imap/reference/admin/ports/services","imap/reference/admin/ports/sockets","imap/reference/admin/protlayer","imap/reference/admin/quotas","imap/reference/admin/quotas/quotaroots","imap/reference/admin/quotas/quotatypes","imap/reference/admin/sieve","imap/reference/admin/sop","imap/reference/admin/sop/administration-running","imap/reference/admin/sop/altnamespace","imap/reference/admin/sop/deleting","imap/reference/admin/sop/mailbox-operations","imap/reference/admin/sop/mailbox-quota","imap/reference/admin/sop/reconstructing","imap/reference/admin/sop/reloading","imap/reference/admin/sop/replication","imap/reference/admin/sop/splitting-metadata","imap/reference/admin/sop/squatter","imap/reference/admin/sop/userdeny","imap/reference/admin/tweaking","imap/reference/architecture","imap/reference/faq","imap/reference/faqs/feature-database-backend","imap/reference/faqs/feature-duplicate-delivery","imap/reference/faqs/install-compilationerrors","imap/reference/faqs/install-install-help","imap/reference/faqs/install-linkerwarnings","imap/reference/faqs/interop-8bit","imap/reference/faqs/interop-barenewlines","imap/reference/faqs/interop-sieve-exim","imap/reference/faqs/interop-slow-delivery","imap/reference/faqs/o-acls","imap/reference/faqs/o-annotations","imap/reference/faqs/o-configdir-tempfs","imap/reference/faqs/o-coredump","imap/reference/faqs/o-delete-mailbox","imap/reference/faqs/o-deleted-expired-expunged-purged","imap/reference/faqs/o-deliverdb-size","imap/reference/faqs/o-freezes","imap/reference/faqs/o-gdb","imap/reference/faqs/o-mailbox-doesnotexist","imap/reference/faqs/o-mixedcase","imap/reference/faqs/o-otherdatabases","imap/reference/faqs/o-pop3slow","imap/reference/faqs/o-reconstruct","imap/reference/faqs/o-sharedfilesystem-gpfs","imap/reference/faqs/o-telemetry","imap/reference/faqs/o-toomanyprocesses","imap/reference/faqs/o-unable-join-environment","imap/reference/faqs/o-vacation-mailfrom","imap/reference/faqs/r-murder-ha","imap/reference/faqs/r-pop3-logging","imap/reference/faqs/r-publicssharedfolders","imap/reference/faqs/r-subfolders","imap/reference/manpages/commands","imap/reference/manpages/configs/cyrus.conf","imap/reference/manpages/configs/imapd.conf","imap/reference/manpages/configs/krb.equiv","imap/reference/manpages/systemcommands/arbitron","imap/reference/manpages/systemcommands/backupd","imap/reference/manpages/systemcommands/chk_cyrus","imap/reference/manpages/systemcommands/ctl_backups","imap/reference/manpages/systemcommands/ctl_conversationsdb","imap/reference/manpages/systemcommands/ctl_cyrusdb","imap/reference/manpages/systemcommands/ctl_deliver","imap/reference/manpages/systemcommands/ctl_mboxlist","imap/reference/manpages/systemcommands/ctl_zoneinfo","imap/reference/manpages/systemcommands/cvt_cyrusdb","imap/reference/manpages/systemcommands/cvt_xlist_specialuse","imap/reference/manpages/systemcommands/cyr_backup","imap/reference/manpages/systemcommands/cyr_buildinfo","imap/reference/manpages/systemcommands/cyr_dbtool","imap/reference/manpages/systemcommands/cyr_deny","imap/reference/manpages/systemcommands/cyr_df","imap/reference/manpages/systemcommands/cyr_expire","imap/reference/manpages/systemcommands/cyr_info","imap/reference/manpages/systemcommands/cyr_sequence","imap/reference/manpages/systemcommands/cyr_synclog","imap/reference/manpages/systemcommands/cyr_userseen","imap/reference/manpages/systemcommands/cyr_virusscan","imap/reference/manpages/systemcommands/cyradm","imap/reference/manpages/systemcommands/cyrdump","imap/reference/manpages/systemcommands/deliver","imap/reference/manpages/systemcommands/fetchnews","imap/reference/manpages/systemcommands/fud","imap/reference/manpages/systemcommands/httpd","imap/reference/manpages/systemcommands/idled","imap/reference/manpages/systemcommands/imapd","imap/reference/manpages/systemcommands/ipurge","imap/reference/manpages/systemcommands/lmtpd","imap/reference/manpages/systemcommands/lmtpproxyd","imap/reference/manpages/systemcommands/masssievec","imap/reference/manpages/systemcommands/master","imap/reference/manpages/systemcommands/mbexamine","imap/reference/manpages/systemcommands/mbpath","imap/reference/manpages/systemcommands/mbtool","imap/reference/manpages/systemcommands/mkimap","imap/reference/manpages/systemcommands/mknewsgroups","imap/reference/manpages/systemcommands/mupdate","imap/reference/manpages/systemcommands/nntpd","imap/reference/manpages/systemcommands/notifyd","imap/reference/manpages/systemcommands/pop3d","imap/reference/manpages/systemcommands/pop3proxyd","imap/reference/manpages/systemcommands/promstatsd","imap/reference/manpages/systemcommands/proxyd","imap/reference/manpages/systemcommands/ptdump","imap/reference/manpages/systemcommands/ptexpire","imap/reference/manpages/systemcommands/ptloader","imap/reference/manpages/systemcommands/quota","imap/reference/manpages/systemcommands/reconstruct","imap/reference/manpages/systemcommands/rehash","imap/reference/manpages/systemcommands/restore","imap/reference/manpages/systemcommands/sievec","imap/reference/manpages/systemcommands/sieved","imap/reference/manpages/systemcommands/smmapd","imap/reference/manpages/systemcommands/squatter","imap/reference/manpages/systemcommands/sync_client","imap/reference/manpages/systemcommands/sync_reset","imap/reference/manpages/systemcommands/sync_server","imap/reference/manpages/systemcommands/timsieved","imap/reference/manpages/systemcommands/tls_prune","imap/reference/manpages/systemcommands/translatesieve","imap/reference/manpages/systemcommands/unexpunge","imap/reference/manpages/usercommands/arbitronsort.pl","imap/reference/manpages/usercommands/dav_reconstruct","imap/reference/manpages/usercommands/httptest","imap/reference/manpages/usercommands/imtest","imap/reference/manpages/usercommands/installsieve","imap/reference/manpages/usercommands/lmtptest","imap/reference/manpages/usercommands/mupdatetest","imap/reference/manpages/usercommands/nntptest","imap/reference/manpages/usercommands/pop3test","imap/reference/manpages/usercommands/sieveshell","imap/reference/manpages/usercommands/sivtest","imap/reference/manpages/usercommands/smtptest","imap/reference/manpages/usercommands/synctest","imap/rfc-support","imap/support/feedback-bugs","imap/support/feedback-irc","imap/support/feedback-mailing-lists","imap/support/feedback-meetings","index","operations","overview","overview/about_cyrus","overview/cyrus_bylaws","overview/cyrus_history","overview/cyrus_roadmap","overview/what_is_cyrus","overview/who_is_cyrus","preface","quickstart","setup","sitemap","styles","support"],objects:{"":{"--allow-partials":[380,0,1,"cmdoption-squatter--allow-partials"],"--audit":[380,0,1,"cmdoption-squatter--audit"],"--channel":[380,0,1,"cmdoption-squatter--channel"],"--compact":[380,0,1,"cmdoption-squatter--compact"],"--copydb":[380,0,1,"cmdoption-squatter--copydb"],"--filter":[380,0,1,"cmdoption-squatter--filter"],"--help":[380,0,1,"cmdoption-squatter--help"],"--incremental":[380,0,1,"cmdoption-squatter--incremental"],"--internalindex":[380,0,1,"cmdoption-squatter--internalindex"],"--name":[380,0,1,"cmdoption-squatter--name"],"--nodaemon":[380,0,1,"cmdoption-squatter--nodaemon"],"--only-upgrade":[380,0,1,"cmdoption-squatter--only-upgrade"],"--recursive":[380,0,1,"cmdoption-squatter--recursive"],"--reindex":[380,0,1,"cmdoption-squatter--reindex"],"--reindex-minlevel":[380,0,1,"cmdoption-squatter--reindex-minlevel"],"--reindex-partials":[380,0,1,"cmdoption-squatter--reindex-partials"],"--reindex-tier":[380,0,1,"cmdoption-squatter--reindex-tier"],"--rolling":[380,0,1,"cmdoption-squatter--rolling"],"--skip-locked":[380,0,1,"cmdoption-squatter--skip-locked"],"--sleep":[380,0,1,"cmdoption-squatter--sleep"],"--squat-annot":[380,0,1,"cmdoption-squatter--squat-annot"],"--squat-skip":[380,0,1,"cmdoption-squatter--squat-skip"],"--srctier":[380,0,1,"cmdoption-squatter--srctier"],"--synclog":[380,0,1,"cmdoption-squatter--synclog"],"--user":[380,0,1,"cmdoption-squatter--user"],"--verbose":[380,0,1,"cmdoption-squatter--verbose"],"-1":[381,0,1,"cmdoption-sync_client-1"],"-A":[389,0,1,"cmdoption-dav_reconstruct-A"],"-B":[380,0,1,"cmdoption-squatter-B"],"-C":[389,0,1,"cmdoption-dav_reconstruct-C"],"-D":[379,0,1,"cmdoption-smmapd-D"],"-E":[371,0,1,"cmdoption-ptexpire-E"],"-F":[381,0,1,"cmdoption-sync_client-F"],"-G":[374,0,1,"cmdoption-reconstruct-G"],"-I":[400,0,1,"cmdoption-imtest-I"],"-J":[373,0,1,"cmdoption-quota-J"],"-L":[381,0,1,"cmdoption-sync_client-L"],"-M":[376,0,1,"cmdoption-restore-M"],"-N":[380,0,1,"cmdoption-squatter-N"],"-O":[381,0,1,"cmdoption-sync_client-O"],"-P":[380,0,1,"cmdoption-squatter-P"],"-R":[380,0,1,"cmdoption-squatter-R"],"-S":[381,0,1,"cmdoption-sync_client-S"],"-T":[380,0,1,"cmdoption-squatter-T"],"-U":[380,0,1,"cmdoption-squatter-U"],"-V":[374,0,1,"cmdoption-reconstruct-V"],"-X":[400,0,1,"cmdoption-imtest-X"],"-Z":[380,0,1,"cmdoption-squatter-Z"],"-a":[400,0,1,"cmdoption-imtest-a"],"-b":[353,0,1,"cmdoption-ipurge-b"],"-c":[400,0,1,"cmdoption-imtest-c"],"-d":[392,0,1,"cmdoption-installsieve-d"],"-f":[400,0,1,"cmdoption-imtest-f"],"-g":[392,0,1,"cmdoption-installsieve-g"],"-h":[380,0,1,"cmdoption-squatter-h"],"-i":[400,0,1,"cmdoption-imtest-i"],"-j":[357,0,1,"cmdoption-master-j"],"-k":[400,0,1,"cmdoption-imtest-k"],"-l":[400,0,1,"cmdoption-imtest-l"],"-m":[400,0,1,"cmdoption-imtest-m"],"-n":[400,0,1,"cmdoption-imtest-n"],"-o":[400,0,1,"cmdoption-imtest-o"],"-p":[400,0,1,"cmdoption-imtest-p"],"-q":[400,0,1,"cmdoption-imtest-q"],"-r":[400,0,1,"cmdoption-imtest-r"],"-s":[400,0,1,"cmdoption-imtest-s"],"-t":[400,0,1,"cmdoption-imtest-t"],"-u":[400,0,1,"cmdoption-imtest-u"],"-v":[400,0,1,"cmdoption-imtest-v"],"-w":[400,0,1,"cmdoption-imtest-w"],"-x":[400,0,1,"cmdoption-imtest-x"],"-y":[348,0,1,"cmdoption-fetchnews-y"],"-z":[400,0,1,"cmdoption-imtest-z"],"arbitron(8)":[323,1,1,"std:cyrusman-arbitron(8)"],"backupd(8)":[324,1,1,"std:cyrusman-backupd(8)"],"chk_cyrus(8)":[325,1,1,"std:cyrusman-chk_cyrus(8)"],"conf-all":[340,0,1,"cmdoption-arg-conf-all"],"conf-default":[340,0,1,"cmdoption-arg-conf-default"],"conf-lint":[340,0,1,"cmdoption-arg-conf-lint"],"config-file":[361,0,1,"cmdoption-mkimap-arg-config-file"],"ctl_backups(8)":[326,1,1,"std:cyrusman-ctl_backups(8)"],"ctl_conversationsdb(8)":[327,1,1,"std:cyrusman-ctl_conversationsdb(8)"],"ctl_cyrusdb(8)":[328,1,1,"std:cyrusman-ctl_cyrusdb(8)"],"ctl_deliver(8)":[329,1,1,"std:cyrusman-ctl_deliver(8)"],"ctl_mboxlist(8)":[330,1,1,"std:cyrusman-ctl_mboxlist(8)"],"ctl_zoneinfo(8)":[331,1,1,"std:cyrusman-ctl_zoneinfo(8)"],"cvt_cyrusdb(8)":[332,1,1,"std:cyrusman-cvt_cyrusdb(8)"],"cvt_xlist_specialuse(8)":[333,1,1,"std:cyrusman-cvt_xlist_specialuse(8)"],"cyr_backup(8)":[334,1,1,"std:cyrusman-cyr_backup(8)"],"cyr_buildinfo(8)":[335,1,1,"std:cyrusman-cyr_buildinfo(8)"],"cyr_dbtool(8)":[336,1,1,"std:cyrusman-cyr_dbtool(8)"],"cyr_deny(8)":[337,1,1,"std:cyrusman-cyr_deny(8)"],"cyr_df(8)":[338,1,1,"std:cyrusman-cyr_df(8)"],"cyr_expire(8)":[339,1,1,"std:cyrusman-cyr_expire(8)"],"cyr_info(8)":[340,1,1,"std:cyrusman-cyr_info(8)"],"cyr_sequence(8)":[341,1,1,"std:cyrusman-cyr_sequence(8)"],"cyr_synclog(8)":[342,1,1,"std:cyrusman-cyr_synclog(8)"],"cyr_userseen(8)":[343,1,1,"std:cyrusman-cyr_userseen(8)"],"cyr_virusscan(8)":[344,1,1,"std:cyrusman-cyr_virusscan(8)"],"cyradm(8)":[345,1,1,"std:cyrusman-cyradm(8)"],"cyrdump(8)":[346,1,1,"std:cyrusman-cyrdump(8)"],"dav_reconstruct(1)":[389,1,1,"std:cyrusman-dav_reconstruct(1)"],"deliver(8)":[347,1,1,"std:cyrusman-deliver(8)"],"fetchnews(8)":[348,1,1,"std:cyrusman-fetchnews(8)"],"fud(8)":[349,1,1,"std:cyrusman-fud(8)"],"httpd(8)":[350,1,1,"std:cyrusman-httpd(8)"],"httptest(1)":[390,1,1,"std:cyrusman-httptest(1)"],"idled(8)":[351,1,1,"std:cyrusman-idled(8)"],"imapd(8)":[352,1,1,"std:cyrusman-imapd(8)"],"imclient(3)":[68,1,1,"std:cyrusman-imclient(3)"],"imtest(1)":[391,1,1,"std:cyrusman-imtest(1)"],"installsieve(1)":[392,1,1,"std:cyrusman-installsieve(1)"],"ipurge(8)":[353,1,1,"std:cyrusman-ipurge(8)"],"lmtpd(8)":[354,1,1,"std:cyrusman-lmtpd(8)"],"lmtpproxyd(8)":[355,1,1,"std:cyrusman-lmtpproxyd(8)"],"lmtptest(1)":[393,1,1,"std:cyrusman-lmtptest(1)"],"mailbox-spec":[373,0,1,"cmdoption-quota-arg-mailbox-spec"],"masssievec(8)":[356,1,1,"std:cyrusman-masssievec(8)"],"master(8)":[357,1,1,"std:cyrusman-master(8)"],"mbexamine(8)":[358,1,1,"std:cyrusman-mbexamine(8)"],"mbpath(8)":[359,1,1,"std:cyrusman-mbpath(8)"],"mbtool(8)":[360,1,1,"std:cyrusman-mbtool(8)"],"mkimap(8)":[361,1,1,"std:cyrusman-mkimap(8)"],"mknewsgroups(8)":[362,1,1,"std:cyrusman-mknewsgroups(8)"],"mupdate(8)":[363,1,1,"std:cyrusman-mupdate(8)"],"mupdatetest(1)":[394,1,1,"std:cyrusman-mupdatetest(1)"],"nntpd(8)":[364,1,1,"std:cyrusman-nntpd(8)"],"nntptest(1)":[395,1,1,"std:cyrusman-nntptest(1)"],"notifyd(8)":[365,1,1,"std:cyrusman-notifyd(8)"],"pop3d(8)":[366,1,1,"std:cyrusman-pop3d(8)"],"pop3proxyd(8)":[367,1,1,"std:cyrusman-pop3proxyd(8)"],"pop3test(1)":[396,1,1,"std:cyrusman-pop3test(1)"],"promstatsd(8)":[368,1,1,"std:cyrusman-promstatsd(8)"],"proxyd(8)":[369,1,1,"std:cyrusman-proxyd(8)"],"ptdump(8)":[370,1,1,"std:cyrusman-ptdump(8)"],"ptexpire(8)":[371,1,1,"std:cyrusman-ptexpire(8)"],"ptloader(8)":[372,1,1,"std:cyrusman-ptloader(8)"],"quota(8)":[373,1,1,"std:cyrusman-quota(8)"],"reconstruct(8)":[374,1,1,"std:cyrusman-reconstruct(8)"],"rehash(8)":[375,1,1,"std:cyrusman-rehash(8)"],"restore(8)":[376,1,1,"std:cyrusman-restore(8)"],"sievec(8)":[377,1,1,"std:cyrusman-sievec(8)"],"sieved(8)":[378,1,1,"std:cyrusman-sieved(8)"],"sieveshell(1)":[397,1,1,"std:cyrusman-sieveshell(1)"],"sivtest(1)":[398,1,1,"std:cyrusman-sivtest(1)"],"smmapd(8)":[379,1,1,"std:cyrusman-smmapd(8)"],"smtptest(1)":[399,1,1,"std:cyrusman-smtptest(1)"],"squatter(8)":[380,1,1,"std:cyrusman-squatter(8)"],"sync_client(8)":[381,1,1,"std:cyrusman-sync_client(8)"],"sync_reset(8)":[382,1,1,"std:cyrusman-sync_reset(8)"],"sync_server(8)":[383,1,1,"std:cyrusman-sync_server(8)"],"synctest(1)":[400,1,1,"std:cyrusman-synctest(1)"],"timsieved(8)":[384,1,1,"std:cyrusman-timsieved(8)"],"tls_prune(8)":[385,1,1,"std:cyrusman-tls_prune(8)"],"translatesieve(8)":[386,1,1,"std:cyrusman-translatesieve(8)"],"unexpunge(8)":[387,1,1,"std:cyrusman-unexpunge(8)"],compact:[326,0,1,"cmdoption-ctl_backups-arg-compact"],compress:[341,0,1,"cmdoption-cyr_sequence-arg-compress"],conf:[340,0,1,"cmdoption-arg-conf"],create:[341,0,1,"cmdoption-cyr_sequence-arg-create"],dump:[334,0,1,"cmdoption-arg-dump"],format:[335,0,1,"cmdoption-cyr_buildinfo-arg-format"],imapd:[375,0,1,"cmdoption-rehash-arg-imapd"],ismember:[341,0,1,"cmdoption-cyr_sequence-arg-ismember"],join:[341,0,1,"cmdoption-cyr_sequence-arg-join"],json:[334,0,1,"cmdoption-arg-json"],list:[334,0,1,"cmdoption-arg-list"],lock:[326,0,1,"cmdoption-ctl_backups-arg-lock"],members:[341,0,1,"cmdoption-cyr_sequence-arg-members"],parsed:[341,0,1,"cmdoption-cyr_sequence-arg-parsed"],proc:[340,0,1,"cmdoption-arg-proc"],reindex:[326,0,1,"cmdoption-ctl_backups-arg-reindex"],show:[334,0,1,"cmdoption-arg-show"],stat:[326,0,1,"cmdoption-ctl_backups-arg-stat"],userid_list:[389,0,1,"cmdoption-dav_reconstruct-arg-userid_list"],verify:[326,0,1,"cmdoption-ctl_backups-arg-verify"]},arbitronsort:{"pl(1)":[388,1,1,"std:cyrusman-arbitronsort.pl(1)"]},cyrus:{"conf(5)":[320,1,1,"std:cyrusman-cyrus.conf(5)"]},imapd:{"conf(5)":[321,1,1,"std:cyrusman-imapd.conf(5)"]},krb:{"equiv(5)":[322,1,1,"std:cyrusman-krb.equiv(5)"]}},objnames:{"0":["std","option","option"],"1":["std","cyrusman","cyrusman"]},objtypes:{"0":"std:option","1":"std:cyrusman"},terms:{"0101003f4c56b00545000000":61,"0101003f4c56b04b2900000d":61,"0101003f4c56b0514900001f":61,"0101003f4c56b07422000002":61,"0101003f4c56b07e56000023":61,"0101003f4c56b08328000016":61,"0101003f4c56b084d7000002":61,"0101003f4c56b087f3000001":61,"0101003f4c56b08c9d000026":61,"03ff":56,"0cee599b1573110fee428f8323690cbcb9589661":74,"0x0":80,"0x4066cc":80,"0x406806":80,"0x40c059":80,"0x4399d8":80,"0x44a0ca":80,"0x44a2f8":80,"0x4c2815c":80,"0x61b32a9":80,"0x61b36ed":80,"0x61b3827":80,"0x72d7748e":80,"1000gb":247,"1000gib":[9,247],"100gb":247,"100gib":9,"100mb":46,"10m":321,"10mb":321,"10t16":27,"110gib":9,"1234abcd":18,"128k":321,"12a62f123451395dc7d52518ae8e8c75571c9876":358,"152f59c":197,"19011213t204552z":321,"1c7cca361502dfed2d918da97e506f1c1e97dfb":74,"1gb":321,"1h30m":321,"1mb":[15,321],"1st":56,"1tb":310,"2000gib":[9,247],"200gib":[9,247],"20151119t063000z":27,"20151119t073000z":27,"20151119t083000z":27,"2020a":[88,331],"20380119t031407z":321,"20t11":27,"20t13":27,"23t14":27,"23t18":27,"24h":[321,387],"255f37ffc2e7":27,"2c_thoma":27,"2gb":[189,193],"2ghz":310,"2nd":56,"30gb":247,"30gib":9,"30m":321,"32625b552aa1":66,"32bit":58,"32m":321,"3829c6087dac":387,"39gmt":44,"3ab4f8d5512e33b1":358,"3d9f02135bf964ff0b6a917921b862c3420e48f0":74,"3rd":[56,321],"400gb":247,"400gib":9,"41d7":329,"41z":27,"45m":321,"49ba20f5":27,"4aa62f540d81395dc7d52518ae8e8c75571c8f11":358,"4d5c6b7a":275,"4d88af31":275,"4d88af34":275,"4d88af35":275,"4d9618acd0aea6b33683766358351459":27,"4gb":310,"4ghz":310,"4mb":321,"4rev1":401,"4xx":321,"500gib":9,"512d":321,"53c4137":197,"5571a7bc1bc865":329,"5a6":97,"5d9e4f44":66,"5edadcf":197,"5meg":413,"600gb":247,"600gib":9,"60m":321,"640e232e3877":66,"64bit":[142,196],"6836d0110252d08a0656c14c2d2d314124755491":74,"69bdb40dac9de4d17057a5245c34544f2d6849db":358,"6aa93fd583f143dde555184d508ab0916e06b026":358,"6b98205c796c6c61":61,"700gib":[9,247],"70gb":247,"70gib":9,"739232245980a3efe3df490841221a4b7bac4f27":358,"7b64ec321457715ee61fe238f178f5d72adaef64":74,"7bit":[27,387],"7c76ec2b":66,"7df9":66,"7f6f384c3f5ba99a":61,"80gib":9,"80k":310,"8bit":[27,138,321,401],"8bitmime":98,"8gb":310,"8th":97,"900gib":[9,247],"90d":321,"90d104346ef3cba9e419461dd26045035f4cba02":74,"90m":321,"95349cd5d1cf21b55e6e0930b2ee5754f977ba8c":387,"9bd8":66,"\u00f8yvind":414,"\u0434\u0438\u043b\u044f\u043d":[163,190,191,192,193,196,203,213,214,216,217,218,219,220,223,225],"\u043f\u0430\u043b\u0430\u0443\u0437\u043e\u0432":[163,190,191,192,193,196,203,213,214,216,217,218,219,220,223,225],"abstract":[44,55],"boolean":[68,297,321],"break":[40,44,45,59,74,80,97,140,141,143,144,158,164,174,175,190,204,206,207,208,209,210,211,212,213,214,226,227,228,235,236,246,271,294,321,330],"byte":[6,46,52,56,58,59,62,74,75,80,97,100,113,142,154,156,321,353,358,374],"case":[0,4,5,7],"catch":[36,74,97,405],"class":[41,56,80,249,257,270,321,411,419],"default":[0,1,2,3,4,5,6,7,8,9,10,11],"enum":[75,80],"export":[41,65,98,131,238],"final":[3,6,11,15,25,41,47,51,56,58,62,75,80,104,122,145,154,158,237,238,245,271,290,299,321,411,413,419],"float":[321,339],"function":[7,11,12,18,19,36,40,44,45,47],"go\u0142\u0119biowski":203,"goto":[55,56,76],"h\u00e5vard":321,"import":[3,11,74,77,78,91,98,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,178,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,246,257,280,320,321,374,402,413,419],"jes\u00fa":158,"kundr\u00e1t":154,"long":[9,30,33,36,41,47,55,68,74,80,97,106,138,149,154,156,160,164,197,200,223,230,233,234,237,246,247,280,286,292,301],"new":[1,4],"null":[3,6,11,18,33,41,44,45,46,47,55,59,60,62,66,68,74,75,79,97,98,113,142,162,178,180,181,182,183,184,185,186,187,188,238,244,251,267,314,321,365],"ond\u0159ej":[174,414],"public":[41,48,56,72,88,89,92,286],"return":[5,27,41,44,45,46,47,52,55,56,59,60,61,63,68,74,75,76,79,80,88,89,92,97,98,99,109,132,133,139,140,143,161,163,164,203,212,213,214,216,217,218,219,220,221,238,245,257,259,261,267,268,321,341,345,347,389,401,419],"short":[7,11,44,52,57],"static":[3,36,44,68,80,93,97,98,321],"super":[35,55,58,152,237,413],"sur\u00fd":[174,414],"switch":[11,41,56,68,97,98,99,100,145],"true":[7,18,40,44,45,47,66,75,87,97,202,238,242],"try":[40,44,47,55,56,59,64,71,72,74,97,160,204,206,207,208,209,210,211,212,213,214,216,217,218,219,226,227,228,235,236,238,246,257,259,271,280,283,286,289,293],"var":[1,11,28,40,51,54],"void":35,"while":[5,9,10,11,19,27,28,33,36,40,41,44,45,47,49,52,55,56,57,58,59,60,66,68,70,72,74,84,93,99,109,160,191,237,245,246,248,249,251,257,259,261,267,273,281,282,284,285,291,301,303,305,310,312,320,321,326,333,345,368,380],__attribute__:224,_abort:74,_admin:41,_config:80,_d9aa3c2dd73a9166113254d4ebe07bc8:27,_end:74,_hash:80,_initi:80,_mech:321,_min:80,_name_:55,_part:80,_registri:80,_start:74,_sync_authnam:246,_sync_host:246,_sync_password:246,_sync_port:246,_sync_repeat_interv:246,_tls_:100,_userid:80,_usermbox:80,_xxxxxx:74,a001:257,a002:257,a01:[82,83,84,86,87],a0e716087dac:387,a4bf5bbb9feaa271:27,a5677cfa1f5f7b627763652f4bb9b99f5970748c:74,a665:66,a777:245,a8486f5db6ec207de9b9f069850546e:27,aaa:80,abandon:100,abbrevi:345,abc:52,abil:[7,11,19,35,38,40,41,93,97,98,99,166,193,256,257,259,263,285,309,321],abiliti:142,abl:[3,11,18,19,33,36,40,44,47,52,74,80,82,83,84,86,87,88,110,132,237,238,245,257,259,275,280,301,321,357,403],abnf:401,abnorm:299,abomin:44,abort:[44,45,74,97,98,108,220,257,299,321,376,380,381],about:[0,1,3,5,6,7,11,15,36,40,41],abov:[15,18,40,41,47,51,56,58,74,75,77,81,84,87,92,156,160,161,212,213,214,216,217,218,219,238,247,249,250,251,253,259,263,271,275,278,310,320,330,344,345,387,416,419],above:257,absenc:410,absolut:[9,28,30,55,72,74,88,100,160,247,251,255,268,321],abus:[41,330],acapmbox:98,acapsiev:98,accent:56,accept:[11,44,45,66,74,97,98,99,100,122,133,134,142,161,163,178,180,181,182,183,184,185,186,187,188,200,206,207,208,209,210,211,212,213,214,216,217,218,219,227,228,230,231,232,233,234,237,238,257,261,263,271,280,292,321,324,335,341,345,347,350,352,354,355,363,364,365,366,367,369,372,379,380,384,401,410,413,416],access:[3,4,5],accid:382,accident:[24,25,301,310,376,387],accommod:257,accompani:[15,250],accomplish:[41,152,239,249,257,263,310,314,411],accord:[9,30,74,91,216,217,218,219,246,247,249,254,259,307,321,326,334,344,376,410],accordingli:[74,100,263,321],account:[10,11,18,19,27,35,40,41,51],accountid:[27,66],accur:[11,47,160],achaemenid:51,achiev:[11,28,237,264,280,310,321,380],aci:14,ack:312,acknowledg:[58,81],acl:[6,27,36],aclright:27,acls:140,aclsubject:27,acm:321,acquir:[88,97,122],across:[8,11,12,13,36,41,44,51,55,57,59,74,98,100,106,152,164,196,202,243,246,256,257,259,261,285,310,321,413],act:[41,44,93,160,244,257,280,321,343,363,413],actdiag:52,action:[19,27,33,41,44,45],activ:[6,11,18,33,41,44,56,60,61,74,79,81,86,99,175,179,180,181,182,183,184,185,186,187,188,196,246,257,261,267,271,280,290,321,357,362,380,392,397,406,414],activate:259,actual:[3,5,7,9,11,15,19,26,28,30,33,41,44,47,56,58,62,72,74,75,80,97,106,141,156,158,160,178,182,183,184,185,186,187,188,212,213,214,216,217,218,219,238,245,246],actualli:[56,74,343],adam:203,adapt:[3,96],adapter:[3,11],add:[18,40,44,45,48,49,51],added:[97,99,100,102,104,105,106,107,109,110,114,115,117,120,121,122,124,125,126,129,130,131,132,133,134,136,152,156,178,180,181,182,183,184,185,186,187,188,192,194,224,321],addflag:75,adding:1,addit:[3,5,6,7,9,11,12,31,41],addition:[11,19,36,41],addr:75,address:[3,4,5,6,11,18,19,22,33,36],addressbook:22,addseen:224,addsub:108,addus:51,adher:[306,314],adjac:[56,74,321],adjust:[11,41],adkin:[98,313],adkinss:[98,313],admin:[33,40,41,87,88,93,98,99,100,104,110,133,160,161,190,193,194,197,213,214,216,217,218,219,228,230,231,232,233,234,238,242,243,246,255,259,271,280,285,286,297],administ:[33,35,40,41,242,243,245,345],administr:[3,7,11,13,15,24,25],admissibl:321,admit:[245,345],adopt:[19,415],adrian:220,adv:275,advanc:[9,30,247,411],advantag:[6,7,10,13,96,98,99,255,257,321,380,413],advers:74,advertis:[88,93,97,156,237,257,321,401],advis:[41,52,374],aea7:27,aege:141,aes256:[82,83,84,86,87],af11:321,af12:321,af13:321,af21:321,af22:321,af23:321,af31:321,af32:321,af33:321,af41:321,af42:321,af43:321,afek:414,affect:[19,33,46,49,53,72,74,97,98,152,191,197,216,217,218,219,237,246,280,288,295,308,310,312,318,321,327,344,374,380],aforement:[8,11,36,160],afs:[41,97,99,152,244,257,321,372],afskrb:321,afspt:100,afspts:321,afspts_localrealm:321,afspts_mycel:321,after:[3,8,9,11,15,19,24,26,30,33,41,44,45,47,49,55,56,57,60,66,68,72,74,77,80,96,97,105,107,108,109,117,139,151,152,154,160,162,168,176,195,221,225,237,245,246,247,257,258,259,261,263,267,271,275,278,279,284,297,300,301,310,321,326,327,328,340,345,368,374,380,381,390,391,393,394,396,398,399,400,411,415],afterward:[44,45],again:[11,36,41,44,45,47,48,58,61,72,74,79,87,97,98,99,100,104,141,145,158,178,179,180,181,182,183,184,185,186,187,188,196,216,217,218,219,230,232,233,234,237,238,246,250,253,254,256],against:[5,11,41,52,56,64,70,72,74,76,82,83,84,86,87,97,115,139,160,174,222,238,248,257,261,270,271,291,301,313,321],age:353,agent:[3,41,76,128,238,257,285,306,413],agentx:98,aggreg:4,aggregat:[13,19],aggress:161,agnost:[11,44,45,66,90],ago:[154,275,301],agre:55,agreement:292,ahead:[11,47,72,79,261,321],ahh:74,ahv:237,aid:[4,56,96,98,108,259,325,333,361,368],aim:[55,66,90,160],aix:310,aka:[160,246],akio:[139,140,220,223],akschu:222,ala:74,alain:98,alarm:[27,178,179,180,181,182,183,184,185,186,187,188,189,248],alarmrecipi:27,alarmtim:27,albert:100,alec:140,alert:[41,97,100,297,321,345,352,369],alexei:[410,414],algorithm:[56,74,97,104,252,321],alia:[5,6,216,218,219,322,345],alias:[5,6,40,146,321,345],align:[55,58,75,97,104,122],alik:11,aliv:[74,129,312,321,405],alive:401,all:[0,3,5,6,7,8,9,11,12,13,18,19,24,25,27,30,31,33,35,36,38,40,41,44,45,46,47,49,51,52,55,56,57,58,61,62,68,71,72,74,75],allberi:[98,345],alldai:27,alloc:[11,44,55,56,80,98,238,416],allof:100,allow:[3,5,7,8,9,11,13,15,18,19,24,25,27,30,33,34,35,36,40,41,44,45,46,47,49,55,56,58,60,62,68,69,74,75,88,89,90,91,92,93,97,98,99,100,102,104,105,106,108,109,110,114,122,131,133,139,141,146,152,156,157,158],allowallsubscrib:[7,245,259,321],allowanonymouslogin:[41,321],allowapop:[308,321],allowdelet:[213,214,216,217,218,219,321],allownewnew:[263,321,364],allowplaintext:41,allowsetacl:321,allowusermov:[74,100,321],allprop:131,almost:[48,99,238,278,310,321,374],alon:[7,11,120,247,250,310,416],along:[41,66,71,74,133,237,239,245,257,411],alongsid:[6,246],alpha0:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420],alpha:72,alphabet:[12,55,249,257,320],alphanumer:[18,249,253,261,321],alpine:106,alreadi:[5,11,12,18,19,26,38,41,44,45,46,47,49,53,57,59,71,74,80,88,90,93,96,97,99,160,193,224,237,238,246,257,259,268,321,326,327,336,345,376,380,386,392,413,416],also:[3,5,6,7,9,11,15,18,19,25,27,28,30,31,33,36,40,41,44,45,46,48,49,50,51,52,53,55,56,58,59,65],alt:[263,321,362,419],alt_config:[44,45,74,389],altconfig:[332,341,377],alter:[18,74,88,280,285,306,320,339,343,376],altern:[9,11],although:[5,11,257,321,347],altogeth:19,altprefix:321,alumni:414,alwai:[11,33,41,44,45,47,51,55,56,57,58,59,74,80,97,99,100,108,109,130,141,153,154,161,221,224,228,230,231,232,233,234,237,238,243,252,259,268,280,285,291,320,321,375,381],always:69,alwaystru:238,amalgam:72,amavisd:27,ambigu:245,amend:18,american:323,amo:[98,99],among:[3,9,30,97,160,257,324,361],amongst:415,amount:[9,11,18,24,25,27,28,30,34,58,75,97,98,100,102,106,122,160,227,228,230,231,232,233,234,237,247,257,260,268,286,307,312],ams:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420],amssync:97,analysi:256,anatoli:[222,223,224],ancestor:[227,228,230,231,232,233,234],ancient:42,andjelkov:98,andrew:[68,81,97,141,239,257,259,275,413,415],andrewmailsystem:411,andrewproject:411,andy:[223,224,322],anew:374,angular:321,ani:[3,5,7,11,12,15,25,27,33,35,40,41,44,45,46,47,48,52,53,55,56,57,58,59,60,61,62,66,68,72,74,76,80,81,82,83,84,86,87,93,95,96,97,98,99,100,102,109,114,166,178,180,181,182,183,184,185,186,187,188,193,216,217,218,219,227,228,230,231,232,233,234],ann:246,annatotor:321,annoi:[11,97,98,352,369],annot:4,annotat:4,annotate:[401,412],annotatemore:[82,83,84,86,87,99,100,160,175],annotatemsg:41,annotation:[41,270,345,373],annotation_allow_undefin:[160,321],annotation_callout:[160,321],annotation_callout_disable_append:321,annotation_db:[44,45,160,321],annotation_db_path:[251,321],annotation_definit:[110,228,230,231,232,233,234,321],annotation_enable_legacy_command:[211,212,213,214,216,217,218,219,321],annotations_definit:321,announc:[33,48,72,175,401,404],announcement:404,annoy:56,anonymis:74,anonymous:[98,271,321],anoth:[0,11,33,36,38,40,47,55,56,58,74,80,87,99,160,237,248,257,271,280,286],another:[5,56,257,292,313],ansi:97,answer:[7,61,238,316,321,414],answere:[58,358],anthoni:[193,203],anticipatori:11,antiqu:55,antispam:406,antiviru:[178,179,180,181,182,183,184,185,186,187,188,344,406],any:[41,44,45,56,58,81,88,93,96,244,257,271,280,285,321,324,350,352,357,364,366,369,374,380,383,389],anybodi:[58,72,97],anymor:[259,321],anyof:100,anyon:[5,19,35],anyoneuseracl:321,anysievefold:[166,193,321],anyth:[11,47,48,51,70,72,74,97,237,242,278,339,340,345,352,369],anywai:[44,74,97,246,321],anywher:[44,45,58],apach:93,apart:109,api:[1,6],apop:[308,321],app:55,appar:[56,191,257,352,369],appear:[9,11,22,30,33,48,56,58,66,75,76,91,97,99,134,238,245,246,247,257,259,263,280,286,290,295,306,314],append:[3,24,33,41],append_addseen:97,append_check:306,appenddat:58,appendic:256,appendlimit:401,appl:[88,248,321],apple:[27,88,178,180,181,182,183,184,185,186,187,188,240],appli:[11,19,27,28,33,35,41,50,52,53,55,59,66,72,74,109,174,244,245,247,257,269,271,278,279,280,281,285,292,301,305,321,326,327,339,419],applianc:11,applic:[3,5,8,11,36,55,60,66,80,97,100,160,239,259,264,267,274,280,301,308,313,314,328,401,402,406,413,419],application:27,apply:[51,74,376],appoint:11,apprais:257,appraiser:99,appreci:[11,141,217,218,219,246,402,414],approach:[11,55,59,257,280,310,419],appropri:[9,11,18,36,41,47,48,52,55,58,72,74,80,97,106,131,238,246,248,257,280,291,300,314,321,349,351,381,386,410,416],approv:[71,257,410],approxim:[41,74,326,380],april:323,aps_top:321,aps_topic_caldav:321,aps_topic_carddav:321,apsaccountid:27,apsdevicetoken:27,apssubtop:27,apsvers:27,apt:[49,51,80,83,87,237,238,416],aptli:281,arbit:36,arbitrari:[41,44,56,172,197,213,214,216,217,218,219,257,280],arbitrarili:97,arbitron:[52,58,97,99,100,114,319],arbitronsort:319,architect:310,architectur:[7,36,109],archiv:[11,15,24,28,52,99,178,179,180,181,182,183,184,185,186,187,188,203,223,246,249,250,263,284,297,310,321,323,328,339,340,359,404],archive:[11,13],archive_:[178,179,180,181,182,183,184,185,186,187,188],archive_aft:[15,321],archive_dai:[15,321],archive_en:[15,250,321],archive_keepflag:[15,321],archive_maxs:[15,321],archivecach:[249,253,321],archivepartit:[15,194,222,249,250,321,339,340],area:[11,41,53,74,75,97,321],aren:[47,56,58,74,98,154,237,238,257,271,304],arg1:55,arg2:55,arg3:55,arg4:55,arg:[79,80,97,304],arguabl:[44,242],argument:[11,41,44,48,49,52,55,68,72,74,75,80,97,106,147,157,160,166,173,175,193,196,200,216,217,218,219,227,228,230,231,232,233,234,246,257,260,268,280,303,304,312,314,320,321,343,345,368,373,374,376,380,381],argv:74,aris:[11,24],arising:81,around:[11,44,51,55,58,71,72,74,80,97,245,246,271,304,310,312,320,345,349,374,403,406],arpa:401,arrai:[11,27,28,56,68,75,321],arrang:[80,238,246],arrayu64:197,arriv:[19,25,74,178,179,180,181,182,183,184,185,186,187,188,260,321,327,349],arround:97,arrow:392,articl:[6,11,97,100],articul:11,artifact:[49,51],artifici:97,ascii:[27,33,41,56,97,321,327,347,387,401],asid:[11,33,35,301],aside:[160,419],ask:[58,61,97,285,309,321,330,390,391,393,394,396,398,399,400],asn1:6,aspect:[5,7,12,41,249,257,404],ass:310,assert:[44,45,59,80,100,162,176,203],asset:11,assign:[5,11,19,96,192,245,246,268,321,327,345],assist:[58,301],associ:[5,6,9,11,19,30,40,41,58,60,133,160,244,247,254,257,259,263,267,297,321,327,328,345,419],associateddomain:321,assort:[99,100],assum:[15,18,33,40,44,48,49,51,53,56,70,72,74,90,93,100,163,220,237,238,246,255,257,263,271,275,301,320,321,330,344,347,374,386,390,391,393,394,396,398,399,400],assume:[18,44,51,271],assumpt:[97,257],assur:[0,26,80],astr:68,asynchron:64,atim:289,atom:44,atomic:11,attach:[11,58,72,74,88,142,196,220,261,271,321,324,350,352,354,355,363,364,366,367,369,376,379,380,381,384],attachment:[20,27,88,321,401],attack:[41,99],attempt:[5,26,36,41,44,45,47,49,55,58,59,60,96,97,98,100,155,191,200,245,246,257,259,267,271,285,292,299,321,332,336,347,374,380,381,390,391,393,394,396,397,398,399,400,411],attend:11,attendee:76,attendeeemail:27,attendeenam:27,attendees:76,attendeestatu:27,attent:[96,237,419],attract:414,attrib:321,attribut:[5,22,35,44,88,161,205,206,207,208,209,210,211,212,213,214,216,217,218,219,248,321,345],auction:156,audio:413,audit:[99,380,389],auditlog:[142,147,196,321],aug:[344,360],augment:[41,244,413],australia:27,auth:[6,18,41,66,82,83,84,86,87,97,98,99,107,108,130,168,195,202,225,238,244,259,261,280,321,345,347,354,355,367,401,416],auth_:[41,244],auth_krb_pt:[97,321],auth_mech:[321,372],auth_newst:97,auth_pt:[149,164,197],auth_setid:97,auth_stat:61,auth_unix:[97,321],auth_xxx:97,authent:[3,4],authenticata:192,authenticate:[82,83,84,86,87,97],authid:345,authnam:[259,348,392,397],author:[3,4],authorit:[11,40,257,259,261,330],authoriz:401,authors:52,authstat:46,authz:345,authzid:345,auto:[88,98,107,108,132,314],autoconf:[12,49,97,99,100],autocreate_:160,autocreate_acl:[216,217,218,219,321],autocreate_inbox_fold:[19,160,216,217,218,219,321],autocreate_post:[19,160,268,321],autocreate_quota:[19,160,171,268,321],autocreate_quota_messag:[19,160,171,268,321],autocreate_siev:174,autocreate_sieve_compiled_script:[160,321],autocreate_sieve_compiledscript:[19,321],autocreate_sieve_fold:[19,160,321],autocreate_sieve_script:[19,160,321],autocreate_sieve_script_compil:[19,160,321],autocreate_subscribe_fold:[19,160,321],autocreate_subscribe_sharedfold:[19,160,321],autocreate_subscribe_sharedfolders_al:[19,160,321],autocreate_us:[19,160,321],autocreateinboxfold:[19,160,321],autocreatequota:[97,160,321],autocreatequotamsg:321,autoexpung:321,autof:310,autolearn:27,autologout:321,autom:11,automak:[12,49,80,100,140,237],automat:[6,9,11,13],automount:310,autonom:301,autoreconf:[48,49,51,72,164,196,222],autorepeat:382,autorepli:271,autorespond:314,autoselect:363,autosiev:412,autosievefold:[160,321],autosubscribe_all_sharedfold:[160,321],autosubscribeinboxfold:[160,321],autosubscribesharedfold:[160,321],autotool:237,autovivif:246,auxprop:[87,238,321],avail:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257],availabl:4,available_selection_modes_on_backend:9,available_selection_modes_on_frontend:9,availmech:68,avenu:[11,81],averag:[320,380],avoid:[26,33,44,46,47,55,58,59,74,75,97,99,100,107,108,109,138,141,145,153,161,173,285,308,321,340,376,416],awai:[80,97,98,313,345],await:[23,26],awaken:221,awar:[3,33,36,40,41,238,248,416],away:310,awesom:98,awri:97,ayland:140,b8b3:66,babysit:320,bacchella:[164,200],back:[7,11,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,41,44,45,47,53,55,58,59,61,64,72,74,96,147,152,157,192,237,241,246,249,251,255,257],backend1:[9,36,259],backend2:[9,36],backend3:9,backend:[3,4,6,7],backend_timeout:79,background:[58,66,96,320,345,357,368,380],backlog:[74,357],backport:[49,140,141,147,175,200,412],backscatt:[138,321],backslash:[106,275,321,345],backtrac:[299,402],backup1:[64,309],backup2:[64,309],backup:[1,4],backup_compact_maxs:[246,321,326],backup_compact_mins:[246,321,326],backup_compact_work_threshold:[246,321,326],backup_data_path:74,backup_db:[74,246,321,326,334,376],backup_db_path:[74,246,251,321,326,334,376],backup_filenam:74,backup_index_abort:74,backup_index_end:74,backup_index_start:74,backup_keep_previ:[321,326],backup_max_chunk_dur:74,backup_max_chunk_s:74,backup_min_chunk_dur:74,backup_min_chunk_s:74,backup_retent:321,backup_retention_dai:[74,246,321,326],backup_staging_path:[74,246,321],backup_sync:74,backup_sync_authnam:74,backup_sync_host:74,backup_sync_password:74,backup_sync_port:74,backup_sync_repeat_interv:74,backup_sync_shutdown_fil:74,backuppartit:[74,246,321,324],backward:[15,72,74,141,152,227,228,230,231,232,233,234,237,245,255,321,355,367,401,413],bad:[44,45,46,57,58,68,85,97,117,141,156,161,163,164,193,220,222,223],badlogin:336,badurl:143,badus:336,bail:[74,122,161,382],balanc:[7,9,11,30,36,247],balden:97,band:[257,310],bandaid:158,bandwidth:[11,58,280,285,403],bank:[154,344,414],banner:[80,106,117,152,164,321],bar:[40,44,55,72,74,257,259,358,380,419],bare:286,base64:[51,56,261],base:[5,11,13,15,18,36,40,47,48,49,51,56,58,61,62,65,66,68,72,74,75,76,80,86,87,90,91,93,97,100,102,104,106,110,117,125,131,132,136,152,162,192,224,227,228,230,231,232,233,234,237,238,239,246,247,248,249,251,257,266,268,271,275,284,288,297,304,316,321,326,331,349,353,356,357,361,368,375,387,401,411,413,415],basedir:51,bash:[80,168,195,222,237,238,281,283,416],bashrc:238,basi:[5,15,36,41,44,45,62,104,117,160,280,288,321,333,380,416],bastion01:387,batch:[44,66,280,321,387],batten:[147,175],batteri:[11,284],bba47b13e4839f49ab1c8047ee7b4fdb:27,bboard:411,bc_action_emit:75,bc_action_gener:75,bc_emit:75,bc_eval:75,bc_gener:75,bc_stringlist_gener:75,bc_test_gener:75,bcc:[58,275,321,387],bce8:329,bcederli:27,bcopi:97,bcyru:259,bdb:[99,122,156],bdystr:387,be1:30,be2:30,be3:30,beamnet:110,bear:[11,242,274],bearer:202,beast:315,becam:411,becaus:[3,6,7,11,18,19,28,33,40,41,44,45,46,47,48,49,57,58,70,72,74,80,97,160,238,245,257,258,259,275,291,303,310,313,314,321,344,347,349,413,414],becom:[3,5,11,19,24,25,40,44,45,66,74,160,246,247,257,259,260,261,273,275,291,301,321,326,413],beef:97,been:[0,5,6,9,11,19,25,27,30,33,44,45,47,49,50,55,56,58,60,61,71,72,74,75,79,80,91,95,96,97,98,99,100,102,142,154,156,158,160,162,174,176,178,181,182,183,184,185,186,187,188,200,203,206,207,208,209,210,211,212,213,214,216,217,218,219,220,228,230,231,232,233,234,237,239,245,246,255,257,259,260,261,263,267,274,275,278,279,280,285,301,304,310,321,326,333,339,340,344,345,357,360,368,374,376,380,387,406,410,411,413],beer:11,befor:[7,41,44,45,47,48,49,53,55,56,58,59],before:[44,97,100],begin:[44,58,68],behalf:[365,413],behav:[44,98,160,245,259,285,339],behavior:25,behaviour:[31,41,49,80,152,161,191,198,216,217,218,219,227,228,230,231,232,233,234,238,246,253,259,321,326,340],behind:[9,30,61,75,102,152,175,221,247,259,280,310,321,401],beholden:74,belief:[3,11],believ:[11,56,80,160,280,313],belong:[40,55,74,198,238,321,326,339,374],below:[18,27,41,45,47,55,57,58,68,74,84,87,88,93,96,156,237,238,244,258,260,263,270,275,278,280,281,283,305,320,321,326,327,334,344,353,368,376,380,401,404,416],benchmark:257,benefit:[15,80,211,212,213,214,216,217,218,219,249,250],benn:[410,414],berdmann:294,berkelei:[44,45,98,99,100,113,116,145,178,179,180,181,182,183,184,185,186,187,188,237,238,313,332],berkeley_caches:100,berkeley_hash:[100,114],berkeley_hash_nosync:[100,114],berkeley_locks_max:100,berkeley_txns_max:100,berklei:[99,100,313],bernard:[150,164,200],bernhard:294,bernstein:[189,414],best:[25,40,52,71,74,84,212,213,214,216,217,218,219,237,238,239,257,285,290,303,321,381,402,411],beta10:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124],beta11:123,beta1:123,beta2:123,beta3:123,beta4:123,beta5:123,beta6:123,beta7:123,beta8:123,beta9:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],beta:[72,97,160,217,218,219,350],bethani:246,better:[9,11,18,26,30,44,59,74,96,97,98,99,100,102,114,117,121,129,130,133,136,139,145,150,160,163,171,175,237,246,257,259,320,321,381,410,412,413,415],betti:344,bettysu:340,between:[3,5,9,11,15,25,26,30,36,38,41,44,45,48,58],bewar:[44,45],beyond:[7,9,11,30,40,94,247,257,263,310,321,411],bidirect:[56,74],big:[74,138,139,158,191,196,214,216,217,218,219,220,246,259],bigbuff:267,bigdisk:285,bigger:[0,257],biggest:[9,30,247],bill:35,bin:[49,51,61,65,80,87,97,154,191,207,208,209,210,211,222,237,238,259,280,281,291,294,321,326,328,330,332,345,347,349,351,380,381,416],binari:[2,44,49,51,58,72,81],binary:[82,83,84,86,87,100,117,136],bind:[5,88,216,217,218,219,310,320,321,357,401],bindir:[178,179,180,181,182,183,184,185,186,187,188],binhex:80,binsymlink:[51,238],bird:285,birger:98,bison:[49,97,141,237],bit32:58,bit:[11,44,47,49,56,58,62,64,74,80,82,83,84,86,87,97,99,102,104,107,109,120,122,143,144,158,160,191,220,224,238,257,261,286,289],bitmask:[6,58,68],bitvector:80,bitwis:55,blah:321,blank:[44,72,320,321,322],bleed:[204,206,207,208,209,210,211,212,213,214,226,227,228,235,236],blob:[90,221,227,228,230,231,232,233,234,238,261,321],block:[11,47,55,59,74,75,80,105,160,216,217,218,219,246,275,320,326,338,380,381,410],blockdiag:52,blocker:410,blow:256,blurdybloop:321,bmp:56,board:[13,19,321,409],bob:[91,268],bodi:[46,55,56,58,88,100,102,130,178,183,184,185,186,187,188,220,248,271,321,380,387,401],body:[58,97,345],bodystructur:[27,58,248,321],bodystructure:122,bogu:[44,45,99,153,259],bold:52,bonu:109,book:[22,36,93,419],books_test:419,boost:96,boot:[11,82,83,84,86,87],born:[239,411],both:[3,5,6,7,11,18,19,25,36,40,41,44,56,58,61,62,68,74,80,81,88,93,96,99,100,102,108,122,175,237,239,244,245,246,247,257,259,263,264,280,284,285,297,298,320,321,326,330,345,373,374,376,380,381,386,401,405,410],bother:[48,72,130],bottleneck:257,bottom:55,bounc:[306,321],bound:[100,250,321],boundari:[58,66,75,97,99,154,160,194,216,217,218,219,321],boundary:27,boundary_limit:321,bovik:[41,97,160,244,257,269,343,344],box:[137,323,330,419],brace:[55,80,261],bracket:[71,320,321],brain:[58,97,136],braindead:44,branch:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420],brand:[44,51,74],brandon:[98,345],brashear:414,breakpoint:80,breyha:[140,146,147,162,163,164,175,199,200],brick:11,bridg:11,brief:[56,96,287,401],briefli:[7,260],brilliant:71,bring:[7,81,259,261],britnei:55,broad:49,broadest:74,broke:[97,141],broken:[59,74,116,121,138,145,152,174,198,220,228,230,231,232,233,234,341,380],bron:[44,74,154,410,414],brong:[46,47,59,74,160,342],brong_:74,brontool:44,brotli:[49,401],brought:246,brown:321,brownfox:321,brows:[72,404],browser:[88,89],bruce:97,brutish:59,bsd:[228,230,231,232,233,234],bsearch_mem:97,btree:116,buczek:158,budget:11,buf:[47,55,56,58,80,154],bufsz:56,bug:[0,11,44,50,53],bugfix:[80,98,99,100,152],buggi:[51,57,97,98,155,158,174],bugs:52,bugzilla:[11,160,162,176,178,181,182,183,184,185,186,187,188],bui:[11,257],build:[1,2,4,11],built:[13,19,22,44,45,47,49,52,56,70,72,74,80,81,97,99,174,189,203,255,259,263,289,321,416],builtin:[321,345],bulk:[44,109,327,387,404],bulletin:[13,19,321,413],bump:[44,74],bunch:[72,74,97,145,146,147,246],bundl:96,burden:88,burdensom:74,bushi:[238,252,321],busi:[11,26,74,88,110,125,126,284,298],button:[53,301,419],bwlimit:380,byacc:97,bye:[18,82,83,84,86,87,97,321],bylaw:[406,409],bynari:99,bypass:[6,97,166,193,257,352,369],bytecod:[1,19,73,74],bytecode_input_t:75,bytecode_t:75,byteord:80,c01:[82,83,84,86,87],c38962096a47:329,c_include_path:289,cabinet:280,cabl:11,cacertdir:345,cacertdirectori:173,cacertfil:[173,345],cach:4,cachdr:387,cache_crc:58,cache_envelope:47,cache_offset:58,cache_vers:58,cache_version:58,cacheabl:192,cacheid:97,cacheitem_bas:47,cacheitem_buf:47,cacheitem_s:47,cachever:[358,387],cadir:[173,174],cafil:[173,345],cafile:68,cage:40,cal:389,calalarmd:[49,51,178,179,180,181,182,183,184,185,186,187,188,248],calconnect:88,calcul:[9,11],caldav:[0,1,2,3,4,5],caldav_allowattach:321,caldav_create_attach:[88,321],caldav_create_default:[88,321],caldav_create_sch:[88,321],caldav_historical_ag:321,caldav_maxdatetim:[126,321],caldav_mindatetim:[126,321],caldav_realm:321,caldavtalk:51,caldavtest:[70,131,132],caldavzap:133,calendar:[6,11],calendar_component_set:321,calendar_default_displaynam:321,calendar_user_address_set:321,calendarev:220,calendarnam:27,calendarprefix:22,calendarserv:[70,88,321],call:[3,11,38,44,45,46,47,48,55,56,59,60,68,72,74,79,80,82,83,84,86,87,91,97,98,99,141,155,156,160,174,190,196,223,238,245,246,249,257,263,267,284,285,301,311,321,336,380,410,416],callahan:98,callback:[44,45,60,68,79,97,267,390,391,393,394,396,398,399,400],callback_cap:68,callback_noliteral:68,calle:44,caller:[44,58],calscale:76,cam:[100,141],cambridg:[61,100],came:[56,74],campu:413,can:[0,3,5,6,7,9,10,11,12,18,24,26,28,33,35,36,39,40,41,44,45,47,48,49,51,52,53,55,56,57,58,59,61,62,65,66,68,69,70,71,72,74,75,77,79,80,87,88,89,91,92,93,95,96,97,98,99,100,102,104,108,109,120,125,129,139,145,147,152],cancelled:76,canist:11,cannot:[7,27,40,41,44,49,52,80,84,88,97,99,200,238,243,252,257,258,314,321,356,357,374,402],canon:[11,47],canonic:[6,41,56,97,99,100,244,321],canonif:[3,5,19,49],canonifi:[5,202,321],capa:321,capabilities:321,capability:[18,68,82,83,84,86,87,97,105,107,117],capability_str:68,capabl:[11,41,49,52,68,97,106,107,108,141,155,160,200,246,257,280,321,376,390,391,393,394,396,398,399,400,401],capac:[4,7,9],capath:[68,174,345],capit:55,capo:[150,176],captur:[36,80,238],carbon:401,card:389,carddav:4,carddav_allowaddmemb:321,carddav_realm:321,carddav_repair_vcard:321,carddavtalk:51,care:[40,44,55,74,97,100,246,247,257,259,321,330],career:310,carefulli:[7,11,56,246,310],caringo:[178,180,181,182,183,184,185,186,187,188,321],caringo_:[178,180,181,182,183,184,185,186,187,188],caringo_hostnam:321,caringo_port:321,carlo:[162,173,224],carnegi:[81,160,239,406,411,413,414,415],carnegie:81,carsten:[98,160],carter:[100,102,104,105,106,109,122,139,141,154],cascad:[91,97],cass:51,cassandan:[48,50],castagnoli:222,castorsdk:321,cat:[238,416,419],categori:[56,189,257],categories:401,catenate:[82,83,84,86,87,102,117,143,401],caught:145,caus:[6,11,30,33,41,44,49,58,59,80,97,98,100,102,109,122,138,153,156,160,164,237,238,244,245,246,251,257,259,261,263,268,279,280,292,293,295,303,306,313,320,321,330,374,380,381,389,390,391,393,394,396,398,399,400,416,419],caution:[51,278,321,397],cave:140,cb44:27,cdt:360,cell:[11,321],center:11,centos:[2,12,81],centr:285,central:[3,36,56,413],centric:[22,285],centuri:[239,411],ceph:11,cephfs:11,cert:[49,98,109,220,238,416],cert_fil:68,certain:[5,11,49,56,58,59,60,80,97,164,200,242,246,267,303,310,315,320,321,390,391,393,394,396,398,399,400,419],certainli:[44,48,160],certif:[4,5],cetera:310,cflags:[49,51],cgi:[93,207,208,209,210,211,321],chain:[87,160,161,238,246],challeng:[11,24,80,97,321,390,391,393,394,396,398,399,400,401],chan1:280,chan2:280,chan3:280,chanc:[9,24,30,58,98,247,259,279,301,321],chang:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40],changeabl:18,changes_epoch:[227,228,230,231,232,233,234],channel1:280,channel:[3,11,65,72,74,86,152,160,216,217,218,219,228,230,231,232,233,234,238,246,257,272],chapter:[7,8,10,275,282],charact:[1,3,18,33,41,44,49,54,55],characterist:7,chardet:221,charg:[41,241,270],charset:27,charset_compilepat:56,charset_convert:56,charset_decode_mimebodi:56,charset_decode_mimehead:56,charset_extractfil:56,charset_freepat:56,charset_index:56,charset_lookupnam:56,charset_max_transl:56,charset_searchfil:56,charset_searchstr:56,charset_unknown_charset:56,chartables_long_transl:56,chaskiel:414,chassi:[11,280],chatti:321,chattr:284,chattrsync:284,chdir:[51,237],cheap:[11,28,46,74,257,284],cheaper:[11,15,249,284,321],cheapli:74,check:[9,11,18,24,25,30,44,45,47,48],checkapop:308,checkbox:72,checkdeliv:97,checklist:7,checkout:[51,72],checkpass:336,checkperiod:297,checkpoint:[44,45,139,238,246,320,321,326,328,405],checksum:[58,74,136,246,326],cherri:[48,72],child:[88,89,92,96,137,227,228,230,231,232,233,234,263],children:[44,82,83,84,86,87,98,158,339,357,380],chin:100,china:100,chines:66,chk_cyru:[99,100,319],chkconfig:[82,83,84,86],chmod:[18,238,416],choeger:98,choic:[9,11,30,44,45,87,88,98,230,233,234,247,251,257,310,416],choke:[175,224],chomp:[58,349],choos:[5,7,11,33,74,88,175,249,251,253,257,268,291,301,321,375,419],chose:289,chosen:[11,314,321,380,390,391,392,393,394,396,398,399,400],chown:[238,283,311,416],chri:[97,172,292,414],christian:[100,150],christoph:191,chroot:[63,87],chunk:[11,74,131,133,246,321,326,334],chunk_id:74,churn:137,cid:[203,248,321,387],cipher:[82,83,84,86,87,99,146,160,321],circuit:[44,100,126],circumst:[11,31,33,80,253,301,419],citizen:314,cjk:[65,66,189],claim:[5,97,286],clamav:49,clarifi:[97,275,301],clash:[74,96,200,374],classifi:410,cld2:[49,222],clean:[11,25,28,41,44,45,48,51,52,55,57,59,72,74,76,80,96,98,99,100,140,160,173,195,197,220,237,255],cleanli:[44,97,98,164,192,199,261],cleans:339,cleanup:[44,47,55,58,74,80,96,97,99,140,141,145,146,160,168,178,180,181,182,183,184,185,186,187,188,195,221,225,320,321,328,357],clear:[5,41,55,68,71,80,257,259,321,343,345,374,387,411],clearli:[11,55],clearos:81,cleartext:[93,321],cli:237,cli_fat:55,click:[72,419],client:[3,4],client_bind:321,client_bind_nam:321,client_id:197,client_timeout:[100,321],clientaddress:[222,248,321],clientid:[248,321],clientip:27,clientport:27,clock:79,clone:[51,53,65,71,76,81,178,181,182,183,184,185,186,187,188],close:[7,8,9,25,30,41,44,45],closed:154,closedir:110,closer:[80,259,321],closest:[41,243,310,321],cluster:[11,36,64,87,156,259,310,315,321,330,363],clusterlvm:11,clutter:97,cmd:[15,65,74,87,139],cmd_renam:142,cmdloop:74,cmu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420],cmuloc:[48,97],cname:[97,257],code:[0,1,44],codebas:[44,53],codepath:44,coexist:246,coher:[11,204,206,207,208,209,210,211,212,213,214,226,227,228,235,236],coi:33,cold:249,collabor:[70,160],collaps:56,collat:[44,174,255,321,368],colleagu:160,collect:[6,11],collectnew:97,collis:330,colon:[88,321,323,331,341],coloo:[113,139,146,158,160],color:401,colour:52,columbia:102,column:[18,80,326],com:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420],com_err:[97,100,203],combat:315,combin:[5,11,14,41,56,58,71,74,80,237,240,241],combinatori:321,come:[11,41,49,52,55,65,74,80,82,83,84,86,87,92,237,239,244,245],comerr:237,comfort:[11,237],comma:[6,9,30,321,323,337,341,362,380],command:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],commandcrew:33,commandlist_t:75,commandmintim:321,comment:[55,56,71,87,297,309,330,345,401],commerci:290,commit:[41,44,45,46],committ:410,commod:11,common:[5,8,11,12,15,33,36,44,45,49,60,74,87,97,238,249,258,267,285],commonli:[3,8,11,36,41,87,244,288,313,324,328,330,350,351,352,354,355,363,366,367,369,379,383,384],commun:[11,12,36,40,41,49,70],comp:[263,321],comp_flag:6,comp_pat:56,comp_typ:6,compact:[44,49,56,65,71],compar:[5,10,11,36],comparis:109,comparison:[41,76,80,99,161],compat:[15,41,44,66,90,97,99,100,107,119,121,141,152,160,161,178,180,181,182,183,184,185,186,187,188,194,199,211,212,213,214,216,217,218,219,222,227,228,230,231,232,233,234,237,244,245,255,271,291,321,335,345,347,355,367,374,401,413],compel:6,compens:74,compil:[6,19,41,42,48],complain:[74,80,97,178,180,181,182,183,184,185,186,187,188,216,217,218,219,289],complaint:98,complet:[3,11,12,18,41,47,49,58,61,64,68,72,74,75,82,83,84,85,86,87,91,97,100,131,143,147,174,191],complete:76,completed:76,complex:[11,59,65,74,80,97,160,321],compli:[24,245],complianc:[25,70,245,412],compliant:[14,27,97,99,100,125,241,248,306,321,348,352,369,411,415],complic:[55,56,74,75,80,246,260],compon:[3,4,7,11],compos:[3,5,9,66,247],comprehens:416,compress:[49,74,82,83,84,86,87,109,110,146,160,174,238,246],compression:[390,391,393,394,396,398,399,400],compris:[3,410],compromis:[257,259,321],comput:[3,4],computation:75,con:260,concaten:41,conced:99,concept:35,concern:[9,11,30,247,280,284,305,411],conclud:[274,321],concurr:[13,41,47,98,257,413,416],cond:55,condit:[9,19,55,58,59,75,80,81,97,98,100,147,154,155,161,166,193,247,284,321,401],condition:97,condstor:[47,108,109,117,297],condstore:[58,82,83,84,86,87,105,117,154,297,401],conf:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95],confer:41,confid:11,confidenti:311,config:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87],config_annotation_db:[44,45],config_dir:97,config_fil:18,config_getstr:[44,45],config_virtdomain:80,configdirectori:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237],configdirectory:309,configfil:52,configur:[0,1,2,3],configuration:52,configurationdir:327,configured:238,confirm:[26,50,72,259,405,410],conflat:74,conflict:[107,152,257,258,259,261,291,330,345],conflocal_mailer:[238,416],conform:[97,132,248],conforming:52,confus:[33,55,64,80,97,100,160,238,321,416],conjunct:[88,245],connect:[3,6,7,11,13,18,36,41,47,55,68,74,82,83,84,86,87,93,97,98,99,100,105,122,129,130,138,147,152,160,161,163,164,168,174,192,195,201,202,220,222,238,257,258,259,261,271,279,280,283,286],connection:81,connor:[195,224],conrad:414,consecut:321,consensu:[401,410],consequ:[7,11,376,380,419],consequential:81,conserv:[41,230,233,234,246,270],consid:[3,7,9,11,12,30,33,40,41,44,45,49,56,59],consider:[4,5],consist:[3,7,11,19,36,40,41,42,44,45,46,47,56,57,58],consolid:88,consort:51,constant:[44,47,97,139],constantli:[97,310],constitut:[26,84,376,416],constrain:[11,343],constraint:315,construct:[56,100,263,364],consult:[11,41,87,91,94,96,97,174,237,249,250,253,257,263,265,336,372,380,416],consum:[11,109,280,284,368],consumpt:7,contact:12,contain:[3,6,11,14,18,19,24,28,33,40,41,44,47,48,50,55,56,58,62,72,74,75,76,80,81,88,91,93,97,100,122,142,143,164,166,175,178,179,180,181,182,183,184,185,186,187,188,189,191,193,196,203,207,208,209,210,211,212,213,214,216,217,218,219,227,228,230,231,232,233,234,237,238,244,246,248,249,254,257,261,284,285,299,304,311,320,321,322,324,326,330,331,334,336,344,345,347,352,358,369,374,376,380,390,391,393,394,396,398,399,400,416],contemporari:48,content:[1,6,11,26,27,36,41,44],content_lines:58,context:[36,44,227,228,230,231,232,233,234],contigu:341,continu:[3,7,11,19,26,33,36,40,44,45,47,56,66,80,82,83,84,86,87,97,99,106,160,237,257,259,280,301,312,315,321,326,380,415],contract:[11,81],contrari:[3,11,239],contrast:97,contraven:321,contrib:[79,97,174],contribut:[0,1,52,53,70,98,117,160,161,174,200,321,406,410,414,418],contributor:[0,405,409,412],control:[3,5,7,9,11,13],conundrum:11,conveni:[44,80,160,245,288,336,376,381],convent:[1,33,41],converg:4,convers:4,conversations_counted_flag:321,conversations_db:[66,90,321],conversations_expire_aft:321,conversations_expire_dai:[321,339],conversations_keep_exist:321,conversations_max_guidexist:321,conversations_max_guidinfold:321,conversations_max_guidrecord:321,conversations_max_thread:321,conversationsdb:[57,203],convert:[6,44,51,56,58,59,62,74,88,97,99,100,136,138,196,237,240,245],convexist:[248,321],convunseen:[248,321],cool:[51,91,257],cooper:344,coordin:11,cope:33,copi:[3,5,11,24,38,39,41,44,46,47,48,49,51,53,56,58,61,65,72,74,76,97,102,108,122,139,220],copy:[88,97,119,133,245],copyback:381,copydb:380,copying:121,copymessag:90,copyright:[80,81],core:[66,96,98,136,214,216,217,218,219,286],core_uses_pid:299,corneliu:[112,140],correct:[3,7,18,40,41,44,45,55,61,72,74,80,93,97,98,99,100,108,138,139,146,160,164,199,202,203,237,238,257,258,263,284,292,321,358,374,375,389,390,391,393,394,396,398,399,400],correctli:[47,48,55,56,72,74,97,98,99,100,109,138,150,152,161,162,163,164,167,174,189,190,191,192,194,196,199,200,202,203,220,221,222,223,227,228,230,231,232,233,234,237,238,257,259,273,321,416],correspond:[6,10,15,25,55,56,58,72,74,76,97,160,220,223,245,246,249,250,253,263,297,321,322,327,339,345,346,364,376],corrupt:[6,11,41,44,45,47,58],cors:321,cost:4,costli:[28,75],could:[3,5,7,10,11,15,18,19,28,33,36,38,41,49,51,55,58,59,74,75,77,84,97,99,100,108,128,140,155,156,160,166,174,193,197,242,244,245,246,257,259,261,280,284,301,321,381,387,402],couldn:[68,166,193,310],count:[6,9,11,30,35,41,47,58,109,147,160,164,196,209,210,211,212,213,214,216,217,218,219,222,245,247,261,270,277,286,301,310],counter:4,countri:19,coupl:[11,27,44,49,98,248],courier:[178,180,181,182,183,184,185,186,187,188,239,321,411],cours:[3,9,11,30,246,247,314],courtesi:[104,105,106,107,110,121,122,136],cover:[44,71,81,94,139,267],coverag:[49,80],cpan:[49,51],cpu:[36,280,310,321],crack:74,craft:[74,197,310],craig:[104,117,410,414],cram:[5,41],crap:97,crash:[51,58,59,96,98,99,100,107,109,115,139,141,145,146,147,149,152,154,155,156,157,158,161,162,163,164,168,169,170,174,175,176,189,191,192,193,195,196,197,199,200,201,203,220,221,222,223,257,259,280,402],crashi:202,crawl:[39,74],crc32:[51,58,80,178,180,181,182,183,184,185,186,187,188,222,227,228,230,231,232,233,234],crc32_iovec:80,crc32_map:[58,80],crc32c:196,crc:[58,136,161,381],crc_iovec:80,creat:[3,5,7,9,10,11],create:[6,18,59,61,97,98,99,109,122,160,161,245,257,259,321,345],createabl:257,createdir:238,createdmodseq:[210,211,212,213,214,216,217,218,219],createmailbox:[161,238,277],createonpost:[160,321],creation:[4,7],creationd:6,crec:47,credenti:[5,130,246,259,280,285,321,376,390,391,393,394,396,398,399,400],crept:157,cridland:109,crispin:97,crit:[41,310],criteria:[11,15,221,249,297,344],critic:[28,41,44,72,98,280,310],crlf:[41,58,71,142,261,294],cron:[15,41,74,95,246,280,285,320,344],crontab:[95,344,380],cross:42,crossdomain:[178,180,181,182,183,184,185,186,187,188,321],crossdomains_onlyoth:[178,180,181,182,183,184,185,186,187,188,321],crow:257,cruft:136,crypt:18,cs0:321,cs1:321,cs2:321,cs3:321,cs4:321,cs5:321,cs6:321,cs7:321,csync:[74,96,238,246,265,280,321,324,376,383,416],ctag:401,ctl_:96,ctl_backups_lock_data_fnam:326,ctl_backups_lock_index_fnam:326,ctl_conversationsdb:[44,66,90,211,212,213,214,216,217,218,219,237,319,321],ctl_deliv:[98,100,319,320],ctl_mboxlist:[36,44,77,98,99,100,107,117,122,142,155,169,174,251,258,259,275,280,309,319,321],ctl_zoneinfo:[88,133,223,319,321],ctrl:[283,336,419],cu_:80,cu_assert_equal:80,cu_run_all_test:80,culprit:11,cumbersom:11,cunit:[49,72,80,196,220,221,222],cunit_tests:80,curl:[66,237,238],curli:80,current:[5,6,11,15,19,27,33,36,40,41,44,45,47,48,49,52,53,55,56,58,60],currently:[41,309],curv:[146,160,321],custom:[11,28,44,66,91,93,166,178,179,180,181,182,183,184,185,186,187,188,193,198,213,214,216,217,218,219,246,290,326,344,402],customer1:3,customis:344,cut:[11,411],cutoff:345,cve:[111,139,165,166,174,190,192,193,207,208,209,210,211,212,213,214,216,217,218,219],cvenam:[207,208,209,210,211],cvs:137,cvt_xlist_specialus:[237,319],cycl:[24,25,36,44,46,59,84,97,160,236,279,280,301,320,381],cyr_:96,cyr_buildinfo:319,cyr_deni:[283,319,336],cyr_df:[109,319],cyr_expir:[15,24,25,44,58,100,102,104,107,110,122,142,152,157,158,160,195,202,228,230,231,232,233,234,238,263,275,285,301,319,320,321],cyr_info:[194,216,217,218,219,222,227,228,230,231,232,233,234,237,319],cyr_qsort_r:223,cyr_sequ:319,cyr_synclog:[104,108,173,280,319],cyr_userseen:319,cyr_virusscan:[49,95,164,213,214,216,217,218,219,304,319,321],cyradm:[18,22,28,40,41,49,68,88,97,98,99,100,114,140,156],cyradmin:97,cyradmn:276,cyrdeliv:305,cyrdump:[137,197,202,319],cyril:110,cyrsudb_db3:98,cyru:0,cyrudb:100,cyrunit:80,cyrus24:51,cyrus25:51,cyrus:[88,164,200],cyrus_conf:[238,416],cyrus_confdir:284,cyrus_db:74,cyrus_don:[44,45,55],cyrus_group:[203,321],cyrus_imap_murd:7,cyrus_init:[44,45,55],cyrus_path:321,cyrus_prefix:[98,158],cyrus_sendmail_auth_id:321,cyrus_syslog_prefix:321,cyrus_us:[203,321],cyrus_user:321,cyrus_verbose:357,cyrus_version:137,cyrusarch:250,cyrusdb:[1,6,43],cyrusdb_again:[44,45],cyrusdb_backend:44,cyrusdb_convert:44,cyrusdb_create:[44,45],cyrusdb_db3_nosync:98,cyrusdb_done:44,cyrusdb_exists:[44,45],cyrusdb_fetchnext:44,cyrusdb_flat:[44,45],cyrusdb_ioerror:[44,45],cyrusdb_locked:[44,45],cyrusdb_lockopen:44,cyrusdb_mboxsort:[44,45],cyrusdb_name:45,cyrusdb_nocompact:44,cyrusdb_notfound:[44,45],cyrusdb_ok:44,cyrusdb_quotalegaci:[44,107],cyrusdb_skiplist:[44,99],cyrusdb_sql:44,cyrusdb_twoskip:44,cyrushost:336,cyrusid:380,cyrusimap:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420],cyrusisgreat:40,cyruslib:[65,189,201],cyruslibs:65,cyruslibs_dir:65,cyrusmeta:[253,254],cyrusmurd:[261,315],cyrussiev:286,cyrusv2:[40,238,416],d5ec35c1414a:[82,83,84,86],da39a3ee5e6b4b0d3255bfef95601890afd80709:74,dacl_invite:76,dacl_reply:76,dacl_schedfb:76,daemon:[11,19,41,64,65,87,96,97,98,99,174,178,179,180,181,182,183,184,185,186,187,188,198,200,237,238,246,251,255,259,266,271,285],dai:[7,11,15,28,41,44,49,52,58,109,158,160,237,238,239,246,248,263,275,284,297,301,320,321,323,339,345,353,360,387,411],daili:[11,109,380,404],dam:345,damag:[41,61,280,401],damages:81,damn:74,dan:414,danger:382,daniel:[195,224],dark:[239,411],darrow:98,darth:[285,311],dashboard:50,data:[3,4,6,7],data_sha1:74,databas:[1,4,5],database:[18,44],datagram:[349,351],dataless:257,dataset:[257,280],datasourc:44,datastor:[44,285,325],datastructur:[60,267],datatyp:[109,158],datauuid:51,date:[27,41,58,60,79,80,81,88,97,137,154,178,185,186,187,188,220,222,238,246,247,257,259,261,271,285,315,321,323,344,345,353,358,360,381,401,411],datestamp:52,dav:4,dav_lock_timeout:321,dav_realm:321,dav_reconstruct:[44,160,164,237,319,321],dave:[109,154,410,414],davfilenam:[248,321],davi:414,david:[98,100,102,104,105,106,109,122,139,141,154],davnotificationsprefix:321,davtalk:51,davuid:[248,321],daylight:[109,321],db3:[98,99,100,313],db4:[99,100,109,313],db_mail:18,db_mail_password:18,db_mail_us:18,db_passwd:18,db_recov:[100,309],db_user:18,dba:6,dbdir:99,dberror:[99,109],dbm:97,dc814658a4d676789578bff3de35b45914abd774:358,ddmmyyyi:323,deactiv:[9,30,247,257,397],dead:[98,320,321],deadlock:[44,45,97,98,303],deal:[55,56,74,87,97,98,99,259,261,308,310],deanna:322,debconf:237,debhelp:237,debian:[2,12,49,70,80,81],debug:[1,6,18,44,45],debug_command:[99,321,324,349,350,352,354,355,364,365,366,367,368,369,379],debugg:[74,99,304,324,349,350,352,354,355,364,365,366,367,368,369,376,379,381],decemb:411,decent:75,decid:[11,36,44,45,74,87,97,248,257,263],decim:[56,62,68,376],declar:[80,97,220,249,321,401],declarar:97,declined:76,decod:[56,97,321],decode_st:56,decompil:[271,378],decompos:56,decomposit:56,decoupl:202,decreas:[97,312],decrement:59,dedic:[7,246,280,324,414],deem:11,deep:[246,321,326],deeper:321,deepli:66,defaultacl:[41,243,321],defaultdomain:[40,178,180,181,182,183,184,185,186,187,188,238,321],defaultpart:[249,253,321],defaultpartit:[9,28,30,41,65,238,247,249,250,253,254,321],defaultsearchti:[65,249,254,321],defaultserv:[9,30,109,247,321],defeat:99,defect:97,defer:258,defici:44,definit:[11,18,44,47,55,80,81,88,216,217,218,219,240,249,254],deflat:[49,381],deflate:[82,83,84,86,87,401],deflatepend:[222,223],degener:97,degrad:[97,295],degre:41,dekker:154,delai:[11,13],delaycompress:238,delayed_expung:152,deleg:242,delet:[8,11,13],delete_mod:[24,41,104,141],delete_unsubscrib:321,deleteacl:[245,345],deleteaclmailbox:41,deleted:[24,97,140,141,152,194,275,321,345],deletedmessag:275,deletedprefix:[24,74,104,275,321,376],deleteing:121,deletembox:41,deletemsg:41,deleteprun:[160,238],deleteright:[245,321],deletes:259,delight:402,delimit:[24,52,74,88,89,92,97,306,321,323,336,344],deliv:4,deliver:[100,406],deliverbi:321,deliverdb:[97,329],deliveri:4,delprun:[238,275,320],delsub:108,delta:[9,30,247,259,321,380,401],delteacl:345,demand:[62,125,280,298],demi:246,demonstr:61,demot:284,deni:[6,98,110,238,245,259,261,283,321,336,337,352,369],denial:[6,99,261,336],denot:[56,294,321,419],dens:335,depart:413,depend:[7,9,11,30,36,41,44,45],depfil:80,depict:11,deploi:[4,15,84,245,310,380,411],deploy:[4,5],deployment:40,deployment_guid:9,deprec:[6,41,56,96,100,136,160,178,181,182,183,184,185,186,187,188,206,207,208,209,210,211,212,213,214,216,217,218,219,220,237,238,245,265,280,321,333,374,392,401,413,416],deprecated:47,depth:[138,238],dereferenc:321,deriv:[41,81,259,280,303,374,380],derrick:414,des:97,describ:[3,8,12,18,27,41,44,45,56,58,68,72,97,162,245,250,257,271,280,282,285,320,321,322,331,344,406,411],description:52,descriptor:[44,45,55,68,97,100,131,178,180,181,182,183,184,185,186,187,188,320,321,324,350,352,354,355,363,364,366,367,369,379,384,390,391,393,394,396,398,399,400],deserv:5,design:[0,5,6,11,13],desir:[5,11,56,60,74,97,107,259,261,267,280,321,344,357,411,416],desktop1:419,desktop:[271,419],desno:414,despatch:[239,411],desper:271,despit:[55,71,238,251,261,289,416],desruisseaux:401,destdir:51,destin:[3,74,88,100,102,152,163,238,246,257,314,321,334,345,376,380,413,416],destroi:[48,72,96,321,382],desttier:380,desyncronis:197,detail:[1,6,11,12,18,41],detect:[26,44,45,49,58,74,80,95,98,100,109,110,132,152,153,156,160,161,164,175,178,185,186,187,188,191,196,200,202,220,224,278,279,321,358,401],detector:[49,80],determin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275],determinist:335,detritu:44,dev:[10,11,49,65,72,80,204],devel:[11,33,44,49,55,259,289],development:236,devic:[3,4],devrandom:308,dfuch:98,dhave:80,dhe:[82,83,84,86,87],diacrit:[56,321],diagnos:[44,49,97],diagnost:334,diagram:[1,11,263],dialog:419,dictat:[11,15,41,87,244],did:[19,38,48,72,76,80,97,157,168,195,220,238,268,271,321,330,402],didn:[44,74,80,97,156,164],die:[295,349],diesel:11,differ:[7,9,11,13,18,19,30,33,36,41,44,45,46,49,56,58,59,69,70,71,72,74,80,88,96,97,99,100,130,137,139,141,156,157,161,169,224,237,238,245],different:55,differenti:321,difficult:[80,257,290],difficulti:49,digest:[5,41,49,93,99,130,321,344,345,390,391,393,394,396,398,399,400,401],digit:[41,56,74,97,156,303,321,323,348],dilail:413,dilyan:[139,141],dilyanpalauzov:202,dimens:321,diminish:[9,30,247],dir:[12,80,88,97,164,179,180,181,182,183,184,238,419],direct:[7,11,15,41,46,52,58,72,74,93,97,166,193,237,249,250,253,257,263,265,285,318,321,380,410],directli:[11,22,41,44,46,49,52,63,75,81,88,100,137,140,160,238,257,259,290,301,321,326,328,413,416],director:257,directori:[1,10,11,15,24,30,35],dirhash:[143,144],dirsrv:11,disabl:[11,12,18,19,24,25,33,41,49,74,77,80,87,88,89,93,97,98,99,100,102,104,110,113,122,139,141,146,158,160,173,174,192,193,205,206,207,208,209,210,211,212,213,214,216,217,218,219,237,238,248,257,263,268,271,299,308,321,324,328,339,349,350,352,354,355,364,365,366,367,369,379],disable_shared_namespac:[33,321],disable_user_namespac:[33,241,321],disadvantag:[7,321],disallow:[41,97,297,321,345],disappear:[25,47,58,59,74,295,301,321],disast:[11,238,327,416],disastr:64,disavow:97,disc:345,discard:[74,75],disclaim:81,disclaims:81,disclos:[173,321],disconnect:[97,163,189,259,297,321],disconnect_on_vanished_mailbox:[110,146,321],discov:[74,80,154,278],discoveri:11,discreet:321,discret:4,discretionari:[33,240],discuss:[15,40,41,56,65,88,191,244,246,248,249,259,267,275,307,310,314,404,410,419],disjunct:221,disk:[3,6,9,10],diskquota:27,diskus:[27,248,321],dispatch:96,displai:[6,8,33,56],display:[87,138,412],displaynam:[222,321],disposit:[97,227,228,230,231,232,233,234,401],disrupt:96,dissappear:160,dist:[48,72,98],distanc:[71,239,411],distcheck:[48,72,192],distclean:97,distinct:[15,36,66,74,96,247,258,303,320,321,323,344],distinguish:[5,33,41,150,167,194,222,244,284,419],distribut:[2,4,6],distributor:19,distro:[49,237,238,259,280,416],ditto:257,divers:[401,414],divid:[3,11,28,93,97,147,249,284,320],divis:58,dkim:[88,321,401,406],dlist:6,dmarc:406,dmz:257,dnf:84,dnl:[238,416],dns:40,do_stuff:[46,47,59],doc:[1,48,49,52,87,96,178,180,181,182,183,184,185,186,187,188,189,198,238,336,406,416,418],docbook:419,docker:50,docsrc:[48,52,72],document:[0,1,11,13,15,18,19,27,40,41,44,45,46,47,48,49,51],doe:[3,5,7,8,11,13,19,27,33,35,36,40,41,44,46,47,51,56,58,60,66,69,72,74,75,82,83,84,86,87,89,92,93,95,97,98,99,100],does:[280,307],doesn:[0,18,19,33,41,44,45,47,48,51,55,56,58,59,61,72,74,76,80,88,97,98,99,104,110,140,142,147,150,162,164,167,194,222,238,245,248,257,275,283,292,310,320,321,336,381],doesnt:309,dohash:97,domain:[3,7,13,18,33],domainkei:[93,238,321,401],domainrelatedobject:321,don:[0,3,18,44,45,47,48,49,52,53,55,56,58,71,72,74,88,97,98,99,100,130,142,143,146,156,157,163,170,172,174,175,189,194,196,224,237,238,246,248,256,257,258,259,271,289,290,308,310,311,321,326,330,348,357,362,373,374,376,380,381,384,390,391,393,394,396,398,399,400,403,404],donald:158,done:[15,25,40,41,47,51,53,55,56,57,58,61,75,76,80,88,90,93,97,100,108,125,237,238,246,252,257,259,263,271,278,280,283,288,321,330,343,345,361,397,416],dopenssl_no_krb5:289,dormant:323,dos:[99,137],dot:[3,33,41,69,99,143,163,189,237,321],doubl:[55,56,100,138,221,261,320],doubt:[72,138],dovecot:[51,154,178,180,181,182,183,184,185,186,187,188,321],down:[36,44,56,74,80,96,97,99,156,160],downcas:[56,306],downconvert:292,downgrad:[147,237,374],downloadurl:196,downtim:[259,284,413],dozen:36,dpc22:[61,141],dperl_pollute:98,dpkg:[238,402],drac:[206,207,208,209,210,211,212,213,214,216,217,218,219],drac_auth:79,drac_p:79,draft:[33,41,97,99,100,102,125,160,227,228,230,231,232,233,234,271,275,278,297,314,321,340,343,358,374],dragonfli:139,drastic:[122,315],draw:419,drawback:[257,411],drbd:[11,321],dread:[97,98],drive:[11,92,93,249,321],driver:11,drop:[45,64,72,97,160,178,179,180,181,182,183,184,185,186,187,188,201,261,416],drop_cr:294,dropcr:294,dropoff:97,drwxr:64,dry:[176,259,353,386],dsn:[97,321],dtend:[6,76],dtstamp:76,dtstart:[6,76],duck:[48,72],due:[41,58,59,66,74,75,93,98,107,126,152,160,161,197,220,237,238,246,286],dumb:44,dummi:321,dump:[44,45,74,77,97,99,100,117,143,246,251,258,261,286],dump_deliverdb:97,dump_opt:74,dupelim:97,duplic:4,duplicate_check:141,duplicate_db:[10,160,321],duplicate_db_path:[10,96,238,251,321],duplicate_mailbox_mod:340,duplicatedb:98,duplicatedeliv:[104,297],duplicatesuppress:[41,98,100,321],durat:[11,15,44,45,58,74,99,213,214,216,217,218,219,321,339],duration:76,dure:[11,12,19,24,36,41,44,45,47,55,56,57,58,59,80,84,97,98,99,100,122,138,147,155,168,175,178,180,181,182,183,184,185,186,187,188,191,193,195,201,214,216,217,218,219,222,225,227,228,230,231,232,233,234,238,244,246,247,248,257,259,260,284,310,321,327,335,345,376,402],duse_setproctitle:174,dynam:[56,91,321],e503646e389f507777fb75eeacc2da0d2156016a:387,each:[3,6,7,9,11,13,15,19,27,28,30,31,33,36,38,40,41,44,45,46,55,56,58,59,60,61,64,66,68,72,74,75],eachoth:3,eager:98,earli:[203,321,401,411,413],earlier:[18,48,72,97,147,153,154,164,191,196,197,237,238,257,271,321,330],earliest:[301,321],earmark:12,easi:[41,47,74,80,257],easier:[0,18,35,44,56,62,74,80,88,97,99,160,161,242,286],easiest:[40,59,72,321],easili:[6,53,56,58,59,74,242,263,413,419],eat:97,eaton:[410,414],ebai:156,ecdhe:[146,160,321],ece:322,echo:[97,238,283,299,390,391,393,394,396,398,399,400,416],ecparam:[160,321],edda:[199,202],edg:[152,204,206,207,208,209,210,211,212,213,214,226,227,228,235,236],edit:[49,51,52,72,87,238,260,263,271,285],edithead:[227,228,230,231,232,233,234,271,321,401],editor:[6,52],edu:[68,81,97,98,99,102,117,141,257,259,275,310,313,322,345],eest:344,effect:[5,9,30,36,55,56,63,74,93,97,107,160,193,238,245,249,259,271,280,284,321,340,376,401],effectiv:5,efficaci:28,effici:[11,13,35,44,58,66,74,90,96,97,98,153,259,280,315,321,380,381,389,413],efficienc:406,effort:[1,11,12,41,81,160,307],egd:98,ehlo:[238,321],either:[6,9,11,18,19,22,30,36,41,44,45,47,49,56,57,58,74,79,87,93,96,109,191,237,238,239,242,244,257,258,261,263,265,266,268,271,275,280,285,289,301,308,320,321,323,342,345,347,372,376,380,410,411,413,416,419],el6:27,el6_6:[82,83,84,86],el7:387,elaps:74,elect:410,electron:[401,413],eleg:56,element:[6,75],elfejoyeux:110,elimin:[11,35,56,97,98,105],elli:[72,246],ellie:[48,72,414],elliefm:74,ellipt:[146,160,321],els:[0,47,48,49,55,57,58,59,72,74,75,80,87,310,405],elsewher:[15,55,75,263],email:[3,5,6,11,15,18,19,27,28,33,40,41,44,46,47,49,66,69,79,88,138,145,160,216,218,219,220,221,222],emailid:[248,321],emailsubmiss:321,embarrass:39,embed:[6,345],emerg:[11,13],emiss:27,emit:[27,75,80,97,142,292,321,374,380],emori:102,emphasis:44,empire:[51,239,411],emploi:[19,26,241,280,310],employe:19,empti:[6,11,30,33,74,76,80,93,97,99,100,108,110,142,163,199,221,247,249,253,254,259,261,301,321,376,380],empty:[56,301,376],emul:[88,321],enabl:[1,4,5,6,11],enable:[87,136,401],enable_event_notif:248,enable_experiment:97,enabled:[140,147],enclos:[97,320,321],enclosur:401,encod:[56,62,74,146,203,261,275,292,321,344,347,401],encode:[27,58,62,131,216,218,219,401],encompass:285,encount:[56,97,289,419],encourag:[81,257,386],encrypt:[5,18,36,55,93,97,238,259,321,350,352,364,366,369,390,391,393,394,396,398,399,400],enctyp:289,end:[3,11,27,28,40,44,45,55,56,58,63,64,68,71,72,74,75,80,88,89,92],end_command:68,endian:[98,191,196,220],endless:[26,295],endors:81,endpoint:[312,321],endscript:238,enduser:61,energi:11,enforc:[5,36,58,84,297,321],engin:[6,44,56,58,61,64,97,200,230,232,233,234,249,254,321,344,380,381,383,410,413,416],engineer:409,english:321,enhanc:[11,71,81,98,99,100,125,146,158,160,189,191,272],enorm:11,enospc:11,enough:[41,44,55,74,79,80,203,246,247,263,300,308,310,321],enrich:160,ensur:[5,8,11,18,19,24,25,36,39,45,46,47,49,58,59,80,82,83,84,86,87,96,97,100,108,109,163,216,217,218,219,224,237,238,246,257,259,261,263,280,284,301,320,321,368,380,410],ensure:[48,51,72,108],enter:[48,72,82,83,84,86,87,238,271,336,349,419],entere:80,enterpris:[2,12,13,81],entertain:33,entir:[11,25,33,41,44,49,52,55,58,59,74,75,87,99,102,108,131,145,237,239,246,248,252,257,259,261,263,275,284,301,321,339,342,343,357,363,380,411],entireti:[66,345],entiti:[3,5,257,261,401],entri:[5,6,25,36,40,41,56,57,58,64,74,75,76,90,96,97,102,128,139,154,164,173,200,201,237,238,243,244,246,249,250,251,253,254,257,259,261,263,265,271,275,280,285,297,320,321,326,327,328,336,337,339,342,345,357,365,370,371,374,380,416],entropi:[308,321],enum_valu:80,enumer:[287,321],env:158,envel:387,envelop:[27,40,41,58,97,98,100,248,271,292,321],envelope:[58,97,142],envelope_length:47,envfromsmtp:40,enviro:100,environ:[3,4],environment:52,envtosmtp:40,eof:[74,97,99,326],equal:4,equat:11,equi:321,equiv:[41,244,319],equival:[11,56,257,292,321,322],era:411,eras:47,erat:[147,174,175,178,180,181,182,183,184,185,186,187,188],erdmann:294,erfrakon:136,eric:97,err:[41,56,100,283],errno:[68,99],error:[8,18,28,41,44,45,47,49,51,55,68,74,80,82,83,84,86,87,97,98,99,100,104,139,140,142,149,152,153,154,156,158,160,161,162,164,166,171,174,178,182,183,184,185,186,187,188,193,199,200,212,213,214,216,217,218,219,220,221,223,237,238,257,258,286],errors:52,escap:[56,99,275,283,305,321,336,345],escape:[238,271,283],esearch:[87,136,158,321,412],esh:117,esmtp:[238,401],esort:[227,228,230,231,232,233,234,401,412],especi:[4,11,24,25,44,55,60,72,98,102,214,216,217,218,219,238,246,267,310,321,336,380],essenti:[49,58,237,259,285],essential:289,establish:[11,13,18,82,83,84,86,87,249,259,285,286],etc:[2,5,6,9,11,18,31,33,36,40,41,47,49,51,55,58,63,74,75,87,91,95],eudora:[99,321],evalu:[11,75,216,217,218,219,227,228,230,231,232,233,234,257],even:[0,3,11,15,18,19,36,40,41,44,45,46,47,48,55,57,58,59,64,69,72,74,75,80,84,97,98,99,100,109,141,152,154,193,203,236,238,245,257,259,270,280,283,284,285,289,300,301,321,326,339,345,347,380,390,391,393,394,396,398,399,400,413],evenli:58,event:[1,13,19,24,25],event_content_inclusion_mod:[248,321],event_content_s:[248,321],event_exclude_flag:[248,321],event_exclude_specialus:[248,321],event_extra_param:[248,321],event_group:[248,321],event_notifi:[248,321],events:[15,44,74,95,96,160,238,246,251,275,280,285],eventsourc:[178,180,181,182,183,184,185,186,187,188],eventsourceurl:224,eventu:[74,80,327,380],eventual:[98,349],ever:[3,40,44,55,59,138,251,263,298,299,307,321,374],everi:[0,3,6,15,40,44,45,53,58,59,72,74,79,80,81,97,239,248,249,250,253,259,261,263,271,275,280,285,302,312,315,321,327,368,380,381,404,411,413],everydai:[11,40],everyon:[40,47,61,80,97],everyth:11,everywher:44,ex_software:47,ex_tempfail:[97,212,213,214,216,217,218,219],exact:[8,9,11,44,45,52,58,139,238,301,321,353,402,416],exactli:[11,26,44,52,74,79,109,238,245,321,353],exam:9,examin:[51,56,60,216,217,218,219,227,228,230,231,232,233,234,237,246,267,338,339,353,358,374,387,413],examine:[97,245,257,345],exampl:[1,3,5,9,11,18,19],example:52,example_of_freespace_most_selection_on_backend:9,example_of_freespace_most_selection_on_frontend:9,exampleisp:40,examples:52,exce:[41,268,321],exceed:[27,411,415],excel:[284,310],except:[11,44,45,55,56,72,74,80,87,89,92,97,247,258,301,321,345,413],exception:[13,45,301],exchang:[5,36,79,257],exclud:[3,7,9,30,74],exclus:[9,11,19,40,44,45,47,52,57,58,59,74,97,245],exclusion:4,exclusiv:[47,326],exclusive:[57,59],exdate:76,exec:[158,397],exec_prefix:196,execfil:[224,397],execut:[8,11,74,75,80,93,97,99,100,178,179,180,181,182,183,184,185,186,187,188,237,245,251,263,282,284,301,304,321,326,345,357,361,362,419],exercis:[11,280],exhaust:374,exim:[41,99,286],exim_dropcr:294,exist:[4,5,6,7,8,10,11,19,27,28,33,36,40,41,44,45,46,47,50,58,59,62,66,68,74,75,76,80,88,89,92,96,97,100,130,141,143,144,156,160,191,199],exists:[58,147,164,196],exists_cb:44,exit:[52,55,68,74,80,97,99,146,162,163,199,212,213,214,216,217,218,219,238,280,320,321,326,344],exitcod:97,expand:[11,56,88,321,341],expans:[11,58],expect:[0,9,11,18,30,47,49,72,74,80,84,96,98,142,160,193,194,238,245,246,257,259,320,321,325,327,402,412],expens:[11,28,47,58,75,102,246,257,301,321,364,374,376],experi:[0,26,97,160,200,238,257,286],experienc:[295,403],experiment:[97,107,178,180,181,182,183,184,185,186,187,188,192],experimental:61,expert:[0,11],expertis:6,expg:[275,387],expir:[97,100,220,263,275,297,301,321,339,345,371,385],expirat:[263,339],expire:[24,25,238],expirenew:100,expiri:152,explain:[11,41,56,80,238,244,261,282,305,337],explan:[15,80,238],explicit:[0,62,108,320,345],explicitli:[9,30,47,49,56,61,88,107,205,206,207,208,209,210,211,212,213,214,216,217,218,219,238,239,245,247,271,321,376,380,401],exploit:[100,111,139],explor:259,explos:321,expos:[91,381],express:[41,49,52,55,56,98,321,326,415],expression:[271,401],expung:[13,24],expunge:[25,61,102,122,137,154,242,245,257,275,301,321,345],expunge_mod:[25,41,102],expunged:97,expungeprun:[160,238],ext4:11,ext:412,extend:[62,75,99],extended:[87,136,140,161,178,179,180,181,182,183,184,185,186,187,188,321],extens:[27,47,49,56,68,75,90,97,98,100,102,106,114,136,140,166,178,180,181,182,183,184,185,186,187,188,193],extensibl:401,extension:[97,160,220,221,227,228,230,231,232,233,234,245,271,301,321,401],extensiv:[178,180,181,182,183,184,185,186,187,188,189,406],extent:345,extern:[36,41],external:2,extlist:321,extra:[9,11,30,44,66,74,80,88,98,99,142,154,227,228,230,231,232,233,234,248,273,275,321,380,401],extract:[48,72,81,90,321],extraction:401,extractor:321,extraid:99,extrem:[11,68,259],extutil:49,fa6558da:329,fabric:[164,200],face:[6,74,246],facil:11,facilit:[11,25,38,117,160,259,263,301,321,387,410],fact:[0,3,5,19,36,55,98,238,253,257,259,301,416],facto:239,factor:[11,53,82,83,84,86,87,321,324,350,352,364,366,369,383],faculti:414,fail:[1,11,18,19,26,41,44,45,47,49,51,58,59,68,72,74,76],failed:80,failedloginpaus:[156,321],failov:[11,61,237],failur:[3,6,11,41,44,45,58,68,72,74,80,99,127,141,145,147,150,153,158,160,162,164,173,176,191,199,200,220,224,238,240,246,256],fair:290,fairli:[44,97,298,416],fake:[55,79],fall:[11,19,88,152,192,257,280,321],fallback:[224,263],fals:[40,56,66,75,87,97,238,251,280,297,321,345,380],famili:[11,80,413],familiar:[11,53,64,66,237,246,290],family2:3,famou:[11,239,411],fanci:292,faq:286,far:[11,36,55,74,75,97,227,228,230,231,232,233,234,259,305,345,352,369],fare:301,fart:97,fashion:[11,40,55],fast:[28,44,51,56,58,74,99,239,249,284,287,307,339,374,380,390,391,393,394,396,398,399,400,411],faster:[10,11,44,45,55,99,100,126,160,178,179,180,181,182,183,184,185,186,187,188,196,237,240,251,257,260,272],fastmail:[27,44,99,102,104,105,106,107,121,122,154,160,178,179,180,181,182,183,184,185,186,187,188,248,321,414],fastmailshar:321,fatal:[47,55,68,97,99,221,321],fault:389,faulti:11,favero:203,favor:321,favorit:[11,160],favour:[6,175,178,179,180,181,182,183,184,185,186,187,188,280,321],fax:81,fc20:387,fc21:387,fcc:[321,401],fcntl:[44,59,74,99,284],fdatasync:99,feasibl:[11,74],featur:[0,1,2,3,4,5,6,7,8,9,10,11,12],feb:[27,79,275,306],februari:44,fed:[100,263,321,327,348,364],fedex:344,fedora:[2,12,70,81,82,83],fedoraproject:[11,387],fee183c329c011ead7757f59182116500776eaaf:74,feed:[11,13,64],feedback:[0,217,218,219,246,410],feeder:[100,364],feel:[11,72,79,91,237],feet:64,felix:[203,222,228,230,231,232,233,234],fenc:11,ferreira:414,fetch:[44,45,46,47,49,51,52,53,58,65,97,100,105,122,145,147,169,212,213,214,216,217,218,219,237,238,245,255,257,284,285,286],fetching:257,fetchlock:[44,45],fetchnew:4,fetchnext:44,few:[3,5,11,36,41,46,52,55,72,80,96,97,133,158,246,249,257,259,284,285,290,309,310,321,404],fewer:11,ffff:56,fiber:[3,11],fiddaman:[223,224],fiddli:74,field:[6,18,41,44,45,47,58,60,62,72,74,154,169,192,197,211,212,213,214,216,217,218,219,222,227,228,230,231,232,233,234,237,238,244,249,251,253,261,267,320],fields:97,fifth:380,fig2dev:49,figur:[97,238,310,326],file:[0,1,2,3,4,5],file_sha1:74,filedescriptor:99,fileformat:332,fileinto:[19,33,75,99,106,160,166,193,224,271,318,321],filenam:[19,41,44,45,74,80,100,246,251,303,321,324,326,329,330,334,350,352,363,364,366,369,370,371,376,377,397,419],filename:27,files:52,filesystem:[3,4],fill:[47,53,55,68,97,156,237,321],filter:[13,19],find:[5,6,11,41,44,48,49,55,58,72,74,76,80,88,93,154,156,160,174,192,216,217,218,219,237,238,249],fine:[46,47,51,74,100,246,294],finer:246,finger:[97,349],finish:[11,42,44,45,47],finishproc:68,finishrock:68,fire:299,firewal:257,first:[0,6,9,19,30,41,44,45],fit:4,fitness:81,five:99,fix:[41,44,48,49,51,56,58,71,72,74,80,96,97,98,99,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,125,127,128,131,132,133,134,137,138,139,140,141,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158],fixdir:238,fixme:74,flag:[6,15,19,27,38,40,41],flag_internal_expunged:47,flagnam:[27,248,321,387],flags:[58,98,143],flaki:313,flap:157,flash:11,flat:4,flatten:335,flaw:79,fleme:257,flex:[49,97,237],flexibl:[11,160,257,268,280,345,406],flight:238,flock:[59,74,99],flow:[26,27,74],flowchart:[1,73],flush:[74,78,97,102],flushseenst:[102,122,321],flux:11,fly:[19,58,122,156,321],fmt:68,focus:257,fold:[97,100,139],folder:[5,6,7,9],folders:[41,196,270,345,373],follow:[0,6,7,8,9,10,11,12,13,18,19,23,24,25,27,28,30,33,36,40,41,44,45,47,48,49,51,52,55,56,57,58,60,61,65,66,68,70,71,72,75,77,80,81,82,83,84,86,87,88,90,93,96,160,178,185,186,187,188,220,237,238,243,244,245,246,247,249,251,257,259,261,265,266,271,275,280,281,282,283,284,291,294,301,314,320,321,323,326,334,335,340,344,345,364,376,380,381,397,401,402,410,411,416,419],followup:[100,321],foo:[40,44,55,63,74,97,158,160,257,258,259,271,284,321,358,380],fool:301,foolproof:259,foolstupidcli:321,foot:11,footer:191,footnot:[11,27,36,160,301],footprint:[11,98],forb:81,forbidden:303,force_sasl_client_mech:321,forcibl:99,foreach:[44,45,74,76,109,176],foreach_cb:44,foreground:108,foreign:[80,283],foremost:11,forerunn:[239,411],forese:7,forethought:55,forev:[59,160,245,321],forget:[53,271],forgiv:99,forgotten:[58,72],fork:52,form:[5,40,41],formal:[220,221],format:[1,6,27,41,44,47,48],former:[11,15,96,160,238,265,301,320,416],formul:11,forth:11,forthcom:98,fortify_source:220,fortun:271,forward:[36,49,133,257,261,271,280,321,345,401,413],found:[9,30,44,49,68,71,74,76,129,130,132,133,145,154,164,239,257,278,283,286,288],foundat:160,founder:[51,411],four:[33,41,56,74,237,244,320],fourth:[280,327,380],fox:321,fpic:[49,51,80],fprintf:68,fqdn:3,fraction:[56,158,380],fragment:77,framework:[50,75,80],francoi:414,freakin:310,fred:41,free:[9,30,53,55,56,60,68,79,80,88,97,100,125,126,151,160,163,168,195,221,223,225,247,249,253,259,267,268,321,374,406,415],free_cr:97,freebsd:[12,139,157,237,251],freed:[59,68,100,261],freeli:100,freenod:[238,403],freespac:[9,30,247,259,297,321],freez:[220,286],french:3,frequenc:[97,255,280,281,302,321,368],frequent:[11,58,75,97,257,281,284],fresh:246,freshmen:411,fri:360,friend:[74,259,285],friendli:[196,403],friendlier:122,fright:74,from:[2,3,6,7,9,11,13,15,18,19,24,25,26,27,28,30,33,35,36,38,40,41,44,45,46,47,48,49,51,52,53,55,56,57,58,60,61,64,65,66,70,71,72,74,75],front:[7,66,96,237,257],frontend:[3,4,7],frustrat:[55,419],fs_get:99,fs_give:99,fsck:11,fsync:47,ftp:362,fuch:98,fud:[97,98,99,158,319],fud_queri:349,fud_respons:349,full:[11,12,13,18,19,40],full_mboxnam:74,fulldirhash:[100,107,145,223,237,252,321,375],fulli:[3,11,19,33,36,40,41,56,80,160,245,247,257,271,310,321,345,364,375],fullnam:6,fulltext:380,fun:[74,217,218,219],functionproc:68,fundament:[40,49],further:[3,11,15,40,41,44,45,53,56,60],furthermor:[74,96,263],futim:223,futur:[7,11,40,44,49],fuzzi:[102,228,230,231,232,233,234,321,401,412],fuzzy:[202,321],g0241b22:72,gahd:[192,194,203],gain:[66,238,284,413,416],game:61,garbag:[98,134],gardin:414,gari:[98,122],gate:221,gatewai:[100,263,413],gather:[99,255,321],gave:303,gcc:[49,65,80,98,110,141,162,178,182,183,184,185,186,187,188,192,198,289,291],gcm:[82,83,84,86],gdb:[51,80,286,299],geani:52,gen:58,gener:[3,4,6],generate_compiled_sieve_script:[160,321],gentoo:[12,81],geograph:11,geoloc:49,gesang:163,get:[0,1,2,7,9,11,18,19,27,30,41],getacl:[245,345],getannotation:321,getannotations:[211,212,213,214,216,217,218,219],getent:[238,416],getgrent:[41,244,321],gethostnam:321,getidentityupd:90,getinfo:161,getmd:345,getmetadata:[161,175,192,245],getnameinfo:99,getopt:345,getpassphras:156,getprotobynam:349,getquota:[109,257],getquotaroot:[158,203,257],getservbynam:97,getuid:97,getvacationrespons:90,getxstr:99,gfs:11,ghudson:97,giant:321,gif:321,gigabyt:[11,28],gilda:414,gile:154,git2:27,git:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80],github:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51],gitpython:[49,52],give:[0,11,13,26,28,40,41,44,45,47,51,58,72,74,79,80,87,97,98,137,238,242,257,259,261,263,268,275,292,300,321,373,374,381,413,416],given:[9,11,30,40,41,44,45,56,58,60,61,74,80,84,88,97,98,99,160,164,178,180,181,182,183,184,185,186,187,188,238,242,245,248,257,259,261,263,265,267,268,270,280,304,305,307,315,321,323,327,334,336,337,339,341,344,345,353,357,358,359,360,373,374,377,378,380,387,392,416],glaubitz:220,glib:321,glibc:[107,113],glob:[80,97,107],global:[3,5,40,44,45,58,80,102,160,178,179,180,181,182,183,184,185,186,187,188,238,242,271,272],gloom:415,glusterfs:11,gmail:[110,329],gmt:[58,360],gmtime:58,gmtmoff_gmtim:97,gmx:140,gnarli:71,gnu99:[49,51],gnu:[49,65,80,238,345,416],goal:[411,413],god:310,goe:[15,33,48,55,72,97,263,285,301,302],goh:221,gondwana:[154,401,410,414],gone:[74,97,237,301],good:[11,44,52,55,71,72,74,80,81,85,88,97,155,230,233,234,238,247,257,271,298,310,314,315,321,374],goof:98,googl:71,got:[57,59,71,72,74,97,158,283,380],gouaux:[98,99],gov:99,govern:[69,249,409],gperf:[49,237],gpfs:286,gpg:[48,72],gpl:80,grab:[74,97],gracefulli:97,grade:[11,230,233,234,284],grain:100,gramar:196,grammat:321,grand:263,grant:[18,41,242,243,257,321,345,347],granular:[74,160,246,321],granularli:160,graphic:72,great:[7,41,51,71,160,239,310,411,415,416],greater:[19,25,47,100,102],greatli:[58,217,218,219],greenfield:[79,414],greet:[106,321],greg:[97,154,414],gregorian:401,grep:[18,275,336],greylist:387,groff:237,gross:97,group:[5,7,11,19,35,36,41,49,51,55,97,100,138,146,203],groupadd:[238,416],grow:[7,9,11,28,30,247,263,286,301],grown:80,growth:[257,312],grundman:414,gss:93,gssapi:[49,257,271],guarante:[5,7,44,47,55,56,81,84,108,237,257,259,413],guess:74,guest:11,gui:[22,81,88,89,93,310],guid:0,guidanc:1,guide:40,guidelin:0,guidsearch:[220,221],guilherm:414,guimard:[191,220,224],gut:72,gzip:[49,74,246,401],gzname:74,hack:[1,44,54],hacmp:310,had:[5,6,47,74,97,154,157,191,197,200,220,239,257,259,301,310,333,376,411],haferkamp:[160,414],hagberg:97,hajimu:100,half:[61,97],ham:27,hammer:154,hand:[11,60,97,108,141,239,242,246,257,267,321,411,419],handi:[44,80],handl:[6,15,41,44,47,55],handler:[199,224],handshak:6,hang:[97,224,260,286],hangout:71,hangup:357,happen:[3,4],happi:[131,310,374],happili:[11,47,74],hard:[36,41,44,55,97,98,156,162],hardcod:[191,216,217,218,219],harder:257,hardlink:157,hardwar:[11,58,72,230,233,234,257],harm:11,harmless:321,has_chang:47,hasattach:321,hash:[59,74,76,97,98,99,100,104,237,238,240,246,249],hashimapspool:[237,238,252,321,375],hashtabl:[9,30],hasn:[6,33,257,321],hasnochildren:[162,275,345],hat:[2,12,81],haustein:[151,168,195,225],hav:321,have:[0,3,5,6,7,8,9,10,11,15,18,19,22,24,25,27,28,30,33,36,40,41,44,46,47,48,49,50,51,52,53,55,56,57,58,59,60,61,65,66,69,71,72,74,75,76,77,80,81,87,88,89,90,91,92,93,96,97,98,99,100,102,107,139,156,160,164,165,166,174,178,181,182,183,184,185,186,187,188,190,191,192,193,196,202,203,206,207,208,209,210,211,212,213,214,216,217,218,219,220,222,237,238,239,243,244,245,246,247,248,249,250,253,254,255,256,257],have_acte_krb:97,have_libdb:97,haven:[18,51,98,100,304],hba:[3,11],hdd:[11,284],hdrfromsmtp:40,hdrsize:[358,387],head:[7,48,72,74,88,125,310,412],header:[12,41,47,49],headerbodi:[248,321],headerdata:58,headernam:58,health:11,heap:[80,321],hear:[11,70],heart:[58,320],heartbeat:321,heat:[239,411,415],heavi:[74,100,114,263,413],hei:44,height:321,heimdal:[107,237],heino:[98,139,146,158,161,173,174,414],held:[18,35,44,45,52,57,58,71,74,75,100,139,326,405],hello:[61,98,238,358],helpdesk:26,helpfil:52,hen:98,henc:44,henriqu:[99,100,137,414],henz:150,her:[19,33,48,72,76],herdomain:40,here:[11,12,15,27,33,40,41,44,45,47,48,51,53,56,58,61,63,72,74,80,87,96,97,98,100,160,238,246,249,251,254,257,259,263,268,283,287,295,301,309,320,321,382,401,412],herodotu:[239,411],heurist:[74,344],hex:56,hexadecim:62,hhmm:320,hidden:[11,80,330],hide:[102,104,242],hierarch:[33,97,98,321],hierarchi:[11,13,19,22,24,27,30,33,34,41,63,69,72,74,88,89,91,92,97,98,99,104,105,160,161,163,243,247,251,257,263,268,269,271,275,276,301,321,345,358,374,413],hierarchical:97,hiersep:74,high:[7,11,15,36,97,102,237,240,257,263,281,284],higher:[11,15,19,27,30,49,93,268,280,295,321,324,350,352,357,364,366,369,380,383],highest:[6,30,58,358],highestmodseq:[74,122],highli:[56,227,228,230,231,232,233,234,239,310,315,413],highlight:[52,216,217,218,219,227,228,230,231,232,233,234,340,419],him:[28,271],hinder:[239,411],hint:[44,45],hisdomain:40,histor:[321,411],hit:[56,74,75,98,238,246,321],hmh:[99,100,137],hoeger:[98,160],hold:[5,7,11,35,41,47,57,58,59,69,74,76,99,160,237,246,257,261,284,285,301,321,326,416],holdfor:222,holduntil:222,hole:108,holidai:39,holschuh:[99,100,137,414],home:[40,80,88,132,238,251,259,271,284,321,356,419],honest:238,honor:[97,98,411],honour:[165,227,228,230,231,232,233,234],hook:285,hope:0,hopefulli:[55,97,98,99,257],horizont:[12,36,41,256,259],horribl:[44,62,310,375],hors:[239,411],host:[3,4],hostmast:33,hostnam:[40,41,93,97,238,261,280,285,292,320,321,348,349,364,376,390,391,393,394,396,398,399,400],hostname_mech:321,hostname_password:321,hosts_access:320,hot:[246,249,285,315,321,328],hour:[48,57,72,74,80,97,109,237,238,263,280,312,320,321,326,339,371,380,387],hourli:[72,95,344],hous:263,housekeep:98,how:[0,1,9,11,24,30,31,33,41],howard:99,howev:[3,5,7,9,11,36,44,45,57,70,81,90,99,160,237,245,250,257,258,259,261,279,284,292,294,299,301,306,315,321,411],howto:[36,240],hpux:97,href:128,hsk:[113,158],hsts:401,html:[46,48,49,52,58,65,91,100,110,178,180,181,182,183,184,185,186,187,188,321,336,344,416],hton:97,http2:193,http:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75],http_timezon:125,httpallowcompress:321,httpallowcor:[130,321],httpallowedurl:[129,321],httpallowtrac:321,httpcontentmd5:[132,321],httpdocroot:[91,93,128,321],httpkeepal:321,httploghead:321,httpmodul:[66,88],httpprettytelemetri:[130,321],https:[81,93,164,165,166,167,168,190,191,192,193,194,195,202,203,321],httptest:319,httptimeout:321,hudson:97,huge:[46,74],human:[6,11,275,321],humili:11,hunch:74,hundr:[36,136,310],hung:[105,321],hurt:[99,275],husband:19,hybi:401,hypertext:401,hypervisor:11,hyphen:[74,419],hypothet:30,ian:[147,175],iana:[88,96],ibm:310,ical:[51,199],ical_obj:6,ical_uid:6,icalendar:[6,88,93,126,131,133,221,223,321,401],icu:[49,191,220],idea:[0,49,58,71,74,75,80,85,246,257,298,310],ideal:[11,38,57,74,246,257],idealli:[75,237],ident:[5,41,44,45,74,97,244,271,288,321,323,390,391,393,394,396,398,399,400],identifi:[3,5,14,27,33],identified:18,idl:[12,26,47,49,51,79,96,98,100,103,109,110,160,162,163,174,198,203,237,238,251,266,279,319,320,321],idle:[12,82,83,84,86,87,98,100,103,147,163,238,321,351,401],idled:4,idlesocket:[96,238,251,266,321],idx_ical_uid:6,ietf:[23,66,102,131,227,228,230,231,232,233,234,271,297,321],ignor:[41,72,76,89,92,97,98,108,122,164,191,224,245,320,321,322,335,339,349,376,419],ignore:[347,350,365,374,401,419],ignorequota:[47,401],ignorerefer:321,ihav:321,ihave:[263,271,321,401],iii:[11,409],ill:[11,59],illustr:[3,11,36,41,52,245,280],ilovecyru:40,imag:[3,11,36,257,310,321,419],image:401,imagin:[11,28,250,253,284,310],imailbox:353,imap2:413,imap2bi:413,imap4:[56,82,83,84,86,97,239,245,282,401,409],imap4flag:[321,401],imap4rev1:[68,82,83,84,86,87,97,352,369],imap4rev2:[227,228,230,231,232,233,234],imap:[1,2,3,4,5,6],imap_:44,imap_dupdeliver:58,imap_enum_virtdomains_on:80,imap_mailbox_locked:[47,59],imap_quotaroot_nonexistent:97,imap_remot:303,imap_sharedseen:58,imap_uid:6,imapclon:196,imapd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95],imapd_authst:46,imapd_conf:[238,416],imapd_out:46,imapd_userid:46,imapext:297,imapflag:[271,321],imapidlepol:321,imapidletimeout:[147,163,321],imapidrespons:321,imapmagicplu:[63,100,321],imapnew:273,imapopt_annotation_db:[44,45],imapopt_annotation_db_path:[44,45],imaprev1:136,imaps:[13,238],imaptalk:51,imapus:[238,416],imaputf7:[51,237],imapv:97,imapwiki:70,imb:[113,158],imclient:67,imclient_addcallback:68,imclient_authent:[68,97],imclient_clearflag:68,imclient_clos:68,imclient_conn_nonsyncliteral:68,imclient_connect:68,imclient_eof:68,imclient_getselectinfo:68,imclient_havetl:68,imclient_proc_t:68,imclient_processoneev:68,imclient_repli:68,imclient_send:[68,97],imclient_servernam:68,imclient_setflag:68,imclient_starttl:68,imipnotifi:[178,180,181,182,183,184,185,186,187,188,321],immedi:[11,15,24,25,30,41,58,59,66,74,102,104,109,141,156,160,245,261,301,302,308,321,326,344,368,376,410],immediat:75,immens:80,immutabl:401,impact:[5,7,8,11,96],impad:356,imper:11,implement:[1,4,6],implementation:271,implementor:242,impli:[11,245,301,324,350,352,364,366,369,380,383,386],implic:[5,11,100,282],implicat:237,implicit:[3,5],implicit_owner_right:[41,243,321],implicitli:[41,88,243],implicitownerright:105,implied:81,important:[97,100,237,238,321,419],importantli:[11,413],impos:[41,97],imposs:257,impost:5,impract:11,impress:11,improperli:[97,292,321],improv:[55,58,80],improve:[97,99,100,104,145,169,178,179,180,181,182,183,184,185,186,187,188,196,197,227,228,230,231,232,233,234,412],improved_mboxlist_sort:[1,44,73],improvement:[99,206,207,208,209,210,211,212,213,214,216,217,218,219,227,228,230,231,232,233,234],imsp:[68,96,97,98,238,257,265,345,390,391,393,394,396,398,399,400,416],imspd:97,imtest:[82,83,84,86,87,97,98,99,119,156,200,238,319,390],inabl:11,inaccur:44,inact:[41,321,328],inadvert:[88,245],inbound:[246,285],inbox:[3,19,20,27,33,36,40,41,58,61,66,74,76,88,89,91,92,97,98,99,102,104,109,142,146,156,160,161,189,220,243,257,259,268,271,277,278,284,286,297],inboxe:[41,105,243],inc:86,incdir:[12,49,99],inclin:11,includ:[0,6,8,10,11,12,13,18,19,24,25,27,33,41,44,47,48,49,51,52,55,56,58,68,71,72,74,75,76,80,81,82,83,86,87,91,93,96,97,99,100,102,117,133,137,141,143,144,156],include:[36,64,97,99,178,179,180,181,182,183,184,185,186,187,188,271,321,401],including:81,inclus:[24,25,53,136,178,181,182,183,184,185,186,187,188,257],incom:[19,88,90,100,228,230,231,232,233,234,238,257,260,263,268,271,286,295],income:258,incompat:[108,271],incomplet:[97,112,140,154,220,246,267,280,401],inconsist:[41,160,175,257,259,373],incorpor:[11,19,52,53,71],incorrect:[44,45,80,97,108,109,142,154,156,238,373],incorrectli:[97,99,161,221,358],increas:[10,11,35,44,56,58,99,104,108,156,162,259,260,280,302,315,321,326,334,357,368,376,380],increasingli:44,increat:156,increment:[59,74,75,97,106,178,183,184,185,186,187,188,380],incur:11,inde:[44,315],indefinit:[105,301,321],indent:[55,321,335],independ:[41,55,97,227,228,230,231,232,233,234,246,257,263,270,280,381,401,413],index:[1,4],index_check:98,index_clos:46,index_init:46,index_lock:46,index_open:46,index_record:[46,47],index_refresh:46,index_search_evalu:97,index_searchcachehead:98,index_st:46,index_statu:47,index_tellchang:46,index_tellexpung:46,index_unlock:46,index_upgrad:153,indic:[11,12,18,51,56,58,62,63,68,78,108,160,245,257,259,261,297,309,321,336,345,374,380,392,419],indicat:[56,58,297,345,401],indirect:81,individu:[3,7,11,24,28,34,38,41,44,47,58,74,75,78,80,88,102,145,160],ineffici:[145,380],inet6:237,inet:416,inet_aton:349,inetd:97,inetdomainbasedn:321,infect:[95,213,214,216,217,218,219,321,344],infin:323,infinit:[11,141,156,201,289,321],inflict:61,influenc:[80,326],info:[11,33,38,41,51,58,72,74,97,98,99,191,263,269,271,275,276,289,290,321,339],inform:[3,5,6,7,11,12,14,22,24,28,30,34,35,36,38,41,47,49,51,53,58,61,64,68,70,72,74,88,90],informat:[20,21],infrastructur:[3,4,5,11,19,36,48,72,80,160,163,220,280,413,414],ingest:368,inher:[147,285],inherit:[33,41,166,192,193,263,339,345,380],ini:[51,304],inifil:[51,237],init:[46,52,55,74,80,237,238,416],initgroup:98,initi:[9,11,19,30,41,44,45,56,68,74,75,97,98,99,100,122,238,243,246,247,261,266,280,320,321,354,355,367,390,391,393,394,396,398,399,400,412,416],initialis:[44,59,80,344],initiat:401,inject:[156,297,345],inlin:[11,55,321],inmsg:68,inn:[97,263],inner:99,innosoft:292,inod:6,inode:6,input:[44,47,53],inquir:410,insecur:401,insensit:[97,99,228,230,231,232,233,234,321],insert:[11,18,41,44,76,88,106,142,242,244,245,261,263,275,280,306,320,321,345,347,401],insid:[27,33,40,47,55,60,62,74,98,99,238,267,271,275,416],insist:49,inspect:[48,74,334,335,340],inspir:[98,122,246],inspire:109,instabl:291,instal:[3,11,12,19,40,41,44,49,51,52,61,65,66,70,72],install:[2,42,49],installat:[7,70],installbinsymlink:[178,179,180,181,182,183,184,185,186,187,188],installsiev:[97,319],instanc:[3,9,11,13,30],instant:[11,401,414],instanti:259,instead:[11,18,19,25,36,41,44,47,52,53,55,56,58,66,71,72,74,75,80,96,97,98,99,100,109,160,162,163,178,182,183,184,185,186,187,188,199,212,213,214,216,217,218,219,223,245,252,257,259,260,280,297,301,305,314,318,321,329,330,345,348,353,354,355,357,362,366,367,373,374,376,390,391,392,393,394,396,397,398,399,400],instruct:[18,40,41,48,49,52,56,65,70,72],instrument:98,insuffici:257,insur:257,int64:51,int_date:[358,387],integ:[9,30,55,56,58,62,75,80,97,115,174,247,320,321],integer:[6,320],integr:[5,50,51,53,65,87,88,97,100,102,163,164,178,179,180,181,182,183,184,185,186,187,188,321,324,350,352,364,366,369,383,390,391,393,394,396,398,399,400,406,412],intel:97,intellig:[160,247],intend:[1,3,11,12,41,44,66,90,246,256,259,360,413,416],intens:[11,282,330],intent:[15,25,80,335,340],inter:[40,42],interact:[11,44,45,52,97,100,105,141,227,228,230,231,232,233,234,238,257,263,310,321,330,345,372,390,391,393,394,395,396,397,398,399,400,401,416],interchang:[56,257,401,413],interest:[1,6,11,12,44,45,47,70,71,81,85,246,248,257,314,403],interfac:[7,11,36,40,41],interfer:[80,160,280],interleav:257,interm:97,intermedi:[11,75,97,211,212,213,214,216,217,218,219],intermediari:330,intermeta:98,intern:[11,33,36,41,44,45,47,52,59,62,63,69,91,97,98,100,178,180,181,182,183,184,185,186,187,188,193,194,259,278,292,318,321,325,336,345,380,389,413],internal_flag:47,internald:[74,145,157,211,212,213,214,216,217,218,219,345,360,374],internaldate:[58,122],internaldate_heurist:145,internalindex:380,internation:[1,54],internet:[3,13,96,238,239,265,320,354,355,367,401,413,414,416],interoper:[96,205,206,207,208,209,210,211,212,213,214,216,217,218,219],interpret:[11,49,56,63,74,247,292,301,326,334,347,373,376],interrupt:[11,36,175],interv:[79,106,246,297,320,321,381,387],interval:401,interven:[56,160,257],intervent:246,intial:97,intimid:56,intra2net:140,intra:40,introduc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420],introduct:[1,42],intuit:5,invalid:[47,62,74,97,98,138,139,163,189,221,223,246,292,321],invari:[57,98],invent:[239,411],inventor:239,inventori:401,invert:353,invest:11,investig:80,invis:[191,245],invit:[88,321,403],invoc:[52,246,280,326,334,368,387],invocat:272,invok:[15,41,68,99,147,238,246,271,278,280,285,321,324,326,344,345,350,352,354,355,363,364,366,367,369,379,380,384,416],invoke:240,involv:[0,13,55,98,100,143,237,260,307,412],ioerror:[189,193,374],iolog:321,ionic:380,ios:[175,199],iov:80,iov_bas:80,iov_len:80,iovec:80,ipaddr:349,iphon:[142,158],ipop3d:142,ipsum:80,ipurg:[52,98,99,109,138,152,176,189,192,203,319],ipv4:[320,321,376],ipv6:[99,100,320,321,376],irc:[71,72,238,280],irk:74,irrelev:19,irretriev:301,irrit:419,is_tacki:55,isc:362,ischedule_dkim_domain:321,ischedule_dkim_key_fil:321,ischedule_dkim_requir:321,ischedule_dkim_selector:321,iscsi:3,ish:72,ismemb:341,isn:[0,11,18,44,45,47,55,56,58,59,71,74,97,100,126,147,178,180,181,182,183,184,185,186,187,188,238,259,275,308,314,316,414],iso8601:51,iso:[27,56,97,216,218,219,220,321],isode:414,isol:[80,257],issu:[11,27,36,41,44,48,49,53,61,66,71,72,74,82,83,84,86,87,97,98,99,100,103,104,105,106,107,108,109,114,117,120,121,122,140,154,156,160,178,181,182,183,184,185,186,187,188,197,237,238,245,247,257,259,261,276,282,284,301,306,321,358,374,390,391,393,394,396,398,399,400,402,410,419],issubscrib:66,ital:[52,419],itchi:55,item1:247,item2:247,item3:247,item4:247,item:[6,11,33,40,41,47,51,57,58,60,62,74,76,105,155,178,179,180,181,182,183,184,185,186,187,188,212,213,214,216,217,218,219],iter:[44,45,47,58,72,99,194,195,224,280,380],iter_skip_expunged:47,iterat:401,itself:[6,11,35,41,46,52,55,69,70,74,80,82,83,86,87,97,99,192,216,217,218,219,248,249,251,259,280,285,291,301,320,321,345,357,368,380,404,416],iversen:97,j16:51,jack:238,jakob:[192,194,203],jame:33,jan:[154,345,358],jane:[3,18,19,27,33,36,373],janepas3:18,janepass:18,janitor:357,jansson:[49,133,162],januari:61,japanes:66,jarosch:[113,140,172,174],jarosh:147,jason:[196,202],javascript:[91,401],jbro:321,jcal:[133,401],jdoe:[3,5,19,278],jean:414,jeff:97,jeffrei:[221,410,414],jen:[147,174,175,178,180,181,182,183,184,185,186,187,188,414],jena:[113,158],jeremi:[99,102],jeroen:[163,410,414],jessi:49,jfs:310,jhoward:99,jim:97,jimson:98,jj12:322,jmap:[13,42],jmap_emailsearch_db_path:321,jmap_imagesize_annot:321,jmap_inlinedcids_annot:321,jmap_mail_max_size_attachments_per_email:321,jmap_max_calls_in_request:321,jmap_max_concurrent_request:321,jmap_max_concurrent_upload:321,jmap_max_delayed_send:321,jmap_max_objects_in_get:321,jmap_max_objects_in_set:321,jmap_max_size_blob_set:321,jmap_max_size_request:321,jmap_max_size_upload:321,jmap_nonstandard_extens:[214,216,217,218,219,220,221,227,228,230,231,232,233,234,321],jmap_preview_annot:321,jmap_preview_length:321,jmap_set_has_attach:321,jmap_vac:321,jmappushsubscript:321,jmappushsubscriptionfold:321,jmapqueri:[227,228,230,231,232,233,234,321],jmapsearch:321,jmapsubmiss:321,jmapsubmission_deleteonsend:321,jmapsubmissionfold:321,jmaptalk:51,jmapuploadfold:321,jmp:56,job:[41,64,74,97,160,246,255,280,301,320],john:[3,5,19,27,28,33,36,69,97,98,102,150,176,220,223,275,277,280,281,305,323,325,345,373,387,414,419],johnsmit:387,johnsmith:[330,340,387],join:[7,71,74,238,286],jonathan:199,josh:196,journei:[239,411],jpeg:321,jsmith:[74,358,359,360,374],json:[66,74,90,93,321,326,334,335,373,401],jsr:56,jtampli:102,judgement:[11,55,310],jul:[358,360],juli:259,julian:80,julien:[113,139,146,158,160],jump:[56,75],jun:64,june:55,junk:[19,173,248,271,321,343,345],just:[0,3,11,18,36,39,41,44,46,47,48,52,55,58,59,61,62,71,72,74,75,76,80,97,98,99,108,156,173,191,202,212,213,214,216,217,218,219,237,238,246,252,254,256,257,258,259,261,272],justgotspammedlot:339,justifi:[71,281],jwz:98,jy9o:322,jyager:322,kamen:199,katu:139,kbyte:[6,52,353],kde:11,keep:[12,15,26,41,44,45,46,47,53,55,56,57,58,74,75,87,88,97,98,104,129,160,224,237,238,246,247,249,257],keepal:[138,321],kei:[4,5],ken:[79,97,98,99,141,289,410,414],kept:[7,74,99,178,180,181,182,183,184,185,186,187,188,237,246,257,259,263,302,307,321,384,392],kerber:[96,238,265,366,416],kerbero:[5,13],kerberos_v4:[41,257,259,271,390,391,393,394,396,398,399,400],kernel:[11,284,299],key1:62,key2:62,key3:62,key:6,key_fil:68,keyboard:68,keycap:419,keyfil:[173,345,390,391,393,394,396,398,399,400],keytab:5,keyword:[41,55],kib:[9,30,247,259,321],kick:[11,33,36],kick_mupd:141,kiev:344,kill:[110,310,357],kilobyt:[15,19,34,41,268,270,321,345],kind:[6,10,33,44,57,74,80,238,248,301,321,401],kinda:[51,56],king:51,kingdom:415,kirk:33,kleinespel:414,kmurchison:74,knight:40,know:[3,5,7,9,30,31,40,41,44,47,49,51,55,56,71,72,74,79,93,109,237,238,245,246,247,253,257,271,273,285,289,321,352,369,380,402],knowledg:97,known:[4,5,7],kolab:[27,284,414],kolab_3:27,kolbu:414,konold:136,korean:66,korreio:81,kpop:[13,35,41,96,97,238,259,265,366,413,416],kravchenko:98,krb5:[49,286],krb5_enctyp:289,krb:[41,244,319,321],krb_pt:97,krb_sasl_client:68,krbck:97,krbimpl:49,kristof:[139,414],kssl:286,kssl_build_principal_2:289,kssl_cget_tkt:289,kssl_check_auth:289,kssl_ctx:289,kssl_ctx_setkei:289,kssl_ctx_setprinc:289,kssl_ctx_setstr:289,kssl_sget_tkt:289,kssl_validate_tim:289,kthxbye:55,kueck:190,kxte:[82,83,84,86,87],label1:321,label2:321,label3:321,label:[55,56,273,292,321,419],lack:[11,55,100],lag:[9,30,247,259,321],lai:11,laid:52,lam:345,land:[44,66],lappend:97,laps:[9,30,247],larg:[7,9,11,13,18,24,25,27,28,30,33,36,55,56,74,97,98,99,100,102,136,204,206,207,208,209,210,211,212,213,214,226,227,228,230,231,232,233,234,235,236,237,238,246,247,248,249,257,260,275,282,284,286,295,301],larger:[4,11,15,19,33,36,56,100,246,257,281,321,353,381],largest:[11,15,41,133,160,247,321,415],larri:[99,414],last:[6,39,44,47,58,60,61,72,74,97,100,162,230,233,234,237,238,250,253,271,280,297,321,345,348,349,358,380,387,401,416],last_appendd:74,last_chunk_id:74,last_uid:[74,197],last_upd:[47,74],lastchang:74,lastpop:[100,297],lastread:74,lastuid:74,lastupd:[297,358,387],latch:321,late:[74,97],latenc:11,later:[11,24,25,56,65,72,74,80,97,102,104,147,160,178,182,183,184,185,186,187,188,191,237,238,239,246,247,266,268,281,284,292,294,301,321,387,411,413,415,416],latest:[12,49,51,72,81,88,97,100,236,237,257,285,290,321,326,374,406],latter:[15,74,257,275,308,320,321,380],lauri:414,lawrenc:79,layer:[1,5,11,36,41,44,54],lazi:[74,97,238],lcunit:80,lcyru:68,ldap:[5,11,13],ldap_authz:321,ldap_bas:321,ldap_bind_dn:321,ldap_ca_dir:[160,321],ldap_ca_fil:[160,321],ldap_ciph:[160,321],ldap_client_cert:[160,321],ldap_client_kei:[160,321],ldap_deref:321,ldap_domain_base_dn:321,ldap_domain_filt:321,ldap_domain_name_attribut:321,ldap_domain_result_attribut:321,ldap_domain_scop:321,ldap_filt:321,ldap_group_bas:321,ldap_group_filt:321,ldap_group_scop:321,ldap_id:321,ldap_mech:321,ldap_member_attribut:321,ldap_member_bas:321,ldap_member_filt:321,ldap_member_method:321,ldap_member_scop:321,ldap_password:321,ldap_realm:321,ldap_referr:321,ldap_restart:321,ldap_sasl:321,ldap_sasl_authc:321,ldap_sasl_authz:321,ldap_sasl_mech:321,ldap_sasl_password:321,ldap_sasl_realm:321,ldap_scop:321,ldap_serv:321,ldap_size_limit:321,ldap_start_tl:321,ldap_time_limit:321,ldap_timeout:[162,321],ldap_tls_cacert_dir:[160,321],ldap_tls_cacert_fil:[160,321],ldap_tls_cert:[160,321],ldap_tls_check_p:[160,321],ldap_tls_ciph:[160,321],ldap_tls_kei:[160,321],ldap_uri:321,ldap_use_sasl:321,ldap_user_attribut:321,ldap_verify_p:[160,321],ldap_vers:321,ldflags:65,lead:[19,27,62,69,257,259,280,308,321,345,413,414],leader:61,leak:[51,55,58,80,88,97,98,99,100,122,129,130,132,133,143,147,160,163,164,168,169,195,196,203,225,237],leap:321,learn:[0,11,238,263,290],least:[3,11,44,56,65,66,74,80,87,100,237,238,245,246,249,253,257,259,280,284,292,301,309,320,321,322,323,324,339,353,360,374,380,416],leav:[24,47,51,59,72,75,80,88,89,92,108,110,175,259,289,321,357,387],led:44,lee:[173,175,178,180,181,182,183,184,185,186,187,188],leena:[98,139,146,158,161,173,174,414],leewai:321,left:[61,74,97,102,120,145,221,259,280,284,292,321,347,376,390,391,392,393,394,396,398,399,400,414,419],legaci:[6,41,49,136,174,181,205,206,207,208,209,210,211,212,213,214,216,217,218,219,245,321,333,359],legal:[44,45,81,99,401],lemonad:401,len:56,length:[41,44,45,55,56,58,74,75,97,100,114,238,275,321,349],lengthen:280,less:[6,9,10,11,30,48,55,74,96,98,132,133,155,161,191,237,246,247,251,257,280,284,301,321,326,374,380,413],lessen:98,let:[11,36,44,45,61,74,80,97,216,217,218,219,237,238,246,250,253,259,416],letter:[41,252,257,303,321],level:[1,3],levenshteinx:51,leverag:280,lex:[49,51,75,97,100],lexer:[97,98],lhlo:106,liable:81,lib64:291,lib:[11,12,44,45,49,55,56,65,74,80,97,98,160,237,238,251,268,271,275,278,279,280,281,283,284,289,291,309,321,330,332,336,351,361,380,381,416],libacap:98,libanyev:51,libari:97,libbrotli:49,libbsd:[49,51,237],libc:80,libcal:51,libcap:194,libchardet:49,libclamav:[49,291],libcld2:49,libclon:[51,237],libcom_err:97,libcomerr2:87,libconfig:[51,237],libcrypto:291,libcunit1:[49,80,237],libcunit:80,libcurl:321,libcyru:[44,55,68,80,97,99,100,193],libcyrus_imap:[49,190,196],libcyrus_init:55,libcyrus_min:[44,100],libdata:51,libdatetim:[51,237],libdb5:87,libdb:237,libdigest:237,libdir:[12,49,99],libencod:[51,237],liber:321,libexecdir:[178,179,180,181,182,183,184,185,186,187,188],libfil:[51,237],libglib2:237,libic:[49,88,93,125,176,216,217,218,219,237,238,321],libicu:49,libimap:55,libio:[51,237],libjansson:[49,237],libjson:51,libldap2:[49,237],libmag:51,libmariadb:49,libmim:51,libmysqlcli:[49,237],libnet:[51,237],libnew:[51,237],libnghttp2:[49,193],libpam0g:237,libpcre3:[49,237],librari:[0,12,41,42,49,51,66],libressl:[150,164,200],librt:[164,196],libsasl2:[49,87,237],libsasl:[97,98],libsqlite3:[49,237],libsrs2:49,libssl:[49,237,291],libstr:51,libtest:[51,237],libtext:51,libthread_db:80,libtool:[49,80,97],libunix:[51,237],liburi:237,libuuid:[49,74],libvex:80,libwrap0:237,libwrap:98,libwrap_init:98,libwslai:49,libxapian:[49,237],libxml2:[49,133,237],libxml:[49,51,191,237],libzephyr:237,licens:[2,27,66],life:[84,197,320,419],light:[11,80,96],lighter:75,lightweight:[96,238,261,265,266,416],liinu:98,like:[0,3,5,7,11,15,16,17,18,19,26,29,30,33,34,36,37,41,44,45,46,47,48,51,52,55,58,60,62,68,72,74,78,79,80,87,96,97,121,191,200,228,230,231,232,233,234,237,238,245,246,248,250,257,258,259,261,263,267,271,275,280,283,285,289,290,291,295,304,306,310,320,321,324,328,330,336,344,349,350,351,352,354,355,363,366,367,368,369,374,376,379,381,383,384,390,391,393,394,396,398,399,400,403,412,416,419],likelihood:11,likewis:[55,57,97,98],limit:[4,5,6,7],limitless:312,lin:140,line:[11,18,41,48,49,51,55,58,65,66,71,72],liner:275,lines:[358,387],lingual:401,link:[11,41,42,44,48,49,52,55,61,68],linkag:[72,74,285],linkend:9,linker:291,lint:[216,217,218,219,237,340,412],linux:[2,11,12,18,19,49,65,81,84],list:[0,3,4,5],list_curv:[160,321],list_fe:129,list_opt:74,listacl:345,listaclmailbox:41,listaclmamilbox:41,listen:[18,74,87,96,98,164,200,238,246,248,251,257,259,261,263,265,266,271,273,280,285,312,320,321,324,349,350,352,354,355,357,363,365,366,367,369,379,380,383,384],listext:[82,83,84,86,98,136],listmailbox:[40,161,275],listquota:41,listquotaroot:[41,276,277],listrights:[245,345],liter:[3,33,36,44,62,68,97,99,139,261,401,419],literal8:44,literal:[68,82,83,84,86,87,156,227,228,230,231,232,233,234,321],literalminu:321,littl:[44,72,74,79,97,98,122,284,307,403],live:[6,11,36,44,47,56,61,74,77,80,92,97,99,160,237,238,252,257,259,271,312,321,330,349,351],liveli:[74,246],lkxan:321,lmr:99,lmtp2nntp:[263,321],lmtp:[8,40],lmtp_admin:[41,100,259],lmtp_allowplaintext:100,lmtp_downcase_rcpt:[99,306,321],lmtp_exclude_specialus:321,lmtp_fuzzy_mailbox_match:102,lmtp_over_quota_perm_failur:[41,268,321],lmtp_prepars:[228,230,231,232,233,234,321],lmtp_strict_quota:[41,268,321],lmtp_strict_rfc2821:321,lmtpa:27,lmtpd:[19,40,41,87,98,100,102,146,147,149,156,161,166,174,193,197,199,200,203,220,221,224,238,251,259,266,268,271,280,285,295,299,302,304,319,320,321,329,347,350,352],lmtpengin:[98,100],lmtpproxyd:[87,99,100,102,258,259,260,295,319],lmtpsocket:[96,238,251,266,321,416],lmtptest:[99,319],lmtptxn_timeout:321,lmtpunix:[27,87,238,306,320,350,352,354,355,363,366,367,369,379,383,384],load:[5,7],loader:[49,251,266,372],loc:173,local0:321,local4:97,local6:[41,97,238],local7:321,local:[3,5,6,7,11,36,40],local_onli:74,local_rule_0:263,localdefs:289,localdomain:271,localhost:[18,28,41,66,82,83,84,86,87,238,260,263,271,320,321,345,348],localpart:[40,163,237],localtim:275,locat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248],lock:[1,4,5,6],lock_debugtim:321,lock_exclusive:[47,59],lock_expir:6,lock_nonblocking:59,lock_opt:74,lock_own:6,lock_ownerid:6,lock_shared:[47,59],lock_token:6,locker:99,lockfil:303,locktyp:59,lodg:0,log:[3,5,11,13,18,19,40],log_debug:321,logfil:357,logic:[3,5,7,11,46,55,56,97,152,158,328,353],login:[3,5,18,19],login_sasl_cli:68,login_unix_getspnam:97,login_unix_pwcheck:97,login_unix_shadow:97,logindisabled:[82,83,84,86,87],loginrealm:[41,321],loginuseacl:[41,99,321],logout:18,logrot:238,logtimestamp:[97,321],longer:[11,46,74,80,97,98,99,100,102,107,142,145,146,147,160,161,162,163,164,166,169,172,173,174,175,176,189,190,191,192,193,196,197,199,200,201,202,203,211,212,213,214,216,217,218,219,222,224,227,228,230,231,232,233,234,237,245,257,260,261,280],longest:108,longev:312,longstand:98,longwind:47,look:[11,18,33,36,40,41,44,45,47,48,51,52,55,56,58,62,66,72,74,79,80,91,96,97,98,158,160,200,216,217,218,219,238,251,257,258,259,285,286,291,310,321,345,358,412],lookup:[40,41,76,88,99,100,242,243,245,257,263,288,321,339,345],loop:[44,45,55,74,97,98,99,137,141,201,314],loopback:273,loos:[28,257],lorem:80,lose:[7,11,58,74,155,162,200,237,257,259,310],loss:[11,58,80,81,161],lost:[41,74,80,145,157,222,246,259,280,306,360,380],lot:[6,24,44,46,51,74,98,105,140,141,155,156,178,179,180,181,182,183,184,185,186,187,188,238,246,247,252,263,271,295,302,389,416],love:[27,52,70,71,80,237,310,412],low:[55,58,257,284,321,348,404],lower:[1,15,27,56,257,312,321],lowercas:[56,99,321],lowest:[9,30,58,247],lqm:345,lqr:345,lrp:41,lrsp:41,lrswip:41,lrswipcda:61,lrswipkxt:345,lrswipkxtea:[41,330],lrswipkxtecda:41,lrwipkxtan789:88,lrwipkxtan9:88,lrwipkxtan:88,lsb:237,lseek:55,lsub:[63,97,121,137,141,155,158,257,259,321,345,401],ltd:414,ltmp:160,lucent:117,luck:[80,97],luke:40,lukecag:40,lun:3,lvm:11,lwi:41,lwn:11,lyndon:97,lynx:203,machin:[1,11,40,56,64],maciel:414,macos:134,macro:41,mad:285,made:[4,7,44,45,46,51,55,57,58,68,74,80,91,97,98,100,107,108,139,153,154,156,173,237,258,259,261,277,320,321,326,376,410],mageia:81,magic:[41,44,47,58,75,100,253,374],mahoroba:100,mai:[3,5,7,8,9,10,11,18,19,25,27,30,31,33,36,38,40,41,44,45,49,51,52,55,56,57,58,60,68,69,74,75,80,81,87,90,96,97,98,99,100,102,130,160,166,174,191,193,217,218,219,222,223,230,233,234,237,238,242,244,245,246,247,248,249,250,251,252,253,255,257,259,260,261,263,265,266,267,268,269,273,275,278,280,281,282,284,289,291,295,301,302,306,307,309,310,311,312,313,314,320,321,325,330,334,336,339,345,357,360,374,375,376,380,386,387,390,391,393,394,396,397,398,399,400,402,403,410,411,412,413,416,419],maiden:19,mail1:259,mail1_password:259,mail2:259,mail2_password:259,mail:[0,3,5,6,11,13,15,18,19,22,27],mail_us:18,mailalternativeaddress:5,mailbox:[1,3,4],mailbox_append_index_record:47,mailbox_badformat:97,mailbox_cacherecord:47,mailbox_clos:[47,58],mailbox_commit:47,mailbox_cr:47,mailbox_creation_distribut:9,mailbox_default_opt:[108,321],mailbox_delet:47,mailbox_delete_cleanup:47,mailbox_deleted:[47,58],mailbox_id:74,mailbox_index_repack:47,mailbox_index_unlock:47,mailbox_initial_flag:321,mailbox_it:47,mailbox_iter_don:47,mailbox_iter_init:47,mailbox_iter_step:47,mailbox_lock:59,mailbox_lock_index:47,mailbox_maxmessages_addressbook:[227,228,230,231,232,233,234,321],mailbox_maxmessages_calendar:[227,228,230,231,232,233,234,321],mailbox_maxmessages_email:[227,228,230,231,232,233,234,321],mailbox_messag:74,mailbox_needs_repack:[47,58],mailbox_notsupported:97,mailbox_open_exclus:47,mailbox_open_irl:47,mailbox_open_iwl:47,mailbox_read_index_record:47,mailbox_rename_copi:47,mailbox_rewrite_index_record:47,mailbox_unlock_index:47,mailboxacl:[248,321],mailboxdb:363,mailboxe:74,mailboxes:[61,212,213,214,216,217,218,219],mailboxexist:200,mailboxid:[27,221,228,230,231,232,233,234,321,401],mailboxids:[212,213,214,216,217,218,219],mailboxlist:346,mailboxptr:47,maildrop:110,mailer:[40,238,263,416],mailer_definitions:[238,416],mailert:40,mailfoldernam:275,maillog:[18,306],mailnotifi:[41,99,321],mailoffsit:280,mailproxi:259,mailrepl1:280,mailrepl2:280,mailserv:238,mailspool:[14,102,285,321],mailstor:[61,69,239,280,285,307,354,355,367],mailto:[27,163,365,401],main:[28,44,45,55,66,68,80,249,250,251,253,254,257,280,290,307,327,416,419],mainli:[108,321,334,376],mainlin:350,mainstream:160,maintain:[6,10,11,22,33,35,36,38,41,46,47,48,49,52,71,72,75,84,90,97,239,242,245,246,249,257,259,261,282,287,315,368,404],mainten:[44,49,320,339,357],major:[56,81,97,99,100,106,160],make:[0,1,7,10,11,12,18,25,35,36,40,41,44,45,47,48,49,51,52,53,55],make_chang:47,make_md5:136,make_sha1:136,makedepend:97,makefil:[48,52,80,97,99,178,181,182,183,184,185,186,187,188],makemak:49,male:19,malet:154,malform:321,malici:88,malloc:[47,55,80,222],man:[1,18,19,49],manag:[6,11],managesiev:[98,107,108,202,222,259,271,321],managesieve:[99,100,271,397,398],mandatori:[3,160,216,217,218,219,261,376],mani:[5,11,19,24,36,41,44,47,55,58,62,70,74,75,80,93,97,98,99,100,152,155,156,191,203,224,237,246,249,251,257,259,263,280,281,284,291,295,301,310,314,320,321,349,352,369,381,413,414,416],manifest:199,manipul:[41,75,121,249,257,271,336,358,397],mann:414,manner:[3,11,24,97,321],manpag:[52,97,200,246,287,348],manual:[48,52,66,72,80,88,90,93,95,200,246,258],map:[6,11,40,41,44,46,47,55,56],map_priv:97,map_stupidshar:97,mapnl:56,mar:[275,358,387],marclaport:202,marco:203,margin:301,mari:[27,323],mariadb:[49,163],mario:[151,168,195,225],mark:[33,38,56,60,75,79,97,136,140,245,257,263,267,271,275,342,348,376,414],markdeliv:97,market:310,markup:321,marri:19,marti:[173,175,178,180,181,182,183,184,185,186,187,188],martin:[99,136,189,271,321,397,401,414],marysmith:325,mask:76,mass:[74,246,263,356],massag:246,massiv:[44,178,183,184,185,186,187,188],masssievec:[271,319],master:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95],master_bind_errors_fat:[216,217,218,219,321],master_machin:64,master_start_tim:64,master_uuid:64,match:[6,18,41,44,45,47,49,51,52,55,56,58,63,74,76,87,91,95,97,99,102,139,152,156,158,203,222,237,244,246,251,261,266,271,282,288,321,326,328,334,336,337,344,345,353,360,373,387,416],matchmim:221,materi:81,math:51,matt:[410,414],matter:[0,11,47,58,59,80,105,110,147,154,175,309,321,414],matur:90,matuska:189,matveev:414,max:[160,237,321,374,414],max_user_flags:58,maxcallsinrequest:321,maxchild:[87,98,312,320,350,352,354,355,363,366,367,369,379,383,384],maxconcurrentrequest:321,maxconcurrentupload:321,maxdelayedsend:321,maxdomname:224,maxfd:[99,320],maxforkr:320,maxheaderlin:321,maximum:[7,15,28,74,98,160,178,180,181,182,183,184,185,186,187,188,227,228,230,231,232,233,234,238,246,268,301],maxlogins_per_host:[160,166,193,321],maxlogins_per_us:[160,166,193,321],maxlogname:224,maxmessag:[27,161],maxmessages:321,maxobjectsinget:321,maxobjectsinset:321,maxquot:321,maxquoted:107,maxsizeattachmentsperemail:321,maxsizeblobset:321,maxsizerequest:321,maxsizeupload:321,maxssf:345,maxval:341,maxword:[107,321],may:[33,314],mayadditem:66,mayadmin:66,mayb:[0,49,55,58,72,74,191,216,217,218,219,227,228,230,231,232,233,234,280,340,381],maycreatechild:66,maydelet:66,mayreaditem:66,mayremoveitem:66,mayrenam:66,maysetkeyword:66,maysetseen:66,maysubmit:66,mbexamin:[99,106,202,203,237,319],mbname:74,mbox:[74,323,336],mboxcfg:[271,345],mboxconfig:[161,339],mboxev:[178,179,180,181,182,183,184,185,186,187,188,196],mboxkei:4,mboxkey_db:[160,321],mboxlist:[44,45,97,100,146],mboxlist_:47,mboxlist_create_partit:74,mboxlist_db:[160,321],mboxlist_db_path:[251,321],mboxlist_renamemailbox:74,mboxlock:59,mboxmetadata:321,mboxnam:[46,47,59,74,80,193,194,197,246,334,376],mboxname_lock:[10,59],mboxname_lockpath:[10,96,238,251,321],mboxname_releas:59,mboxpattern1:344,mboxpattern:344,mboxtyp:74,mboxutil:172,mbpath:[97,98,100,114,140,156,212,213,214,216,217,218,219,319],mbtool:319,mbtype:[248,321],mbtype_deleted:172,mbyte:[52,353],mcmurtri:[154,410,414],mcyru:345,md5:[5,18,41,49,93,99,132,155,321,345,390,391,393,394,396,398,399,400],mda:[26,416],mdn:[97,321,401],mean:[3,6,11,19,28,35,36,40,41,44,45,52,53,55,58,59,69,71,72,74,80,96,97,100,125,141,152,160,164,191,241,242,244,245,246,249,257,259,263,269,271,280,284,285,301,320,321,324,339,350,352,353,364,366,369,381,383,401],meant:[11,301,349],meantim:[72,74,321],meanwhil:[242,246],measli:28,measur:321,mech_list:93,mechan:[5,8,14,40,41,49,66,68,88,90,93,97,98,99,136,238,244,252,257,259,261,280,284,321,345,390,391,392,393,394,396,398,399,400,401,406,416],mechanisms:[238,416],mechlist:156,media:[15,249,254,310,321,401],meet:[71,88,292],meeuwen:[163,410,414],mega:74,megabyt:302,melbourn:27,mellon:[81,160,239,406,411,413,414,415],melnikov:[410,414],member:[38,41],membership:[49,372],memcheck:80,memmem:129,memmov:97,memori:[9,10,11,30,46,47,49,51],memrchr:224,memset:[46,80],men:[239,411],meng:[147,150,164,174,199,203],mental:97,mention:[41,56,57,108,136,143,245,269,271,321,419],menu:[97,419],merced:40,mercedesknight:40,merchantability:81,mere:[11,41,55,301],merg:[0,49,71,88,98,99,100,102,136,174,259,321,381],merit:96,mesh:[280,321],mess:[57,72,74,375],messag:[6,8,11],message:[41,74,270,345,373,401,412],message_guid_size:58,message_id:74,messagecont:[27,248,321],messagehead:27,messages:[27,74,248,321],messeng:[239,411],messi:74,met:[81,411,415],meta:[33,56,58,59,87,142,203,249,282,310,321,359,361,401],metadata:[6,13],metapartit:[102,249,253,254,281,321],metapartition_fil:[58,102,249,253,254,281,321],method:[5,41,58,59,76,80,87,88,90,95,97,99,110,129,133,163,221,237,238,239,246,248,257,260,271,321,344,345,347,365,411,419],methodcal:66,methodrespons:66,metric:[255,321,368],meyer:414,mib:[164,200],mic:321,michael:[147,150,164,174,199,203],micro:236,microsoft:[321,401],middl:[58,142,236,237,280],midset:[27,248,321],might:[0,7,11,40,44,48,49,52,56,58,72,74,80,100,160,237,257,259,263,273,274,280,284,285,291,292,299,304,311,320,321,349,416,419],migrat:[7,15,40,98,122,237,249,250,253,273,339],mileston:410,mill:[98,122],million:[11,46,310,415],milter:387,mime:[27,51,56,58,97,99,102,138,147,203,220,224,292,321,334,344,401,409],mimetransport:401,mimick:413,min:[72,100,173,321],mind:[11,58,246,247,274],mini:56,minim:[11,12,40,52],minimum:[18,49,74,238,246,255,263,321,381,390,391,393,394,396,398,399,400],minlevel:380,minor:[58,97,98,99,100,160,178,183,184,185,186,187,188,236,237,358,374],minpol:321,minssf:345,minut:[72,97,163,238,263,297,320,321,339,387,416],mirapoint:[257,397],mirror:[11,56,411],misbehav:[227,228,230,231,232,233,234],misc:[99,158,263],miscellan:[100,103,104,105,106,107,114,117,120,121,122],misconfigur:259,miscount:220,misinterpret:401,mislabel:220,mislead:[44,45,97,222],mismatch:[74,127,161,286],misnam:97,miss:[58,61,72,74,80,93,96,99,110,137,140,145,147,152,153,154,162,163,164,166,178,185,186,187,188,191,193,196,201,221,222,238,258,265,320,321,327,374,416,419],missing:74,missingok:238,missingstatoverrid:238,mistakenli:105,mit:[41,48,49,66,72,97,366],mithj:74,mitig:[11,284],mitr:[207,208,209,210,211],mix:[44,45,55,58,121,196],mixe:286,mixed:27,mkcalendar:88,mkcol:[88,223,401],mkdir:[51,97,238,311,416],mkf:11,mkgmtime:97,mkimap:[51,238,281,319],mknewsgroup:[263,319],mkstemp:74,mktime:97,mmap:[55,75,97,142,155,169,310,315],mmap_priv:98,mmape:46,mmddyyyi:323,mnenom:56,mobil:413,mod:[6,358],mod_ssl:49,modal:56,mode:4,model:[11,36],moder:287,modern:[18,46,80,152,239,249,411,415],modif:[6,58,81,97,105,242,257,279,297,380],modifi:[41,44,45,49,56,58,60],modified:401,modseq:[27,47,57,58,74,82,83,84,86,87,109,119,143,191,248,321,358,387],modsequ:108,modul:[5,18,41,44,45,47,49],modulo:98,moench:191,moment:[11,51,82,83,84,86,87],mon:[27,275,358,360],mondai:405,monitor:[11,28],month:[6,11,97,301,310,323],monthli:[160,301],mora:[99,100,137,414],more:[3,5,6,7,9,11,12,13,22,26,27,28,30,33,34,36,40,41,44,47,49,51,53,55],moreov:401,morgan:141,morn:326,mortal:[239,411],most:[4,5],mostli:[51,97,98,248,284,321,326,330,352,369,376],motd:[97,297,345,352,369],motto:415,mount:[11,28,59,284,298,310,419],mous:419,move:[10,15,27,36,44,45,47,58,61,65,74,75,77,88,97,98,99,100,133,141,156,162,178,181,182,183,184,185,186,187,188,200,224,237,245],movi:310,mozilla:321,msa:3,msg:[58,61,64,97,344,352,369],msg_base:56,msg_date:344,msg_from:344,msg_id:344,msg_subject:344,msg_uid:344,msgno:68,mss:419,mta:[3,26,40,41,82,83,84,86,87],mtbf:[3,11],mtime:[6,97,122],mua:3,much:[6,11,18,44,48,55,56,58,72,74,75,88,97,98,100,136,137,141,143,153,212,213,214,216,217,218,219,242,248,257,264,280,281,295,321,326],mult:97,multi:[4,5,6],multiappend:[82,83,84,86,87,98,100,401],multilingu:[56,220],multimailbox:401,multipart:58,multipl:[7,8,11,13,28,36,39],multiplexor:257,multipli:55,multipurpos:401,multithread:285,mung:[71,138,321],munge8bit:[120,321,347],mupdat:[7,36,59,74,87,96,99,109,121,122,141,147,150,151,157,164,168,169,174,175,195,197,199,225,237,238,240,256,257],mupdate:[36,109],mupdate_authnam:[259,321],mupdate_config:[102,321],mupdate_connections_max:321,mupdate_password:[259,321],mupdate_port:321,mupdate_realm:[259,321],mupdate_retry_delai:[258,321],mupdate_serv:[259,260,321,363],mupdate_synchron:109,mupdate_usernam:[259,321],mupdate_workers_max:321,mupdate_workers_maxspar:321,mupdate_workers_minspar:321,mupdate_workers_start:321,mupdatepush:[259,330],mupdateslave1:259,mupdatetest:[99,259,260,319],murch:[88,89,92],murchison:[79,97,98,99,289,401,410,414],murder:4,murdermast:258,must:[3,7,11,18,19,31,40,41,44,45,47,49,55,56,58,60,66,68,80,81,87,88,89,91,92,93,95,96,97,100,104,107,109,117,156,160,205,206,207,208,209,210,211,212,213,214,216,217,218,219,237,238,245,246,249,251,252,253,254,255,257,259,261,263,267,271,280,285,286],mutf:97,mutual:[11,40],mvgroup:263,my_next_bestselling_novel:419,my_script:271,mybox:80,myconsist:336,mydb:44,mydestin:3,mydomain:306,myer:97,myhost:306,mynewsgroup:263,mypassword:238,myright:66,myrights:[245,401],mysasl_canon_us:100,myscript:[271,345],myscriptnam:345,mysql:[11,12],myuser:306,nag:41,nagl:104,nah:74,naiv:72,name:[2,3,5,6,7,9,11,15,18,19,27,30,31,33,40,41,44,45,47,48,49,51,52,53,55,56,58,59,61,62,63,66,68,69,71,72,74,80,81,87,88,89,92,93],namelock:[1,46,47,54,57,58],namespac:[3,13,19,27,28],namespace:[33,82,83,84,86,87,97],nas:11,nasti:[59,137,158],nativ:[55,97,257],natur:[11,33,58,247,256,259,261,321],navig:72,ncontent:27,ndate:27,nearli:[212,213,214,216,217,218,219,416],necessari:[11,40,41,47,51,55,58,59,71,74,75,77,78,87,97,100,106,127,237,238,246,257,261,263,280,298,321,361,374,376,416],necessarili:[5,11,38,74,80,285,345],necessit:413,need_sys_errlist:97,needs:76,negligence:81,negoti:[11,68,82,83,84,86,87,93,98,173,261,321,381,390,391,393,394,396,398,399,400,401],neighbour:246,neither:[11,36,74,106,263,289,376,415],nerenberg:97,nest:[44,45,55,62,91,143,321],net:[18,40,51,80,81,100,109,140,237,285,311,340,403],netnew:[41,49,58,97,100,178,182,183,184,185,186,187,188,263,321,386,401],netscap:[97,257,321],netscape:[82,83,84,86],netscapehack:97,netscapeurl:321,network:[7,11,41,46],never:[25,40,47,56,57,58,59,80,97,141,154,246,257,259,263,289,312,321,376,380],new_cr:97,new_fnam:74,newer:[6,44,49,80,97,108,113,120,160,191,220,237,306,321,353,376,380],newest:72,newgroup:263,newhost:87,newimap:237,newlin:[41,97,286],newmailboxptr:47,newman:[97,292,414],newmboxlist:330,newmboxname:74,newmod:56,newnam:[47,345],newnew:321,newnews:[100,263,321,348,364],newpart:47,news2mail:[263,297,345],news:321,newsaddhead:321,newsfe:97,newsgroup:[41,97,100,240],newsgroups:100,newsmast:[263,321],newspeer:[263,321,364],newspostus:[263,321,364],newsprefix:[263,321,364],newsrc:[251,321],newsrc_db_path:[251,321],newsspool:97,newsstamp:348,next:[6,9,11,18,24,25,28,30,44,45,47,48,49,56,58,60,72,74,76,80,82,83,84,85,86,87,178,179,180,181,182,183,184,185,186,187,188,238,246,247,251,257,263,267,271,280,321,326,368,410,416],nfrom:27,nghttp2:49,nginx:[7,36,240,256,259],nic:[3,40,189,414],nice:[74,141,257,286],nicknam:[6,189],nicola:414,night:[239,301,411,415],nightli:[51,246],nil:[27,58,164,297,321,387],nis:40,nist:321,nix:[87,237],nmessag:27,nmime:27,nntp:[13,35,41,49,51,58,87,96,100,114,140,238,240,257,259],nntpclient:[51,237],nntpd:[87,100,111,112,114,139,140,143,146,157,238,259,263,280,319,321],nntptest:319,nntptimeout:[114,321],no_atomic_rename:[82,83,84,86,87],no_received:27,no_relays:27,noarg:55,noauth:321,noauthent:345,nobodi:[0,71,85,405],nodaemon:380,node:[3,7,11,13,36,284,321,330],noinferior:245,noisi:[51,321],nomin:410,non:[7,12,33,41,44,45,46,47,56,58,59,68,74,80,87,88,93,97,98,110,126,131,139,160,161,164,190,196,197,203,220,221,224,240,242,243,244,246,257,272],nonconform:292,none:[6,11,15,19,28,88,91,160,227,228,230,231,232,233,234,238],nonexist:[74,97,162,191,198,200,321,359],nono:293,nonsens:147,nonzero:[58,68],noop:139,nopasswd:51,nor:[36,60,74,106,246,247,263,267,301,315,318,321,339,376,402],norbert:161,norc:345,normal:[6,11,13,38,41,44,45,49,52],normalis:[190,230,233,234,321],noselect:[97,141,257],nosync:[100,332],notabl:[99,321],notat:[321,323,336,401],note:[1,2,4,7,9],notebook:413,notes:52,notesmailbox:321,notfound:66,noth:[3,11,25,56,57,64,97,147,199,239,253,257,298,321,376,411],notic:[0,41,44,58,72,74,80,81,97,98,99,100,154,238,312,321,374],notice:41,notif:13,notifempti:238,notifi:[11,41,75,87,96,99,100,102,160,238,251,266,271,285,321,344,350,352,354,355,363,365,366,367,369,379,383,384,401],notify:[27,401],notify_extern:[321,365],notify_unix:98,notifyd:[41,87,99,163,178,180,181,182,183,184,185,186,187,188,238,248,319,320,321,350,352,354,355,363],notifysocket:[96,238,251,266,321,365],notl:[173,345],notspam:321,notwithstand:[3,11,13],nov:358,now:[5,9,11,28,30,33,41,44,46,47,48,53,55,56,58,61,72,74,75,80,81,82,83,84,86,87,96,97,98,99,100,102,104,105,106,117,122,125,131,132,133,134,136,145,146,147,149,150,151,152,155,156,158,160,161,162,163,164,165,166,167,168,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,216,217,218,219,220,221,222,223,225,227,228,230,231,232,233,234,237,238,245],nreceiv:27,nss:[41,244],nss_ldap:[41,244],nsubject:27,nthi:27,ntht:401,ntlm:[93,401],nto:27,ntoz:249,nuanc:275,nul:[56,75],num:[28,41,58],num_record:47,number:[4,6,7,9,11,15,25,27,30,34,41,47,48,52,55,56,58,62,64,75,76,80,96,97,98,99,100,102,110,154,156,157,160,174,178,180,181,182,183,184,185,186,187,188,220,224,236,239,246,247,257,259,261,263,268,270,273,279,280,285,290,295,297,308,310,312,320,321,323,324,336,339,341,345,349,350,352,354,355,357,358,364,365,366,367,369,376,379,380,388,390,391,393,394,396,398,399,400,410,411,416],numrecord:58,nurtur:11,nvfsbc:74,nwdiag:52,nye:414,nyota:33,o_dsync:99,o_rdwr:55,obata:[139,140,220,223],obei:[46,97,110,145,160,321],obfusc:5,object:[3,11,41,44,47,49,58,61],object_storage_:[178,180,181,182,183,184,185,186,187,188],object_storage_dummy_spool:321,object_storage_en:321,objectclass:321,objectid:401,objectstor:[178,180,181,182,183,184,185,186,187,188],obligatori:382,obscur:[71,97],observ:[9,30,247],obsolet:[58,156,245,321,401],obstacl:401,obtain:[3,5,40,41,47,66,74,91,97,238,245,246,261,276,301,321,326,392],obviou:[257,285],obvious:[74,246,301,321],obviousli:12,occas:59,occasion:[55,58,61,97,286],occur:[8,11,19,27,44,45,56,74,75,80,97,100,125,152,153,160,196,204,206,207,208,209,210,211,212,213,214,226,227,228,230,231,232,233,234,235,236,246,248,257,258,261,268,271,280,303,312,321,326,339,359,376,380],occurr:321,oceana:[97,98,99],oct:[27,358],octal:238,october:65,odd:[236,374],off:11,offer:[10,11,18,156,160,256,259,301,321,380],offic:413,office:[81,96,238,239,265,401,413,416],offici:[90,404,416],offlin:11,offset:[55,56,58,74,75],offset_header_crc:58,offsit:280,offsite_shutdown:280,offsite_shutdown_fil:280,offsite_sync_host:280,offsite_sync_port:280,offsite_sync_repeat_interv:280,offsitesync:280,often:[5,7,11,26,36,41,44,55,58,72,238,242,263,266,283,301,312,390,391,393,394,396,398,399,400,403,413],ogri:[222,228,230,231,232,233,234],ohio:[98,313],okai:[61,246],old:[11,25,44,46,47,48,49,51,52,55,57,58,72,74,77,80,81,96,97,109,134,139,142,154,160,162,164,191,203,237,238,245,268,271,321,323,328,330,332,345,375,386],old_config_virtdomain:80,older:[2,6,15,48,51,66,72,74,75,80,81,82,83,86,87,97,108,110,141,147,152,160,202],oldest:[72,147],oldimap:237,oldmailbox:47,oldmailboxid:27,oldmboxname:74,oldnam:345,oldschool:321,olduidset:27,olivier:139,olson:[88,331],omit:[41,55,160,244,261,321,336,376],on_backend:9,onc:[9,11,27,30,44,45,55,56,58,59,72,74,95,97,98,100,102,104,136,137,230,233,234,246,247,254,257,263,285,286],once:[3,40,48,53,66,71,72,87,90,95,237,238,246,257,259,260,278,280,390,391,393,394,396,398,399,400,410,416],ondrej:[113,158],one:[6,11,49,56,238],ongo:15,onli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48],onlin:[11,28,48,71,80,246,257,271,345,405],only:[6,9,11,30,44,45,49,55,88,91,97,100,114,238,242,246,247,261,301,321,325,327,339,353,360,362,364,365,373,376,380,381],onto:[7,15,60,79,97,267,384,392],onward:15,opaqu:[44,45,60,267],opcod:75,opcode:75,open:[11,13,36,41,44,45,47,49,55,57,58,59,71,74,80,97,98,99,109,136,139,152,155,160,178,180,181,182,183,184,185,186,187,188,237,238,248,257,261,284,301,310,321,326,390,391,393,394,396,398,399,400,406,414],openbsd:[142,155,222],opene:44,openio:[178,180,181,182,183,184,185,186,187,188,321],openio_:[178,180,181,182,183,184,185,186,187,188],openio_account:321,openio_autocr:321,openio_namespac:321,openio_proxy_timeout:321,openio_rawx_timeout:321,openio_verbos:321,openldap:[49,100],openssl:[18,49,97,99,115,147,160,176,178,181,182,183,184,185,186,187,188,259,286,289],opensuse:[2,12,81],oper:[3,6,8,11,15,18,19,33,41,42,44,47,49,52,55,58,59,60,70],opera:160,operat:[240,246],opinion:11,opportun:[11,28,284,301,321],oppos:[3,58,97,160,245,274,301,345,403],opposit:[44,45,374],opt:[238,289,294],opt_mailbox_deleted:47,optim:[7,11,41,56,97,110,257,284,307,413],optimis:[74,178,180,181,182,183,184,185,186,187,188,224,227,228,230,231,232,233,234,321],optimize:97,option:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87],optional:4,options:[52,129,326,327,333,334,340,376,385],order:[3,9,12,19,30,40,41,42,44,45,49,52,55],orderedsubject:[82,83,84,86,87],ordinari:74,org:[3,5,11,18,19,27,28,33,36,38,40,48,51,55,65,69,70,72,99,100,137,141,207,208,209,210,211,236,271,275,277,280,281,283,321,322,325,329,336,340,362,373,387,406,414,416],organ:[6,7,11,19,24,27,55],organis:271,organizer:[76,163],orient:[11,47],orig:77,origin:[3,5,11,44,53,74,75,77,81,99,130,158,245,273,275,280,292,301,321,326,341,376,411,413,414],original_repository:53,origlist:341,ornl:99,orst:141,oshrin:[410,414],osi:11,ostens:74,other:[3,5,7,9,11,12,13,18,19,22,25,30,31],other_funct:55,othercond:55,otherwis:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420],otp:[390,391,393,394,396,398,399,400],ouch:[44,141],our:[3,49,52,66,70,71,74,76,80,81,84,94,99,156,160,236,237,238,250,253,254,257,261,284,290,310,330,402,406,416],ournew:263,ourselv:[68,71,74],out:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420],outag:[74,260,284],outbound:285,outbox:20,outbox_sendlat:[214,216,217,218,219],outbuf:56,outcom:41,outer:99,outgo:[221,263],outindex:56,outlen:56,outlin:[0,5,11,27,237,260],outlook:[102,161,259,321],output:[18,41,44,52,56,58,60,68,72,74,75,80,88,97,99,100,114,127,130,131,142,173,237,238,267,275,278,297,321,323,324,325,326,327,329,330,331,332,333,334,336,339,341,344,345,346,350,352,353,354,355,358,359,363,364,366,367,369,370,373,378,379,384,387,388,392,419],outputfil:377,outsid:[3,27,40,41,56,113,128,146,171,248,263,289,290],outstand:99,over:[5,7,11,36],overal:[11,58],overcom:257,overflow:[99,100,109,111,115,138,139,147,174,189,197,321],overhead:[6,11,41,88,270,271,312],overlai:75,overload:[260,295,339],overlook:419,overquota:220,overrid:[56,58,74,97,100,133,147,228,230,231,232,233,234,237,263,280,297,321,350,376,381],overridden:[44,65,76,251,321,344,345,375],overrun:[80,100,165,190],overshadow:413,overtur:66,overview:[1,4],overwrit:[44,68,77,99,108,197],overwritten:[58,392],own:[1,3,7,11,27,31,33,38,40,41,44,45,51,52,53,74,77],owner:[27,33],ownership:[18,71,238,299],p615:310,p630:310,pace:247,packag:[2,19,49,51,52,65],packet:[239,312,411],pad:[75,321],page:[1,18,19,48,49],pai:96,pair:[6,11,61,213,214,216,217,218,219,252,285,288,321,327,362],pairwis:51,palauzov:[139,141],pam:5,pam_deni:18,pam_ldap:[41,244],pam_nologin:18,pangolin:87,paragraph:[74,246,320,419],parallel:[11,295],param:[66,321],paramet:[9,11,18,27,30,44,45,46,47,49,51,55,56,62,75,76,88,93,97,100,161,169,190,223,224,237,248,259,261,299,301,321,380,397,401],paranoia:156,paranoid:98,parcel:344,pardon:3,parent:[9,10,30,41,74,142,166,193,224,243,245,247,257,259,263,266,321,345],parent_id:74,parenthes:[55,62,345],parentid:66,pariti:11,parlanc:80,pars:[47,62,68,74,75,97,98,99,102,104,105,131,134,138,145,153,156,158,160,189,200,228,230,231,232,233,234,246,261,263,271,321,327,341,374],parser:[75,97,321],part1:[9,30,247,249,253,254,321],part2:[9,30,247],part3:[9,30],part4:[9,30],part:[3,5,11,13,19,27,33,40,41,44,45,47,52,56,58,63,71,74,75,80,85,86,93,97,98,99,100,105,145,166,178,183,184,185,186,187,188,193,220,244,247,257,258,259,263,280,301,311,321,328,334,345,362,376,380,401,411,413,419],parta:[9,30],partb:[9,30],parti:[5,19,27,70,110,248,321],partial:[74,97,98,100,178,183,184,185,186,187,188,203,280,315,321,325,339,380],particip:[7,11],particular:[5,7,9,11,12,28,30,41,53,58,74,85,97,98,99,100,109,178,180,181,182,183,184,185,186,187,188,228,230,231,232,233,234],particularli:[11,44],partit:[3,4,6],partition:74,partition_mod:9,partition_mode_exclud:[9,30],partition_mode_soft_usage_limit:[9,30],partition_mode_usage_reinit:9,partition_select_exclud:[30,259,321],partition_select_mod:[9,30,247,259,321],partition_select_soft_usage_limit:[30,247,259,321],partition_select_usage_reinit:[30,247,259,321],partli:11,partlist:74,partlist_local_init:74,partlist_local_select:74,partner:[11,61],partstat:76,pass:[40,41,44,45,46,47,48,49,55,56,59,72,74,75,79,80,93,95,97,98,140,154,239,246,257,280,321,325,345,356,380,390,391,393,394,396,398,399,400,410,411],passiv:11,passphras:5,passwd:[41,82,83,84,86,87,97,238,244,390,391,393,394,396,398,399,400,416],password:[5,18,28,41,53,66,82,83,84,86,87,93,97,98,140,156,224,238,259,263,271,311,321,348,352,369,390,391,393,394,396,397,398,399,400,401,416],password_column:18,password_crypt:18,past:[6,44,46,48,52,58,72,147,158,238,261,321,323,327,409],pat:56,patch:0,path:[3,9,11,19,27,30,49,51,57,63,65,72,74,80,88,97,127,147,149,156,158],pathnam:[15,99,238,249,250,251,253,254,321,416],patholog:[161,246],pattern:[6,11,45,52],paul:[154,220,257],paus:[321,380],pavel:[189,200,203],payload:[3,11,36,284,321],pcre:[49,104,154,158,192,197,416],pdf:160,peek:[33,46],peer:[100,263,321,348],peernam:348,pem:[238,413],penalti:11,pend:[85,137,261,410],peopl:[33,55,71,72,80,97,98,260,290,315,388],per:[6,11,40,41,44,45,56,57,58,59,74,88,89,90,93,97,98,102,104,117,122,137,152,160,205,216,218,219,220,228,230,231,232,233,234,237,240,245,246,249],perceiv:321,percent:[9,30,76,247,259,268,321],percentag:[9,28,30,97,247,326],percentil:30,perdit:[256,257,259],perfectli:[0,11,44],perform:[4,6,7,9],performance:81,perhap:[11,24,33,41,244,267,284],perimet:[7,36],period:[11,41,44,74,88,95,96,98,178,179,180,181,182,183,184,185,186,187,188,238,246,247,261,263],perl5lib:238,perl:[49,51,52,66,74,97,98,99,113,139,154,156,158,178,181,182,183,184,185,186,187,188,196,199,221,237,238,275,345,349,361],perman:[9,30,41,97,268,275,278,301,321,401,413],permiss:[5,7,19,41,48,55,68,72,81,91,99,197,238,245,257,263,271,300,304,321,345,416,419],permit:[7,13,18,33,41,44,57,81,97,199,245,259,321,364,413],persia:51,persian:[51,239,411,415],persist:[59,97,238,257,321],person:[1,5,13,19,27,28],perspect:[33,301],pertain:96,pertin:268,peski:98,petabyt:11,pf_inet:349,pghmcfc:387,pgp:263,pgsql:[12,49,321],phase:[58,75,411],philip:[136,141],philipp:[136,141,163,190],phish:344,photo:[39,92,419],php:237,phpdomain:52,phrase:[48,72,390,391,393,394,396,398,399,400,419],phx2:387,physic:[3,11,249,254,321],pick:[38,48,72,74,97,238,321,381,416],pictur:[11,238,416],pid:[27,64,280,285,299,311,321,357,390,391,393,394,396,398,399,400],pidfil:[99,357],piec:[19,44,49,71,80,97,109,261,419],pile:[137,138],pine:[97,106,259],ping:257,pip:49,pipe:[74,133,294,345,390,391,393,394,396,398,399,400],pipelin:[121,401],pipelining:238,pipermail:65,pittsburgh:81,pkg:[49,164,237],pkg_config_path:65,pkgconfig:[49,65,196],pki:[238,416],place:[7,19,25,31,44,46,47,52,55,58,72,75,80,87,96,99,102,223],placehold:419,placement:257,plai:[55,61,286],plain:[5,27,41,49,58,82,83,84,86,87,97,120,156,173,238,260,271,309,321,326,345,387,390,391,393,394,396,398,399,400,401],plaintextloginalert:[100,114,321],plaintextloginpaus:[97,174,321],plan:[4,7,11,18,44,47,52,53,71,87,90],plane:56,planner:71,platform:4,pleas:[3,7,11,12,24,25,41,48,49,72,81,82,83,84,85,86,87,94,96,160,164,165,166,190,191,192,193,200,202,203,206,207,208,209,210,211,212,213,214,216,217,218,219,237,239,242,247,249,250,251,253,257,261,265,271,280,281,287,292,299,309,323,336,380,386,392,402,416],pleasur:79,plu:[11,74,97,100,160,242,246,261,301,321,380],plug:[129,130,132,133,406],plugin:[93,97],pmr:310,png:49,pod:[49,52,178,181,182,183,184,185,186,187,188],point:[3,4],pointer:[44,45,46,55,56,60,68,75,79,97,100,157,223,267,321,401],poitra:414,poke:[74,246],pokorra:202,polici:[3,56,84,257,321],poll:[76,321],pollin:42,pollstatus:76,pom:[49,52,178,181,182,183,184,185,186,187,188],poni:415,poodle:401,pool:[55,99,249,250,253,259],poor:[74,380],poorli:259,pop3:4,pop3_last_login:74,pop3_new_uidl:[58,108,358],pop3_show_aft:74,pop3d:[87,97,98,100,110,174,222,238,259,280,285,286],pop3newuidl:297,pop3proxyd:[87,99,100,319],pop3s:13,pop3showaft:345,pop3test:[99,319],pop:[8,18,35,40,41,58,61,63,64,110,238,239],popd:143,popexpiretim:321,popminpol:[97,166,193,238,321],poppollpad:321,popsubfold:[102,321],poptimeout:[58,297,321],popul:[88,258,330],popular:[3,11,145,413],popuseacl:[100,321],popuseimapflag:[110,321],port:[11,18,68,74,96,97,98,102,216,217,218,219],portabl:[44,75,97,98,99,100,139,140,329,330],portaddr:349,portion:[246,321,390,391,393,394,396,398,399,400,413],pose:33,posit:[11,56,58,74,320],posix:[10,35,41,192,244],possibl:[3,6,11,18,25,41,44,45,52,55,56,57,58,59,63,68,74,80,88,95,97,98,99,100,108,237,238,244,246,248,249,257,258,259,263,275,291,292,301,310,313,320,321,345,374,380,390,391,393,394,396,398,399,400,410,416],post:[26,28,41,66],postabl:379,postal:[239,411,415],postconf:416,postfix:[3,41,87,238,257,263,271,295,321],postfold:306,postgresql:[12,18,49,107],postman:259,postmast:[33,321],postpon:98,postrot:238,postus:[63,245,321],potenti:[5,11,74,97,99,107,109,154,237,242,246,257,279,321],power4:310,power:[11,13,14,41,58,65,284,404],ppc:191,practic:[11,36,41,44,45,55,74,246,284],prade:[193,203],prancer_sync_host:340,pre5:181,preauth:105,preauthent:41,preauthor:[354,355,367],preced:[40,56,58,74,297,321],precis:[11,38,44,87,242],preclud:321,precomput:75,predecessor:321,predefin:2,predict:[11,80,246,310],preemptiv:74,prefer:[3,6,28,41,49,51,71,87,95,96,97,131,146,160,238,263,271,290,301,308,309,321,344,374,401,419],prefix:[24,33,41],prefork:[74,87,141,238,246,259,263,271,273,320,324,349,350,352,354,355,363,365,366,367,369,379,383,384,416],pregener:[178,181,182,183,184,185,186,187,188],preliminari:[98,99,176,178,180,181,182,183,184,185,186,187,188],prematur:[68,321],prepar:[44,51,88,89,140,141],prepend:[254,321,364],prerequisit:42,prese:5,presenc:[80,95,278,401],present:[33,56,58,69,74,91,96,133,153,154,238,242,251,257,265,280,318,321,330,339,345,347,381,390,391,393,394,396,398,399,400,416,419],preserv:[11,24,41,52,74,98,104,121,164,196,245,246,278,306,321,326,374,376],press:[283,419],presum:[56,74,258,284],pretend:245,pretti:[44,45,51,74,79,242,248,257,310,335],prevent:[3,11,36,40,64,74,84,88,89,92,96,97,99,105,122,200,214,216,217,218,219,257,284,289,299,314,321,328,382],preview:[52,321],previou:[11,56,58,72,74,97,147,192,238,250,255,257,275,340,368,413],previous:[9,30,56,60,74,96,97,99,160,174,178,182,183,184,185,186,187,188,191,247,267,321,339,376],prevost:97,price:11,primari:[11,19,40,53,203,239,257,285,286],primarili:[6,11,247,357,413],primary:6,prime256:321,prime256v1:[146,160,321],primit:59,princip:[41,238,244,271,321,322,345,381,382,401],principl:[9,11,80,247],prindevil:[136,141],print:[11,68,80,97,140,145,147,154,162,275,330,335,336,340,342,344,349,353,362,373,375,388,390,391,392,393,394,396,398,399,400],printabl:97,printable:27,printer:330,printf:[68,97],prior:[4,7,9,10,30,74,81,88,93,97,160,191,197,237,238,245,266,301,320,321,344,376,410,411,415],priorit:11,prioriti:[11,74,321],priv:321,privaci:[5,97,324,350,352,364,366,369,383,413],privat:[13,35,161,192,221,238,263,292,321,345,390,391,393,394,396,398,399,400,406,413,416],privileg:[11,18,35,36,41,88,243,257,357,416],pro:260,probabilist:49,probabl:[9,15,18,30,41,47,55,58,62,64,72,74,98,102,160,246,247,256,259,275,278,298,313,326,345,374,381,416],probe:321,problem:[8,28,33,41,49,51,56,71,72,74,80,97,98,99,100,108,109,120,121,122,133,161,200,237,238,251,257,259,271],problemat:[11,75],proc:10,proc_path:[10,96,157,238,251,321],proce:[75,80,410],procedur:[74,97,240],proceed:[48,72,257],process:[0,3,5,10,11,12,19,25,35],processor:56,procfnam:97,procp_result:[44,45],produc:[41,49,52,56,81,131,173,190,238,246,271,280,321,323,326,333,344,345,346,368,376],product:[2,11,18,51,81,99,217,218,219],profession:[0,310],profil:[3,53,401],profits:81,program:[2,41,56,74,80],programoutput:52,progress:[66,85,88,98,160,246,380,397,411],prohibit:[11,315,321],project:[12,50,53,71,80,81,82,83,84,86,87,160,174,239,290,323,406,410,411,412,413,414,415],prometheu:[93,207,208,209,210,211,212,213,214,216,217,218,219,255,321,368],prometheus_en:[255,321,368],prometheus_need_auth:[255,321],prometheus_stats_dir:[255,321],prometheus_update_freq:[255,321,368],promin:[11,301],promot:[74,81,106,284,321],prompt:[41,48,72,97,98,238,299,345,390,391,393,394,396,398,399,400,419],promstatsd:[220,255,319,321],prop:128,propag:[257,263,357],proper:[75,76,87,96,238,263,265,268,299,321,416],properli:[18,44,45,56,97,99,104,114,126,155,157,161,163,164,169,192,201,221,259,292,321,344,352,365,369],properti:[6,56,76,88,145,199,201,223,238,246,321,335,401,416],propfind:[88,131,191,238],propnam:131,proport:263,propos:[56,257,410],proppatch:88,proprietari:287,propstat:76,prot:[1,54,55],prot_addwaitev:[60,79,267],prot_fil:[74,97],prot_fill_cb:74,prot_flush:99,prot_printf:97,prot_removewaitev:[60,79,267],prot_select:267,prot_waitev:[60,267],prot_waiteventcallback_t:[60,267],protallow:68,protect:[11,18,41,57,68,74,82,83,84,86,87,93,97,98,115,147,174,195,222,227,228,230,231,232,233,234,257,321,324,350,352,364,366,369,370,383,390,391,393,394,396,398,399,400],proto:[74,87,238,320,349,350,352,354,355,363,365,366,367,369,379,383,384],protocol:[1,4],prototyp:97,protstream:[60,267],prove:[41,244],provid:[3,5,6,7,8,10,11,12,13,14,15,19,22,27,33,40,41,44,45,46,48,49,53,55,58,65,70,71,72,74,80,81,84,88,90,93,96,97,99,100,136,160,217,218,219,222,227,228,230,231,232,233,234,237,238,242,244,247,248,252,256,257,259,263,265,266,268,280,285,290,313,320,321,326,334,335,336,337,340,344,345,347,349,351,356,368,372,373,375,376,380,381,383,401,402,411,413,414,416],provis:[11,20,66],provision:[13,321],prox:[100,114],proxi:4,proxy:321,proxy_and_backend:321,proxy_authnam:[259,321],proxy_compress:321,proxy_password:321,proxy_realm:321,proxyd:[79,87,98,100,102,257,259,319,321],proxyd_allow_status_referr:321,proxyd_disable_mailbox_referr:[141,257,321],proxyserv:[97,145,259,321],prune:[275,302,323,339,385],pselect:[174,175],pseudo:[9,30,247,259,263,321],psuedo:47,ptclient:[5,97,202,203,251,266,321],ptdump:[97,165,319],ptexpir:[165,319],pthread:313,ptloader:[5,41,49,97,99,100,152,165,169,244,251,266,319,321],ptloader_sock:[251,266,321],ptr:75,pts:4,pts_modul:[321,372],ptscach:4,ptscache_db:[160,321,371],ptscache_db_path:[96,165,203,238,251,321],ptscache_timeout:321,ptskrb5_convert524:321,ptskrb5_strip_default_realm:321,ptsmodule_standard_root_dn:169,ptsock:[251,266,321],pub:39,publican:419,publicli:311,publish:[72,419],pull:50,punctuat:[56,320],purchas:28,pure:[49,58,74,88,257],purg:[11,24,25,27,58,102,138,160,263,284,286,298],purifi:97,purpos:11,purposefulli:25,purposes:55,purview:41,push:[27,36,48,50,53,58,72,74,160,178,180,181,182,183,184,185,186,187,188,240],put:[1,11,15,19,36,41,56,72,74,75],pwcheck:[87,97,238,321],pwcommand:97,pwd:345,pwer4:310,python2:220,python:[49,52],q01:[82,83,84,86],qop:130,qos:[136,321],qosmark:321,qresync:[25,58,87,136,140,143,301,321,401],qualif:3,qualifi:[3,33,40,321,345,364],qualiti:[257,308],quantiti:28,queri:[47,66],querychang:321,question:[7,33],queu:315,queue:[38,41,268,315,321,357,413],quicker:[228,230,231,232,233,234],quickest:51,quickli:[25,58,74,237,238,242,301,380,413],quickstart:406,quiesc:[252,321],quiet:321,quietli:373,quit:[3,18,41,44,47,74,80,97,98,109,238,253,257,270,271,321,345,374],quot:[68,97,99,157,261,320,321],quota:4,quota_db:[41,160,251,252,268,321],quota_db_path:[251,268,321],quota_legaci:6,quota_use_convers:321,quotadb:[100,197],quotalegaci:4,quotaroot:[6,74,99,100,102,143,158,251,257,321],quotawarn:[41,268,321],quotawarnkb:[268,321],quotawarnmsg:[268,321],quoted:27,quux:55,r7dfjm9k083763:344,race:[57,58,59,74,98,100,145,147,154,155,189,214,216,217,218,219,284,321],racl:[237,328],radio:419,raid:[11,58],raii:55,rain:[239,411,415],rais:[11,27,80,345],ralf:[160,414],ram:[7,96,251],ran:[11,80,260,413],rancid:330,random:[9,18,30,74,97,98,110,247,259,275,287,308,321],randomli:121,rang:[47,56,59,97,104,113,115,126,131,145,146,147,171,174,321,323,341,380,401],rank:388,rare:[22,44,154,257,259],raspberri:11,rate:[11,280,321,357],rather:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420],ratio:[246,326],rational:[257,292],raw:[44,58,88,238,246,326,342],rawx:321,raymond:414,rc1:177,rc2:[72,177],rc3:177,rc4:177,rcpt:[40,98,238],rdate:76,rdn:5,reach:[9,30,166,193,247],reachabl:312,reactiv:74,read:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43],read_index_record:47,readabl:[6,19,41,57,71,88,237,275,321],reader:[41,47,58,100,323,364],readership:323,readi:[0,56,65,72,82,83,84,86,87,97,220,237,238,259,261,283],reading:44,readir:107,readlin:[49,345],readme:[97,178,180,181,182,183,184,185,186,187,188],readonli:321,real:[11,12,40,41,74,80,212,213,214,216,217,218,219,228,230,231,232,233,234,285,310,351,404,413],realist:72,realiz:56,realli:[0,9,15,30,38,55,56,74,246,247,280,289,292,301,310,321,349,357],realloc:56,realm:[3,5,18,33,41,63,244,321,390,391,393,394,396,397,398,399,400],reappear:141,reason:[11,12,41,44,48,55,74,80,96,97,250,253,271,298,299,302,307,310,314,321,344,352,368,369,402,413],reauth:[99,390,391,393,394,396,398,399,400],reauthent:97,reboot:[41,238,298],rebuild:41,rebuilt:[6,80,97,237,331],recal:56,recalcul:[41,237,278,327],receiv:[7,18,19,26,27,36,39,40,41,49,68,74,82,83,84,86,87,97,98,216,217,218,219,238,246,257,259,260,261,263,268,288,315,321,326,347,351,357,402,404,412,416],recent:[6,11,12,44,47,56,58,66,74,80,88,96,97,178,180,181,182,183,184,185,186,187,188,194,202,221,222,242,245,249,266,321,326,349,374],recenttim:74,recentuid:[47,74],recipi:[3,6,19,40,41],reckon:74,recno:47,recogn:[56,97,397],recognis:[74,150,151,167,168,194,195,222,225,237,340],recognit:175,recommend:[4,6,7],recommended:321,recompact:44,recompil:[95,178,185,186,187,188,246,308],recompress:74,reconfig:[74,321],reconfigur:[40,69,257,260],reconnect:[36,99,132,257,258,259],reconstruct:6,record:[6,11,18,25,41,44,45,46],record_crc:58,recov:[11,24,25,28,41,74,104,200,238,246,256],recover:[11,246],recoveri:[11,25],recreat:[141,160,237,238,251,275,327],recur:[76,126,220],recurrence:76,recurs:[55,58,74,80,98,275,321,327,345,353,374,376,380],recursivematch:198,recv:[275,349,387],recycl:357,red:[2,12,81],redact:79,redbot:131,redefin:[224,266],redesign:97,redfish:[136,141],redhat:[49,70,291],redirect:[6,50,66,75,77,98,99,203,271,288,321,345,357,401],rediscov:[191,374],redistribut:81,redo:97,reduc:[25,41,47,55,66,74,90,97,102,106,122,139,237],reduct:[257,285],redud:99,redund:[3,4],refactor:[75,98,191],refcount:[44,47,74],refer:[3,5,6,7,12,14,19,33,40,41],referenc:[52,97,271,321,380,401],references:[82,83,84,86,87,98,146],referr:[41,99,100,120],referrals:[82,83,84,86,87,257],reflect:[97,160,257,261],reformat:58,refresh:[9,11,30,46,247,401],refus:[74,97,216,217,218,219,345],regard:[11,81,321,404],regardless:[6,7,11,41,44,45,56,91,109,243,245,252,321,347,376,410],regener:[41,75,237,246],regex:[192,202,222,271,321,401],regim:46,region:310,regist:[3,27,44,45],registr:[321,401,402],registrar:3,regress:[50,80,100,145,154,158],regul:24,regular:[33,44,45,49,52],regularli:[11,44,52,71,72,299,326,368],regulatori:[11,25],rehash:[99,142,143,144,252,319,321],reindexti:380,reinsert:61,reintroduc:105,reject8bit:[97,321,347],reject:[41,74,75,97,98,99,113,156,161,164,200,203,221,223,271,286],rel:[11,30,58,237,246,263,321,326,345],relai:314,relat:[5,6,11,19,30,31,35,41,75,80,97,98,99,100,108,160,246,247,248,249,253,271,280,321,376,401,404,416,419],relationship:[5,246,321,324],relax:140,releas:[1,2,12],relev:[6,11,18,41,52,72,74,93,178,179,180,181,182,183,184,185,186,187,188,246,270,321,380,402],reli:[68,80,96,99,247,257,380],reliabl:[44,143,155,176,178,179,180,181,182,183,184,185,186,187,188,227,228,230,231,232,233,234,315,411],reload:[240,272],reloc:[87,237,251,345],remain:[11,24,25,44,48,58,59,61,69,76,93,197,245,246,248,275,280,284,301,312,326,339,376,381,410,413,414],remaind:[40,80],remap:322,rememb:[18,48,56,72,74,98,237,247,336,402],remind:27,remot:[18,40,48,53,72],remote:[41,161,244],remotepurg:99,remount:419,remov:[7,11,24,25,27,36,40],removeflag:75,renam:[19,24,36],rename:[36,74,97,98,99,122,142,245,257,321,345],renameing:104,renamemailbox:[275,281],render:[19,52,160],renew:97,renm:345,renounc:97,renown:414,repack:[47,57,58,59,65,154,336],repair:11,repeat:[52,58,175,246,321,381],repl1:280,repl1_shutdown:280,repl1_shutdown_fil:280,repl1_sync_host:280,repl1_sync_repeat_interv:280,repl1sync:280,repl2:280,repl2_shutdown:280,repl2_shutdown_fil:280,repl2_sync_host:280,repl2_sync_repeat_interv:280,repl2sync:280,replac:[11,44,45,47,49,52,55,60,66,74,76,90,91,97,100,133,136,160,191,238,239,245,247,254,259,267,271,275,292,321,327,401,413,416,419],replace:401,replai:[158,280],repli:[11,58,68],replic:[1,3,4,6],replica:[11,18,61,108,121,152,154,246,251,257,261],replman:280,reply:76,replyto:321,repopul:74,report:[0,24,41,49,80,88,95,97,98,99,109,112,131,140,147,154,156,158,163,164,165,166,189,190,191,192,193,196,199,202,203,220,221,237,238,255,314,315,321,323,326,330,338,344,351,358,368,373,374,376,380,381,401],reportmessag:90,repositori:[44,48,50,51,52],repository:53,repres:[56,60,62,63,68,74,75,213,214,216,217,218,219,247,261,267,347],represent:[6,33,41,69,75,97],reproduc:[11,81,304],reputedli:160,request:[9,11,19,30,36,41,44,50],requeu:41,requi:238,requir:[3,4,5,6,7,8,10,11],require:55,reread:[98,357],rerun:80,reschedul:[60,79,267],rescu:[25,321],research:[112,140,414],resent:321,reserv:[33,61,74,81,99,192,197,257,258,259,261,328,345],reserve:[61,74],reserved:[59,257],reset:4,resid:[6,7,15,27,36,41,88,89,91,92,160,249,250,253,257,261,263,301,321,387],resign:410,resili:74,resolut:[58,97,413],resolv:[11,40,75,98,203,257,259,260,321,341],resourc:[1,6,10,27,34,41],resource_acquisition_is_initi:55,respect:[9,27,28,30,40,68,80,93,100,102,205,212,213,214,216,217,218,219,227,228,230,231,232,233,234,245,249,257,310,321,326,339,345,376,416],respond:[11,33,36,74,242,261,314,321,324,349,350,352,354,355,363,364,366,367,369,379,384],respons:[6,18,25,33,44,46,58,60,61,66,74],rest:[3,11,36,44,51,55,58,59,72,74,75,200,237,246,263,280,321,397],restart:[44,59,72,74,100,223,237,238,246,249,259,260,263,279,280,295,306,311,320,321,357,381,419],restful:321,restor:[24,41],restore:74,restore_authnam:[321,376],restore_password:[321,376],restore_realm:[321,376],restrict:[5,11,14],restructur:[48,49,52,178,181,182,183,184,185,186,187,188],restructuredtext:160,result:[3,6,11,18,19,25,33,36,40,52,55,56,63,68,72,74,75,80,88,97,102,131,142,160,191,193,220,238,242,257,259,261,274,280,284,289,291,294,295,301,303,306,315,321,327,336,344,357,380,401,419],resulting:81,resum:246,resurrect:202,resync:[33,259],resynch:259,resynchron:[97,257,401],ret:56,retain:[25,59,81,301,321,355,367],retest:80,retext:52,retri:[44,45,74,259,268,295,321],retriev:[3,6,9,30,76,97,242,247,263,301,316,321,348,392,401],retrofit:307,retyp:[82,83,84,86,87],reus:[74,98,99,100,108,130,168,195,238],reuse:55,rev1:282,rev4:[96,238,265,416],reveal:[236,411],revers:[36,40,57,74,100,178,180,181,182,183,184,185,186,187,188,314,321],reverseacl:[178,180,181,182,183,184,185,186,187,188,192,227,228,230,231,232,233,234,237,321,328],reverseuniqueid:[227,228,230,231,232,233,234,321],revert:[100,237,345],review:[7,23,53,71,99,259,263,340,410,416],revis:[53,58,411,413],revisit:[230,233,234],revoc:321,revok:241,rewit:47,rework:110,rewrit:[47,49,58,59,75,143,153,157,191,202,321,327,374],rewritten:[58,59,99,136,321],rewrot:[98,102,107,129,131],rfc1234:55,rfc2046_strict:[99,321],rfc2047_utf8:[292,321],rfc3028_strict:[100,321],rfc3501:345,rfc3977:100,rfc4315:100,rfc6203:202,rfc822:58,rfc:[6,8,12,13,14,27,33,34,36,41],rhost:74,rich:[14,241,321,413],richard:414,rid:[49,97],rider:[239,411],right:[5,6,7,11,14,33],rightmost:80,rights:[82,83,84,86,87],ripe:96,risk:[11,44,97,174,344],rivera:220,rjs3:63,rlist:[161,257],rlsub:257,rmgroup:263,rmnew:97,road:[239,411],roadmap:[406,409],rob:[98,414],robert:154,robust:[6,105,139,199,406],roc:98,roland:139,role:[20,36,66,247],roll:[44,45,47,65,74,108,147,152,200],rollback:199,roncero:158,room:246,root:[5,6,11,18,27,33],rosenbaum:99,rotat:[7,64,238,280,285],rough:410,roughli:58,rougli:46,rouillard:154,round:[11,58],roundtrip:44,rout:[3,11,40,401],routin:[7,36,55,56,75,80,97,98,99,160,247,301],row:[33,74,321],rowid:6,royal:[239,411],rpath:[65,313],rpm:[82,83,84,86,279,289,309,402,419],rpost:263,rrule:76,rsa:[10,82,83,84,86,87,213,214,216,217,218,219,321],rscale:125,rss_feedlist:[91,321],rss_maxag:321,rss_maxitem:321,rss_maxsynopsi:321,rss_realm:321,rst:[48,52,72],rsvp:76,rsync:[65,191,237,380],rsyslog:[237,238],rudolf_sync_host:340,ruin:386,rule:[3,11,20,36,56,69,80,97,246,249,259,263,320,321,401],rummag:[74,246],rumpf:102,run:[1,6,7,10,11,13,18,19,25,28,33,35,36,41,44,47,48,49],run_test:80,runawai:156,rundir:266,runner:64,runtim:[69,80,100,160,247,251,308,335,340],s01:[82,83,84,86,87],s_client:18,sa46093:[112,140],sacrif:257,sacrific:[257,380],safe:[48,55,61,72,74,142,164,238,246,257,285,286],safeguard:382,safer:[45,141,160,257,321],safeti:[8,97,100,106,216,217,218,219,326],sai:[11,44,45,72,80,97,238,245,246,285,288,301,310,326],said:[5,7,11,48,72,97,263],sake:160,salt:[18,401],sam:[263,300,323,345,414],samantha:74,same:[3,4,5,6,7],sampl:[2,15,40],san:[11,310],sandbox:[237,238,416],sane:[55,98,178,180,181,182,183,184,185,186,187,188,321],saniti:[61,64,121,238,321,344],sas:11,sasl2:[49,87,237],sasl_:[246,321],sasl_auto_transit:[41,238,321],sasl_checkapop:99,sasl_client:68,sasl_maximum_lay:321,sasl_minimum_lay:[87,321],sasl_opt:321,sasl_prot_any:68,sasl_pwcheck_method:[41,87,238,321],saslauth:[238,416],sasldb2:238,sasldb:[41,238,321,416],sasldblistusers2:[87,238],sasldir:97,saslficat:97,saslpasswd2:[87,238,416],saslserv:100,saslv2:98,sat:[158,387],sata:11,satisfi:237,satur:11,saturdai:301,save:[19,41,47,56,61,72,74,98,109,139,168,195,269,280,299,309,321,392],saved:[210,211,212,213,214,216,217,218,219,401],savedate:401,savvi:[85,263],saw:361,sbin:[74,271],sbindir:[178,179,180,181,182,183,184,185,186,187,188],scalabl:[4,7],scalar:275,scale:[7,11,36,256,257,259,310,413],scan:[27,41,74,82,83,84,86,87],scarf:109,scaveng:[41,309],scenario:4,sched:88,sched_tag:6,schedul:[1,6,11,47,73,74],schedule:76,schema:64,scheme:[49,58,74,93,128,202,252,259,263,268,280,321,401],schiller:97,schmiedehausen:98,schult:100,schumach:203,scientif:81,scope:[5,11,40,94,321,413],score:[27,178,180,181,182,183,184,185,186,187,188,387],scott:[98,313],scp:237,scram:[93,216],scrape:255,scratch:[48,72,247],scratchi:55,screen:[97,344],screw:97,script:1,scriptfil:378,scriptnam:345,scsp:321,sda2:11,sdata:47,sdb2:11,sdk:321,seal:13,seamless:[13,413],seamlessli:246,search:[4,5],search_attachment_extractor_url:321,search_batchs:[65,254,321],search_engin:[65,178,179,180,181,182,183,184,185,186,187,188,254,321,380],search_fuzzy_alwai:[202,228,230,231,232,233,234,321],search_index_head:[65,254,321],search_index_languag:321,search_index_part:321,search_index_skip_domain:[228,230,231,232,233,234,321],search_index_skip_us:[228,230,231,232,233,234,321],search_indexed_db:[6,321],search_maxtim:321,search_normalisation_max:[230,233,234,321],search_query_languag:321,search_queryscan:321,search_skipdiacrit:321,search_skiphtml:321,search_snippet_length:321,search_stopword_path:321,search_whitespac:321,search_xapian:380,searchabl:321,searched:380,searchpartit:[249,254,321],searchtier:[249,254,321],searchtierpartit:[249,254,321],sec:[44,82,83,84,86,87,321],second:[11,41,47,55,56,58,64,69,74,79,97,157,239,244,246,255,257,258,259,261,271,280,285,320,321,322,324,327,337,339,349,350,352,354,355,357,364,365,366,367,368,369,374,376,379,380,381,387,401,411,419],secondari:[3,11,19],secret:5,sect:9,section:[3,6,11,12,26,34,36,41,51,52,56,65,70,72,80,87,88,91,93,95],sector:[11,58],secunia:[112,140],secur:[3,5,10],securityapprais:99,see:[3,7,9,11,19,25,33,36,38,40,41,46,47,48,49,51,52,53,55,56,58,59,64,66],seek:[80,160],seem:[74,99,100,114,130,238,245,405],seemingli:26,seen:4,seen_db:[58,98],seenstate_db:[160,321],seenuid:74,segfault:[100,114,146,150,151,168,172,173,174,195,203,225],segment:[3,222,257,321],segmul:99,select:[4,6,7],selector:321,self:[28,82,83,84,86,87],selinux:273,selski:[410,414],semanag:273,semant:[46,47,56,59,71,98,99,257,401],semi:242,semicolon:56,semidelai:[25,321],send:[5,11,26,41,48,49,52,68,71,72,74,76,88,97,100,105,164,174,178,179,180,181,182,183,184,185,186,187,188,237],sender:[3,27,41,49,76,263,286,288],sendmail_auth_id:321,sendmailconfig:[238,416],sens:[72,100,315],sensibl:[71,80,257],sensit:[33,97,98,257,321],sent:[10,26,27,33,39,41,44,52,62,74,97,100,154,213,214,216,217,218,219,238,257,259,261,271,275,278,297,314,321,337,343,344,345,358,374,380,387,402,419],sentdate:[58,358,387],sep:[64,336],separ:[5,6,7,9,11,19,24,25,30,31,33,36,40,41,56,58,63,68,69,70,74,75,91,93,97,98,102,103,152,158,160,179,180,181,182,183,184,220,238,245,248,249,253,259,261,275,280,284,301,310,320,321,322,323,326,337,341,344,345,352,359,362,369,380,386,387,416],seq:104,seqdiag:52,seqnum:358,seqset:341,sequenc:[6,11,56,58,62,68,74,75,97,98,104,105,212,213,214,216,217,218,219,261,294,297,320,321,336,341,358,381],sequence1:341,sequence2:341,sequence:76,serer:321,sergei:[166,193],seri:[2,56,72,84,96,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176],serial:[75,310],serialis:59,serious:[97,154,295],serv:[11,36,91,93,97,102,246,257,261,263,280,297,314,321,347,350,352,364,366,368,369,374],servant:110,server:[1,4,5,6],server_side_tls:321,serverdomain:27,serverfail:220,serverfqdn:27,serverinfo:[106,173,321],serverlist:[9,30,109,247,259,321],serverlist_mod:9,serverlist_mode_soft_usage_limit:9,serverlist_mode_usage_reinit:9,serverlist_select_mod:[9,30,247,259,321],serverlist_select_soft_usage_limit:30,serverlist_select_usage_reinit:[30,247,259,321],servermetadata:321,servernam:[74,88,89,92,93,259,271,321,345,348,381],serverport:27,servic:[2,3,6,7,9,11,18,27,30,35,40,41,49,55,68,74,81,82,83,84,86,87],service_abort:99,servicenam:[100,340],services:[74,87,96,160,238,246,259,263,271,280,285,286],session:[3,6,8,18,41,97,98,99,108,160,163,168,173,189,195,197,238,251,257,259,261,280,301,321,324,350,352,357,363,364,366,369,385,390,391,393,394,396,398,399,400,419],sessionid:[27,142,248,321],sessionst:66,set:[1,3,5,7,8,9,10,11,13,15,18],set_up:80,setacl:[27,40,109,163,245,257,315,321,345],setaclmailbox:[40,41],setannotation:[161,321],setannotations:[211,212,213,214,216,217,218,219],setcreat:223,setflag:[61,75],setflags:61,setgid:98,setident:90,setinfo:339,setmd:345,setquota:[40,41,98,109,257,259,269,277],setrlimit:[98,174],setseen:[41,61],setseen_al:108,settl:11,setuid:[97,299],setuidvalidity:104,setup:[1,7,12,18,44,52],setupd:223,setvacationrespons:90,sever:[11,19,36,41,52,56,72,75,96,97,98,99,100,105,107,131,132,237,238,249,251,259,260,261,266,268,310,411,416,419],severalfold:75,seward:80,sha1:[58,62,74,104],sha1sum:74,sha384:[82,83,84,86],sha:[87,93,237],shadow:[41,97],shake:[74,246],shall:[9,30,81,87,247,410],shape:11,shapelib:49,share:[4,5,6],shared:57,sharedprefix:[33,321],sharedscript:238,sharedseen:[58,104,242,245,297,345],she:[33,48,72],shed:80,sheet:91,shell:[33,74,80,97,99,193,238,336,345,362,419],shini:51,shinier:[178,179,180,181,182,183,184,185,186,187,188],ship:[11,81,82,83,84,86,87,96,248,284,291,344],shm:10,shoot:7,shortcut:419,shorter:6,shorthand:[33,345],shortnam:321,should:[3,6,7,9,11,12,18,22,25,26,27,30,33,36,40,41,44,45,47,48,49,52,55,56,58,59,60,63,64,66,68,72,74,75,77,79,80,82,83,84,86,87,88,89,91,92,96,97,98,99,102,105,160,164,169,204,206,207,208,209,210,211,212,213,214,216,217,218,219,226,227,228,235,236,237,238,242,243,245,246,247,251,255,256,257,259,261,263,266,267,271,273,275,280,283,285,286],shouldn:[74,80,97],show:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420],showalt:414,shown:[15,52,87,246,263,284,320,334,359,386],shut:[74,96,97,99,160],shut_down:55,shutdown:[7,97,99,110,162,174,176,197,280,297,312,320,345,352,369,381],shutdown_fil:381,sibl:98,side:[5,11,13,19,36],siemborski:[98,414],siev:[1,4,6],sieve:[41,74,98,99,222,257,271,321],sieve_allowreferr:[100,120,321],sieve_duplicate_max_expir:321,sieve_emit_bytecod:75,sieve_extens:[102,166,180,181,182,183,184,193,321],sieve_generate_bytecod:75,sieve_maxscript:321,sieve_maxscripts:321,sieve_sasl_expect_unsolicited_cap:107,sieve_sasl_send_unsolicited_cap:[107,321],sieve_use_lmtp_reject:321,sieve_utf8fileinto:[107,321],sieve_vacation_max_respons:321,sieve_vacation_min_respons:321,sievec:[271,319,356],sievedir:[97,174,238,251,271,321,356],sievenotifi:[41,99,321],sieveshel:[99,224,271,319,392],sieveusehomedir:[97,238,251,271,321],sig:[160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,216,217,218,219,220,221,222,223,224,225,230,231,232,233,234],sighup:[98,216,217,218,219,279,321,357],sign:[28,48,53,72,82,83,84,86,87,97,127,140,163,261,306,321,411],signal:[58,98,197,279,297,321,351,357],signatur:[44,48,72,80,88,321,344,401],signific:[5,11,75,99],significantli:[74,100,106,160,237,257,282,380],sigsegv:259,sigserv:259,sigterm:357,sigusr2:199,silent:[44,45,47,143,161,299,321,349],silli:98,similar:[8,9,11,18,47,49,56,66,74,75,77,80,93,108,237,238,246,253,256,257,259,261,263,271,275,280,285,320,380,413],similarli:[5,55,80,246,259,263,301,320],simon:[105,110,147,154,175,309,414],simpl:[48,55,56,58,59,66,74,75,79,80,91,97,98,100,237,238,256,259,261,263,275,321,345,401,406,410,413,416],simpler:143,simplest:[36,416],simpli:[11,41,55,60,74,75,79,97,160,200,259,263,267,270,313,390,391,393,394,396,398,399,400,416],simplifi:[58,75],simplist:11,simultan:[8,74,246,416,419],sinc:[7,9,11,18,25,30,33,35,44,46,55,56,58,59,61,69,74,91,97,98,99,100,102,103,104,105,106,107,108,109,110,111,114,116,117,118,119,120,121,122,124,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,148,152,153,154,155,156,157,158],since:98,sincest:224,singl:[3,4,6],singleinstancestor:[41,321],singular:11,sip:401,siriusit:140,sit:[7,61,66,310],site:[41,44,50,91,96,97,154,158,244,252,257,266,268,280,313,321],situat:[11,33,58,137,160,247,301,310],sivtest:[99,271,319],six:71,sixth:380,size:[6,9,11,15,27,28,30,41,55,56,58,59,62,74,75,97,98,100,106,107,108,109,142,147,227,228,230,231,232,233,234,246,247,248,249,272,275],sizeof:[46,55,80],skeleton:[68,238,259],skip:[6,44,45,47,65,74,75,76,97,99,100,122,228,230,231,232,233,234,321,326,339,353,380],skiplist:4,skiplist_always_checkpoint:321,skiplist_unsaf:321,skynet:280,slash:[33,98,238,345],slave:[11,87,122,257,259],sleep:[47,280,320,380],sleepycat:313,sleev:74,slide:6,slight:280,slightli:[44,74,79,133,160,259,280,314,321,415],slot1:325,slot:[280,321],sloti30t15:27,slow:[6,11,28,109,138,220,247,249,286,287],slower:[11,15,51,55,137,249,280,284,321],small:[0,11,13,28,55,74,80,97,98,99,139,141,237,246,281,284,310,361,382,413,416],smaller:[11,15,74,202,246,268,321,353,381],smallest:80,smart:11,smarter:97,smigielski:414,smilint:164,smith:414,smithj:74,smmap:[96,238,265,379,416],smmapd:[96,100,238,265,319,320],smooth:380,smoother:[9,30,247],smoothli:84,smtp:[41,49,61],smtp_auth_authnam:321,smtp_auth_password:321,smtp_auth_realm:321,smtp_backend:321,smtp_host:321,smtpclient:321,smtpd:87,smtptest:[99,319],snakeoil:238,snappi:66,snapshot:[2,3,8,11,46,51,204,206,207,208,209,210,211,212,213,214,226,227,228,235],snip:387,snippet:[15,58,238,281,321,402],snmp:[98,100,216,217,218,219,228,230,231,232,233,234],snmpgen:99,snooz:[221,227,228,230,231,232,233,234,321],snow:[239,411,415],snuck:[152,220],sock_dgram:349,sockaddr_in:349,socket:[5,27,36,40,41,55,64,87,96,97,98,99,100,122,149,156,164,203,237,238,240,251,259],socketmap:[238,416],socklen_t:98,soft:[55,247],soft_noauth:321,softer:321,softwar:[4,11],software:81,solari:[12,97,99,127,148,156,161,173,178,180,181,182,183,184,185,186,187,188],sole:[11,413],solut:[11,19,74,80,136,141,238,246,251,256,257,259,284,289,306,309,310,315,321,410,413],solv:[108,133,413],some:[7,10,11,24,25,28,31,33,40,41,44,47,49,51,52,55,56,58,60,61,65,71,72,74,79,80,84,87,88,91,93,96,97,98,99,102,109,115,141,145,147,152,156,160,163,189,191,200,220,223,237,238,243,245,246,248,249,251,253,257,259,261,263,267,271,275,279,280,284,289,291,295,299,304,307,308,310,313,315,320,321,324,333,344,345,347,350,352,364,366,368,369,374,375,380,383,411,412,413,416],somebodi:80,somehow:[74,259],someon:[0,59,72,74,246,306],someth:[18,26,44,48,49,55,58,61,72,74,76,77,78,80,99,237,238,248,250,263,271,275,283,285,292,304,310,313],sometim:[11,26,72,80,100,286],somewhat:[15,47,56,58,80,97,257],somewher:[11,48,58,72,74],soon:[25,44,45,74,100,247,279,309,321,380,416],soref:196,sorri:[74,97],sort:[41,44,45,46,56,58,74,80,82,83,84,86,87,96,98,104,138,141,178,179,180,181,182,183,184,185,186,187,188,261,271,278,297,321,336,374,388,401,412],sortcache_db:321,sortorder:66,soth:98,sound:257,sourc:[2,5,27,41,44,49,51,52,53,55,61,65],source:401,sourceforg:[18,80],space:[3,6,7,9,10,11,15,19,28,30,41,52,53,55,56,58,64,68,71,74,93,97,109,139,140,142,160,164,190,203,238,246,247,248,249,253,257,259,261,268,270,275,302,321,323,338,359,380,387],spam:[27,33,41,160,178,180,181,182,183,184,185,186,187,188,271,321,345,358,374,387],spamtest:401,span:[74,126,216,217,218,219,257],sparc:104,spare:[11,58,310,315],sparingli:55,spars:341,spawn:[96,98,279,280,285,312,320],speak:[3,11,36,41],spec:[56,280,373],special:[1,4],specialus:[161,345,412],specialuse_extra:321,specialuse_protect:321,specialusealwai:[205,206,207,208,209,210,211,212,213,214,216,217,218,219,321,401],specif:[6,7,8,11,24,40,41,44,48,49,55,56,58,66,68,72,75,76,91],specifi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40],speed:[15,58,71,81,99,102,109,239,257,282,321,406,411],spell:[52,56,196,283,321],spellman:154,spend:[36,97],spew:97,spf:406,sph:102,sphinx:[49,52],sphinxcontrib:52,spice:51,spil:[150,164,200],spin:[15,97,121],split:[31,55,58,74,87,97,100,106,109,121,136,203,240,245,246,250,253,272],splitmeta:281,spnego:[93,401],spock:33,spoke:74,sponsor:102,spoof:41,spoofeddomain:344,spool:[7,11,13,15],spous:19,spread:[41,44,74,257,310],sql:[4,5],sql_:107,sql_databas:321,sql_engin:321,sql_hostnam:321,sql_passwd:321,sql_user:321,sql_usessl:321,sqldb:44,sqlite3:326,sqlite:[6,44,49,74,107,196,246,321,389],squat:4,squat_decode_64:140,squatter1:380,squatter:[6,56,65,99,100,106,109,164,189,200,209,210,211,212,213,214,216,217,218,219,230,233,234,240,249,254,272,280],squattera:380,squirrl:97,src:[55,238],srcdir:99,srctier:380,srs:[49,321],srs_alwaysrewrit:321,srs_domain:321,srs_hashlength:321,srs_secret:321,srs_separ:321,srvtab:[41,97,321],ssd:[11,15,139,249,284],ssf:[120,321,324,350,352,364,366,369,383],ssl2:160,ssl3:160,ssl:[5,6,49,55,68,87,93,98,99,105],ssl_accept:105,ssl_ctx_load_verify_loc:68,sslv23:[98,174],sslv2:[98,113,146,174],sslv3:[113,146,174,401],sssd:[41,244],stabl:[2,11,12,48,52,56,72,81,84,87,96,158,161,162,163,164,165,166,169,170,171,172,173,174,175,176,189,190,191,192,193,196,197,198,199,200,201,202,203],stack:[56,75,80,100,138,321],staff:[11,41,244,414],stage:[47,48,64,72,74,90,99,100,197,246,248,301,321],stai:[9,30,53,247,259,353],stale:[74,96,246,280,284,326,336],stall:[178,183,184,185,186,187,188],stamp:360,stand:[7,245,247,250,257,416],standalon:[238,246,257,280,285,315],standard:[7,12,13,27,33],standardis:[220,221],stanza:251,start:[1,10,11,27,33,36],starttl:[18,163,200],starttls:[68,82,83,84,86,87,97,98,105,107,156,164,173,238,259,321],stat:[97,189,196,207,208,209,210,211,212,213,214,216,217,218,219,220,246,255,321,326,368,374],state:[1,4],statedir:97,stateless:[44,66,90,285],statement:[55,75,140,143,223],station:[239,411],statist:[3,98,99,246,255,321,323,368],statoverrid:238,statscleanup:368,statu:[6,27,47,58,61,66],status:4,statuscach:4,statuscache_db:[10,160,321],statuscache_db_path:[10,96,238,251,321],statusdata:47,std:[49,51,100],stderr:[68,100,325,357,381],stdin:[74,156,321,336,357],stdio:[60,68,267],stdout:[44,45,68,74,140,325,329,346,357,378,397],stefan:[112,140],stefano:220,steinar:97,stem:321,stemmer:321,step:[18,41,44,48,49,56,72,74,76,80,88,95,237,238,248,259,260,273,326],stephen:310,stick:[48,257],still:[3,9,11,19,30,41,44,45,47,50,51,56,58,59,65,71,74,75,79,81,88,97,98,99,104,108,138,153,158,160,178,182,183,184,185,186,187,188,189,191,197,245,246,247,257,258,263,273,291,292,297,301,310,312,313,315,320,321,326,345,375,376,380,387],stipul:249,stock:[82,83,86,87,238],stomach:11,stonith:11,stop:[56,74,75,77,97,154,238,246,258,280,289,321,326,357,359,381,415,416],stopword:321,storag:[3,4],storage:[41,270,345,373],store:[6,9,11,13,15,22,27,30,31,33,36],storeing:98,storm:[24,99,160],straight:[44,45,65,75],straightforward:[247,257],strang:[44,80,259,321],strarrai:197,strategi:[11,237],strcmp:55,strconcat:[80,140],strdup:55,stream:[26,55,56,60,74,79,97,126,221,261,267,310,326,334,401],strength:[82,83,84,86,87,321,324,350,352,364,366,369,383],strerror:97,stress:[11,70,72],stretch:[36,414],strict:[321,401],stricter:158,strictli:[11,15,152,160,173,249,250,303,321],strike:98,string:[6,33,41,44,45,55,56,58,62,74,75,88,93,95,97,98,99,100,137,162,244,249,253,254,259],stringi:[51,237],stringlist:[75,99],strip:[19,58,88,321],strndup:55,stromso:172,strong:[308,314,321],strongest:[390,391,392,393,394,396,398,399,400],strongli:[40,160,237,259,280,386],strstr:68,structur:[1,6,11],struggl:52,stub:[99,224],stuck:201,student:[413,414],studio:175,stuf:11,stuff:[52,74,97,267,310,344,389,419],stupend:238,stupid:97,style:[18,41,52,55,58],stylesheet:[91,321],styx:202,sub:4,subaddress:[271,321,401],subcommand:[41,216,217,218,219,227,228,230,231,232,233,234],subdirectori:[41,58,88,97,246,299],subdivid:321,subfold:[9,19,30,33,41,63,102,139,141,142,191,243,247,275,286],subj:[275,358,387],subjct:387,subject:[3,7,8,11,27,49,58,66,79,98,100,125,163,179,180,181,182,183,184,185,186,187,188,190,197,221,242,245,275,321,323,344],submailbox:[63,74,259,376],submiss:[3,41,222,245,321],submit:[1,36,50],submitserv:321,submitt:410,subpart:58,subscrib:[6,7,19,41,52,88,100,132,137,160,245,259,278,285,321,323],subscribe:[257,345],subscribed:[82,83,84,86],subscript:4,subscription_db:[160,321],subsequ:[6,55,97,160,164,263,297,301,336,345],subset:[88,89,92,257,271,285,327,380],subshel:345,substanti:[100,200],substitut:[35,48,72,249,253,321,344],substr:[56,99,141,321],subsystem:44,subtl:[80,98,275],subtract:321,succe:[44,45,47,59,68,77,80,109,160,178,179,180,181,182,183,184,185,186,187,188,245],succeed:74,success:[4,11,18,19,26,41,44,45,47,55,68,74,80,82,83,84,86,87,99,164,238,245,257,261,268,315,321,416],successfulli:[11,19,82,83,84,86,87,106,216,217,218,219,245,259,261,321,326,392],successor:[245,310],suck:[44,46,59,72],suddenli:74,sudo:[49,51,80,87,237,238,304,416],suffer:160,suffici:[11,18,25,105,238,321,380,416],suffix:[74,213,214,216,217,218,219,321,339],suggest:[96,98,238,246,260,289,292,294,310,313,315,410],suid_dump:299,suit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79],suitabl:[11,40,48],sum:[9,30,41,71,74,247,269,321],summari:[27,49,80],summary:80,summer:411,sun:[97,174,175,387],sundai:301,superb:[239,411],supersed:349,supervis:108,suppli:[5,11,41,68,74,93,97,99,100,130,292,313,332,336,339,390,391,393,394,396,398,399,400,402],support:[2,4,7,10],suppos:[3,5,7,9,11,30,59,63,97,100,245,246,247],suppress:[6,13],suppress_cap:[141,321],sure:[7,12,44,47,48,49,53,55,66,71,72,74,87,96,100,160,223,237,238,246,259,260,263,265,271,279,284,285,289,295,299,309,313,320,321,328,374,405,416],suri:[113,158],surnam:19,surpris:[84,259],surround:419,survei:237,suse:[12,98],suspect:[79,246,259,285],sustain:[160,415],svg:419,svn:[80,419],swap:[33,53,97,237],sweep:[59,357,371],swiftli:11,symbol:[80,193,321],symlink:[59,98,178,179,180,181,182,183,184,185,186,187,188,369],sync:[53,58,61,64,65,74,78,87,108,141,173,200,216,217,218,219,238,246,251,257,258],sync_:[139,246,280],sync_apply_renam:74,sync_authnam:[280,321],sync_batchs:[178,183,184,185,186,187,188,280,321],sync_cache_db:[228,230,231,232,233,234,321],sync_cache_db_path:[228,230,231,232,233,234,321],sync_client:[64,74,104,108,122,138,145,150,152,176,178,180,181,182,183,184,185,186,187,188,223,246,280,285,319,321,324,330,342],sync_compress:[110,280],sync_crc:[74,154,161],sync_crc_annot:74,sync_host:[280,321,381],sync_log:[65,74,246,280,285,321,380],sync_log_chain:[280,321],sync_log_channel:[65,74,246,280,321,380,381],sync_log_fil:381,sync_log_mailbox:47,sync_log_unsuppressable_channel:[280,321,380],sync_mailbox_ful:141,sync_password:[280,321],sync_port:[280,321],sync_realm:[280,321],sync_repeat_interv:[280,321],sync_reset:[139,153,319],sync_response_pars:285,sync_rightnow_channel:[228,230,231,232,233,234,321],sync_send_lookup:285,sync_serv:[61,74,104,109,122,143,154,174,246,280,285,319,321,376,381],sync_shutdown_fil:[280,321,381],sync_sieve_list_gener:74,sync_timeout:321,sync_try_imap:[280,321],syncapply:197,syncclient:[280,330,381],syncget:197,synchron:[11,68,93,97,121,122,240,256,257,258,259],synchronis:[66,74,90,246,285],synclog:380,synclogfil:380,syncnew:97,syncproto:196,syncrestore:197,syncserv:[280,383],syncstop:280,synctest:[246,319],syndic:401,synopsis:52,syntact:97,syntax:[15,18,40,52,97,271,289,292,321,345,401,419],synthet:[280,321],sys:[283,401],syscal:310,sysconfdir:251,sysconfig:284,sysctl:[41,244],sysexit:[212,213,214,216,217,218,219],sysflags:[358,387],syslog_facil:321,syslog_prefix:[238,321],syslogd:100,system:[0,1,3,4,6,11],systemctl:[84,237],systemrc:345,t1searchpartit:65,t227:147,t229:147,tab:[6,41,55,71,97,140,283,326,336,419],tabl:[1,6,18],table:[6,18],tag:[1,2,11,42,48],tagged_abov:27,tahr:87,tail:51,tailor:[41,237,266,268],takatukaland:98,take:[7,11,19,25,33,36,40,44,45,46,52,55,56,57,58,59,68,71,72,74,75,79,80,81,96,97,98,99,102,122,237,238,239,246,247,257,259,261,271,273,286,297,301],taken:[7,11,80,100,246,321],talk:[3,6,15,66,71,74,160,238,257,259,280,295,313,321,403,416],tamplin:102,tar:[48,51,72,74,81,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,216,217,218,219,220,221,222,223,224,225,230,231,232,233,234],tarbal:[2,48,49,72],target:[3,7,9,11,27,30,36,52,61,63,64,76,80,98,152],tartaru:65,task:[11,33,36,47,49,58,59,66],tast:255,tasti:74,tcl:[97,98,237,345],tcl_rcfilenam:97,tclconfig:97,tclsh:97,tcp4:320,tcp6:320,tcp:[41,96,138,139,238,257,259,264,265,266,273,280,312,320,321,416],tcp_keepal:[312,321],tcp_keepalive_:312,tcp_keepalive_cnt:321,tcp_keepalive_idl:321,tcp_keepalive_intvl:321,team:[12,38,50,53,81,85,87,96,97,175,238,397,402],tear:44,tear_down:80,teardown:1,tech:[41,52,81,323,329,330,374],technet:330,technic:[3,40,56,410],techniqu:[11,310],technolog:[5,11,13,26,81,250,253,284,411,413],teged:191,telemetri:[41,51,97,99,131,134,251,267,286],telemetry_bysessionid:321,tell:[11,31,42,46,71],telnet:[237,238,271,283,402],temp:[74,254,283],temp_path:[246,321],tempfail:315,templat:[52,76,91,93,213,214,216,217,218,219,321,343,344],temporari:4,temporarili:257,tempsearchpartit:254,ten:302,tenant:33,tend:[9,11,30,44,84,246,247,251,301,320,352,369],term:[11,33,36,49,74,75,109,221,292,301,321,345,380,387,419],termin:[36,52,56,58,68,75,99,100,238,271],terminated:55,terminolog:256,terribl:259,test:0,test_iovec:80,test_map:80,test_uncast_nul:80,test_whatev:80,testabl:80,testb:154,testc:80,tester:[0,70],testfold:27,testfolder_renam:27,testrunn:51,tests:80,testsaslauthd:[18,82,83,84,86,87,238,416],testslist:75,text1:80,text2:80,text:[5,6,27,48,49,51,52,56,58,68,74,80,81,87,97,98,100,102,147,178,181,182,183,184,185,186,187,188,223,258,309,321,326,327,329,330,336,344,368,380,387,401,419],tfz:48,than:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75],thank:[97,98,100,109,110,112,113,137,139,140,141,146,147,150,151,154,158,160,161,162,163,164,165,166,168,172,173,174,175,176,178,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,199,200,202,203,213,214,216,217,218,219,220,221,222,223,224,225,228,230,231,232,233,234,419],thei:[3,7,9,11,15,19,22,25,30,33,36,38,40,41,44,45,47,48,51,55,57,58,65,72,74,78,79,80,81,88,93,96,97,99,141,160,162,166,174,178,181,182,183,184,185,186,187,188,193,205,220,237,238,239,245,246,247,249,250,251,257,258,259,261,263,265,269,271,278,279,280,285,292,298,301,303,304,310,313,314,321,328,339,340,345,352,357,360,368,369,376,411,413,416],them:[3,6,7,10,11,18,25,31,41,44,45,47,48,49,51,55,56,57,58,59,66,71,72,74,75,80,81,88,89,90,92,96,97,100,102,104,160,174,191,216,217,218,219,237,238,242,245,246,253,257,259,261,263,265,269,271,275,285,292,304,311,315,321,326,341,344,345,348,352,357,362,369,373,374,376,380,381,387,389,413,416],themovieposterpag:344,themselv:[6,28,41,55,56,76,96,146,160,241,242,249,257,259,320,321,374,384],theoret:[44,257],theori:[11,278],thereaft:5,therebi:[11,257],therefor:[3,9,11,26,36,38,41,58,84,96,191,246,282,300,301,314],therein:[11,251,284,358,380],thereof:[11,24,55],thewrittenword:100,thi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159],thin:80,thing:[3,11,15,41,44,45,47,55,60,72,74],think:[0,11,40,44,46,55,61,72,74,80,81,258,310,321,374],third:[19,27,41,47,70,74,75,97,110,239,248,321,327,337,368,380,411],thoma:[27,110,113,140,147,172,174,344],thomas_cooper94:344,thomson:401,thorough:259,those:[1,3,5,6,9,11,30,33,40,44,47,71,72,74,76,80,87,88,89,91,92,96,99,133,160,237,238,245,246,247,251,252,253,256,257,258,259,261,271,280,285,291,309,310,320,321,324,327,330,336,337,340,347,350,352,353,354,355,363,364,366,367,369,379,380,381,384,390,391,393,394,396,398,399,400,416],though:[3,5,33,36,44,55,56,72,74,84,97,99,100,245,248,257,259,261,301,310,313,321,349],thought:1,thousand:[3,36,310],thrash:55,thread:[56,80,82,83,84,86,87,98,100,139,141,146,157,178,179,180,181,182,183,184,185,186,187,188,259,263,297,313,321,401,416],threadid:[248,321],three:[3,5,6,7,24,33,36,40,44,45,56,75,245,254,257,261,301,380,401,419],threshold:[15,27,41,74],throttl:380,through:[4,7],throughout:[3,18,44,45,56,58,98,99,275],throughput:[104,257,295],thu:[7,9,30,33,41,56,104,244,246,247,249,257,259,275,320,321,358,416,419],thumb:11,tibbit:202,tibbitt:196,tick:322,ticket:[5,11,41],tickl:97,tidi:[74,141,154,196],tie:51,tier1:[249,254,321],tier1searchpartit:[249,254,321],tier:6,tilt:280,tim:[271,397,414],time:[0,3,6,7,9,11,12,15,25,27,30,36,41,44,47,48,53,55,56,58,60,64,71,72,74,79,80],time_t:[58,60,220,267,297],timefram:11,timeout:[41,80,100,114,138,147,163,220,295,321,324,349,350,352,354,355,364,365,366,367,369,379,381,401],timer:321,timespec_to_timeval:223,timestamp:[6,27,58,61,72,74,97,145,248,275,279,321,326,348,401],timestamp_gener:64,timezon:[6,27,51,58,71,88,97,133,191,216,217,218,219,321,331],timonei:414,timotheu:202,timsiev:[33,87,96,97,98,99,100,105,120,139,150,173,200,238,259,265,271,285,319,320,321,350,352,354,355,357,363,366,367,369,379,383],tini:[136,220,246],tinyint:18,titl:[271,419],tld:[271,305,306,321],tls1_0:[146,160,321],tls1_1:[146,160,321],tls1_2:[146,160,321],tls1_3:[192,321],tls:[4,5],tls_:100,tls_ca_:160,tls_ca_fil:[160,321],tls_ca_path:[160,321],tls_cert_fil:[160,321],tls_cipher:321,tls_cipher_list:321,tls_client_ca_dir:[160,238,321],tls_client_ca_fil:[160,238,321],tls_client_cert:[160,321],tls_client_kei:[160,321],tls_compress:[146,160,174],tls_crl_file:321,tls_eccurv:[146,160,321],tls_key_fil:[160,321],tls_prefer_server_ciph:[146,160,321],tls_prune:[164,199,238,251,319,320],tls_requir:[93,173,321],tls_server_ca_dir:[160,321],tls_server_ca_fil:[160,321],tls_server_cert:[160,213,214,216,217,218,219,238,321],tls_server_dhparam:321,tls_server_kei:[160,213,214,216,217,218,219,238,321],tls_session:4,tls_session_timeout:[238,321,385],tls_sessions_db:[160,251,321],tls_sessions_db_path:[96,160,238,251,321],tls_version:[146,160,174,321],tlscache_db:[160,321],tlscache_db_path:[160,321],tlskei:[173,345],tlsprune:[238,251,320],tlsv1:[82,83,84,86,87,98],tm_gmtoff:97,tmartin:397,tmp:[44,51,74,77,237,259,271,283,299,321,329,332],tmpf:[59,96,139,237,251,284,286],tmpfile:99,tocdepth:196,todai:[8,11,239,411,414],todd:323,todo:[6,27,41],toe:44,toedtmann:98,togeth:7,token:[44,82,83,84,86,87,97,289,321],tokenis:222,told:[80,246],tom:[117,257],tombston:195,tomorrow:11,toni:98,tons:[49,51],too:[5,11,46,58,74,80,88,97,136,137,138,149,155,160,162,163,164,197,200,237,238,251,252,290,301,345],took:[46,280],tool:[1,2,22],toolkit:406,toolnam:[44,45],toomanyarg:55,top:[3,27,33,44,48,55,58,72,80,98,178,181,182,183,184,185,186,187,188,257,259,278,321,345],topic:[53,72,321],topicbox:404,toplevel:[52,88,89,91,92,109,160,263,321],topolog:11,tortious:81,tos:321,total:[6,9,11,28,30,58,75,80,247,259,321,358],totalemail:66,totalthread:66,touch:[7,44,279,284,347],toward:[9,11,30,35,40,96,178,181,182,183,184,185,186,187,188,247,277,301],trace:[80,245,321],track:[6,47,58],tracker:402,trade:280,tradeoff:[6,312],tradit:[6,15,52,55,80,102,249],tradition:[3,75,247,257],traffic:[11,33,46,88,100,110,114,120,136,246,321,339,381,404],trail:[19,71,97,98,321,387],transact:6,transfer:[3,7,27],transfig:[49,237],transform:56,transit:[56,98,237,281],translat:[3,6,33,56,69,106,271,321,359,386],translates:224,translatesiev:[33,195,196,271,319],transmiss:401,transmit:[5,238,261,314],transp:76,transpar:[7,36,71,74,88,99,257,284,390,391,393,394,396,398,399,400,401],transport:[5,36,41,66,90,96,238,257,265,266,271,272],trap:55,trash:[19,33,41,66,271,275,278,285],travel:[239,411],travers:[75,98],travi:50,treat:[11,19,41,44,58,91,95,97,171,190,216,218,219,244,263,268,285,314,321,344],treatment:80,tree:[5,10,51,59,75,80,160,164,238,252,257,259,263,281,304,307,321,339,380],trend:98,tri:[97,138,142,164,192,238,304,314,376],trial:[164,165,166,190,191,192,193,202,203],tricki:44,trickier:[56,257],trigger:[24,27,60,87,90,100,248,267,280,285,301,321,380],trim:[74,76,376],trip:[11,97],tripl:11,trivial:[56,315],trojan:344,trojita:154,troubl:[74,164,165,166,190,191,192,193,202,203,259,295],troubleshoot:35,truncat:[55,97,108,131,133,139,248,303,321],trust:[5,11,97,160,354,355,367],trusti:87,trycreate:97,tselina:344,tstampfil:348,ttest:27,tue:[344,358,360],tugowar:99,tune:[99,257],turbid:98,turn:[11,40,41,44,80,87,97,98,108,237,246,248,299,313,321,375,401],turnaround:[228,230,231,232,233,234],tweak:[11,97,98,240],twelv:80,twice:[100,145,285,320,381],two:[3,4,5],twoskip:4,txt:[56,77,97,99,314,321,329],ty347:322,type:[3,4],typedef:[44,60,68,267],typic:[5,11,27,33,36,41,52,61,64,80,242,245,249,251,268,280,284,301,307,320,321,324,334,336,380,381,402,416],typo:[97,98,223,225],tyq4:322,tyranni:71,tyrrel:414,tzdist:49,tzid:[6,76,221],u00fcederli:27,u7f:56,u7n:56,u83:56,u83_2:56,u83_3:56,ubuntu:[2,70,80,81],ucd:98,udp4:320,udp6:320,udp:[87,99,238,273,320,349,350,352,354,355,363,365,366,367,369,379,383,384],udv:275,ufl:310,uggh:74,ugli:[55,62,139],uhura:[33,69],uid:[5,6,27,36,41,47,58,61,74,76,97,122,201,202,246,257,275,297,301,321,329,334,344,358,374,387],uidl:[58,178,180,181,182,183,184,185,186,187,188,297,321],uidl_format:[178,180,181,182,183,184,185,186,187,188,321],uidlast:61,uidnext:[27,58,97,248,321],uidonli:321,uidplus:[82,83,84,86,87,97,100,301,401],uidset:27,uidvalid:[47,58,74,297,358,376,380],uidvalidity:[27,74,97,137,321],uint32:80,uint32_t:[47,80],uint:321,uintptr_t:223,ulimit:299,ulmer:310,ultim:[5,11,160],umanitoba:98,umask:321,umbrella:81,umemoto:100,umich:117,unabl:[3,11,68,74,97,142,216,217,218,219,238,286,309],unaffect:[98,321],unalign:220,unambigu:62,unanim:410,unauthent:[41,88,122,192,244,261],unauthenticate:[139,401],unavail:[25,74,160,205,206,207,208,209,210,211,212,213,214,221,222,227,228,256,257],unavailable:[41,309],unbind:88,unbound:321,unchang:[6,160],unclear:79,uncom:[87,238],uncommit:[48,72],uncommon:[11,24,36,39,302],uncomplet:126,uncompress:[74,246,326,334],uncondit:75,uncondition:380,unconfirmed:160,uncov:[80,310],undelet:[74,141,240,242,245,272],undeliver:344,under:[5,6,10,11,19,24,25,28,33,35,41,46,47,48,51,52,55,56,57,58,59],underestim:326,underflow:222,undergo:53,underli:[11,44,46,47,59,158,321,374],underlin:52,underneath:[41,259,269,301,374],understand:[0,11,41,44,56,98,237,238,259,345],understood:[11,345],undertaken:239,undesir:160,undetermin:301,undifferenti:74,undocu:106,undocument:297,undump:[74,100,117,155,192,321,327,330],unencod:[56,120],unescap:[223,321],unexpect:[11,97,142,259],unexpung:[25,47,74,106,109,142,145,275,301,319,321],unfortun:[59,98,248,275,352,369],unhappi:80,unicod:49,unicode:56,unicorn:87,unidata2:56,unifi:4,unifix:56,uniform:[256,259],unindex:380,uniniti:97,uninitialis:[191,197,223],uninterrupt:257,union:[41,74,75,100],uniqu:[3,5,6,11,27,33,55,58,74,137,212,213,214,216,217,218,219,257,259,280,285,320,321,358,360,374],unique:6,uniqueid:[47,58,61,74,98,104,145,200,246,321,334,340,374,376],uniserv:98,unite:415,univers:[3,81,100,102,160,239,406,411,413,414,415],university:81,unix:[27,33],unix_group_en:321,unix_pwcheck:97,unixheirsep:155,unixheriarchysep:139,unixhierarchi:[33,202],unixhierarchysep:[18,33,51,63,87,91,98,99,100,131,145,178,182,183,184,185,186,187,188,237,238,263,271,305,321,333,345,386,387,402],unixhiersep:99,unknown:[191,292,321,345],unlabel:292,unless:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420],unlik:[36,80,257,307],unlike:[257,285,339],unlimit:[19,28,140,157,158,171,227,228,230,231,232,233,234,268,299,320,321],unlink:[24,25,47,58,97],unlock:[44,45,46],unmailbox:[74,342],unmaintain:[228,230,231,232,233,234],unmark:75,unmodifi:99,unnecessari:[222,326],unnecessarili:197,unord:[91,321],unpack:74,unpars:[74,138],unpleas:84,unpredict:74,unqualifi:[40,321,345],unreach:257,unread:[38,74,246],unreademail:66,unreadthread:66,unrealm:33,unrecogn:340,unreport:156,unrespons:321,unseen:[6,74,209,210,211,212,213,214,216,217,218,219,222],unseenmessag:[27,248,321],unselect:[82,83,84,86,87,153,321,401],unset:[58,321,387],unsign:[47,56,68,97,223],unsolicit:[61,122],unspecifi:[97,238,326,376],unstabl:200,unsubscrib:[74,100,321],unsubscribe:[97,257],unsuccess:[41,280],unsuit:[88,89,92,290],unsupport:[163,174,412],untag:[49,68,97,242],until:[8,11,25,26,44,45,47,55,58,59,74,96,102,142,157,160,216,217,218,219,237,239,246,259,268,273,292,301,320,321,326,357,381],untouch:353,unus:[41,44,49,56,59,74,222,246,302,312,342],unusu:[56,98],unwrap_str:75,upcom:96,updat:[1,6,7,12,18,36,41,42,45,46,47],update:[48,61,72,76,88,97,100,102,103,109,125],updated:58,updatenotifi:47,upgrad:[33,40,44,58,84,87,97,98,100,110,152,153,155,156,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203],upgrade:[96,97,156],upload:[42,48,61],upon:[6,9,19,30],upper:[56,163,410],uppercas:[56,141],ups:11,upstream:[11,48,51,53,65,72,100,174,189,222,248,263,364,402],urandom:[308,321],urg:98,urgent:72,uri:[27,36,122,192,321],url:[6,47,72],urlauth:[6,51,82,83,84,86,87,102,136,321,401],urlfetch:[113,115,146,147,162,171,174,401],urn:[66,321],usabl:[80,332,336],usag:[6,9,30,35,41,44,45,66,74,75,80,90,98,99,102,106,109,138,141,143,154,155,160,162,196,223,237,246,247,259,268,269,278,280,301,321,338,342,345,358,373,374,380,419],usage:[4,6],use:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35],usefulli:80,useless:56,usenet:[6,41,100,238,263,321,362,401],user:[3,4],user_column:18,user_deleteacl:99,user_deni:4,user_deny_db:160,user_folder_limit:[110,340],user_som:61,user_some:61,useradd:[238,416],userdeni:[146,251,321],userdeny_db:321,userdeny_db_path:[251,321],userflag:59,userflags:[358,387],userid:4,userid_list:389,usermod:[238,416],usernam:[3,5,18,19,33,40,49,51,63,66,88,89,93,99,238,252,259,263,283,300,305,311,321,339,345,349,374,380,416,419],username:53,username_idx:18,username_tolow:321,userpassword:87,userprefix:[33,321],userrc:345,userspac:55,using:[1,18,33,36,41],usr:[49,51,61,65,80,96,97,154,160,191,237,238,251,259,271,275,278,279,280,281,283,289,291,299,321,325,328,330,332,349,351,380,381,416],usual:[6,11,40,41,52,72,74,80,86,98,166,193,238,242,244,246,257,271,281,285,301,321,351,390,391,393,394,396,398,399,400,402,416],uta:98,utc:[221,387,405],utdalla:[98,99],utf7:321,utf8:[62,292,321],utf8smtp:321,utf:[27,49],util:55,utilis:326,utopic:87,uuid:[49,51,64,122,237,360],uutari:200,v14:209,v16:[210,211,212,213,214,216,217,218,219],v17:[227,228,230,231,232,233,234],vacat:[6,75,97,98,99,100,102,139,163,221,271,286,288],vader:[285,311],vain:98,val:55,valarm:76,valentin:176,valgrind:[1,49,51,74],valid:[6,19,33,41,44,45,68,74,98,100,131,166,173,192,193,194,222,237,244,261,283,292,320,321,330,339,349,368],validitii:58,valu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420],value1:62,value3:62,value:52,van:[163,410,414],vansant:414,varchar:18,vari:[52,275],variabl:[41,44,45,47,49,55,58,71,80,91,97,98,102,157,178,185,186,187,188,192,200,271,274,321,326,357,401,419],variable:55,variant:[41,164],varieti:[5,7,9,10,11,94],variou:[2,11,31,40,41,49,55,58,72,80,88,90],vast:[257,284],vastli:35,vavailability:[23,125,321],vcard:[6,93,189,221,321,401],vcard_obj:6,vcard_uid:6,vcardfast:51,velasco:[162,173,224],vendonr:339,vendor:[11,88,99,102,104,117,128,238,242,245,263,290,297,321,339,380,416],ver:345,verbatim:[56,221],verbos:[18,52,74,98,132,321,326,327,331,333,334,339,344,346,353,368,374,375,376,380,381,382,386,387,390,391,393,394,396,398,399,400],verbose:238,verdor:339,veri:[5,7,11,18,28,36,44,47,48,51,55,56,58,72,75,80,87,97,141,145,238,245,246,252,257,259,263,280,287,314,321,326,330,380,411,412,414],verif:[5,41,49,74,87,160,225,246,263,279,326,330,390,391,393,394,396,398,399,400],verifi:[5,28,41],versa:[36,261,285,386],version:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47],versions:52,vertic:36,vervet:87,verysecret:5,vevent:[23,132,321,401],vfreebusy:[23,321],vg_replace_malloc:80,via:[6,11,15,19,28,36,40,41,49,50,51,55,71,74],viabil:11,viabl:313,vice:[36,261,285,386],video:39,videocharg:310,vidic:176,viehmann:110,view:[11,33,42,46,49,52,53,66],vim:[49,237],violat:[44,47,259],virtdomain:[18,40,100,138,163,178,182,183,184,185,186,187,188,197,238,311,321,345,402],virtual:[3,6,8,11,13,18,33],virtual_destination_concurrency_limit:416,virtual_destination_recipient_limit:416,virtual_mailbox_domain:416,virtual_mailbox_map:416,virtual_recipi:416,virtual_recipient_domain:416,virtual_transport:416,viru:27,virus:[271,344],virusscan_notification_subject:[321,344],virusscan_notification_templ:[321,344],virustest:401,visibl:[41,88,160,245,257,321,345],visit:[44,374],visual:[48,419],visudo:51,vivid:87,vjournal:[23,321,401],vladimir:98,vnd:[27,227,228,230,231,232,233,234,248,321],volatil:10,volum:3,volunt:85,vote:410,vpath:196,vpoll:23,vsd:310,vtimezone:[76,88,93],vtodo:[23,321,401],vulner:[156,401],vzic:[88,133,321],wai:[11,12,31,40,41,44,47,52,55,58,59,60,72,74,77,80,87,97,141,152,160,200,244,245,246,247,253,256,257,259],wait:[11,15,26,44,47,58,71,72,74,88,279,320,321,324,326,349,350,352,354,355,357,364,365,366,367,368,369,376,379,381],wait_interv:381,waitev:267,walk:301,walkthrough:53,wall:[49,51,79],wallet:11,walter:[98,414],wamerican:237,wan:280,want:[0,5,11,18,26,33,41,44,47,51,52,53,57,65,66,72,74,79,80,81,83,84,87,88,97,160,164,230,233,234],wanttowrit:68,warm:310,warmuth:161,warning:[41,47,374],warranties:81,wart:62,wasn:[97,98,100,158,246,414],wast:99,water:[97,263,348],wbreyha:140,wcw:98,web1:340,web2:340,web:[11,22,36,66,88,89,93,205,271,310,321,401,403],webdav:6,webmast:33,webserv:36,websit:[11,42,48,52,56],websocket:[49,211,212,213,214,216,217,218,219,401],wed:358,week:[39,301,387,410],weekend:[24,39],weekli:[238,405,406,418,420],weight:4,weiler:414,weird:[44,97,100,102,238],welcom:[0,316],well:[5,7,10,11,13,19,25,31,33,40,44,45,46,47,48,51,55,58,61,68,74,79,97,98,99,100,122,133,152,160,220,238,242,245,247,253,257,258,259,261,275,280,286,301],went:[74,97,109,237],were:[9,11,30,38,41,44,58,74,80,96,97,98,99,108,127,139,141,147,160,174,191,194,195,220,221,222,223,230,233,234,244,245,246,247,258,273,275,278,315,320,321,339,343,348,358,359,374,376,380,411],werewolf:87,werror:[49,51],wextra:[49,51],wget:237,what:[1,3,4,5],whatev:[41,44,45,55,80,88,97,237,238,244,246,259,309,310,321,402],whatsoev:81,whatsoever:81,whatwg:[216,218,219],wheaton:98,when:[3,4,5,6,8],whenev:[50,55,58,59,97,261,263,275,321],where:[1,3,5,7,11,13,26,33,36,41,44,47,49,51,55,56,58,59,60,61,74,75],where_claus:18,wherea:[75,246,280],wherein:254,wherev:133,whether:[3,7,38,44,45,53,56,68,74,80,81,87,88,93,97,98,100,102,104,120,160,236,238,242,245,247,255,275,280,297,321,345,376,380,416],which:[3,5,6,7,9,10,11,15,19,24,25,27,30,31,33,34,36,38,40,41,44,45,46,47,49,51,52,53,55,56,58,60,61,62,64,65,66,68,71,72,74,75,79,80,82,83,84,86,87,88,89,91,92,93,96,97,99,100,102,104,106,109,110,121,122,125,137,138,139,145,152,154,155,156,158,160,178,179,180,181,182,183,184,185,186,187,188,191,196,212,213,214,216,217,218,219,227,228,230,231,232,233,234,237,238,239,243,244,245,246,247,248,249,252,253,254,255,257,259,260,263,267,268,269,271,280,281,284,285,286],whichev:[88,109,291],whilst:339,white:414,whitespac:[19,56,97,98,190,259,320,321,322,362],who:[0,5,18,19,33,41,71,72,80,97,158,174],whole:[11,58,80,160,239,301,321,411,413],whom:[27,241],whose:[9,30,41,88,216,217,218,219,227,228,230,231,232,233,234,237,259,303,321,326,334,340,345,376,381,389,390,391,393,394,396,397,398,399,400,415],why:[11,33,51,56,58,71,74,238,286],wide:[13,49,58,227,228,230,231,232,233,234,257,273,297,315,333,413,415],widespread:413,widget:72,width:[58,321],wierd:156,wiggl:246,wiki:[55,70,321],wikidb:329,wikipedia:[51,55,80,239],wildcard:[140,337,345,374],wildmat:[6,91,263,321,336,348,362],wili:87,wind:[74,321],window:[11,52,99,216,218,219,237,331,401,419],wire:[5,11,58,62,74,93,261,321,406],wisdom:[237,289],wise:413,wish:[8,41,47,87,97,178,181,182,183,184,185,186,187,188,200,237,244,246,252,257,271,273,275,280,321],with_ldap:156,within:[3,5,6,11,14,15],without:[3,6,7,11,12,15,18,24,28,33,40,41,44,45,47,49,53,55,56,57,58,59,64,69,70,72,74,75,80,81,88,95,97,98,100,120,129,140,141,142,152,155,158,164,174,190,191,198,200,220,223,237,238,244,245,246,247,249,250,257,260,261,271,273,278,280,313,321,326,332,336,339,342,343,344,376,382,388,401,413,416],wno:[49,163],woefulli:267,wolfgang:[140,146,147,162,163,164,175,199,200],won:[15,47,48,74,98,141,178,183,184,185,186,187,188,245,257,258,259,268,299,311,321,376],wong:[98,414],word:[3,7,41,46,55,62,66,80,97,160,203,222,301,310,321,380,419],work:[0,1,5,11,18,33,40],workabl:246,workaround:[11,74,97,134,313,321],worker:321,workflow:74,workshop:11,world:[41,42,61],worst:310,worth:[7,11,53,98,160,246,405],worthwhil:81,would:[3,5,7,8,9,11,16,17,18,26,29,30,33,34,36,37,38,40,41,44,47,48,49,52,56,58,59,69,72,74,75,80,81,88,89,92,96,97,98,99,109,138,156,160,166,191,193,217,218,219,221,237,238,245,246,247,249,250,257,258,259,268,273,280,284,301,310,313,320,321,326,330,336,343,344,345,353,361,381,386,402,403,411,416],wouldn:74,wrap:[47,105,203],wrapper:[44,45,55,74,80,97,98,200,263,294,320],writabl:[18,44,237,321],write:[0,3,6,7,11,13,41],write_bodi:131,writeabl:[10,271],writefil:140,writer:58,writeutf8:56,written:[6,7,11,16,17,29,36,37,46,47,55,56,58,68,80,81,85,97,98,144,160,263,307,328,345,380,386,411],wrong:[48,51,55,72,74,97,141,220,223,237,321,373,389],wrote:[44,47,48,71,79],wrt:74,wslai:49,www:[36,40,70,81,236,238,321,406,416],x86:220,x86_64:[49,65,224,291],xapian:[6,44,49,51],xapianact:4,xapplepush:[178,180,181,182,183,184,185,186,187,188,248],xavier:[191,193,220,224],xbackup:[246,321],xbackup_en:[246,321],xcal:[133,401],xconversations:[90,321],xconvmodseq:74,xconvmultisort:321,xfd:[48,72],xfer:[74,100,121,122,125,140,141,145,147,150,151,152,153,154,155,156,158,161,167,168,175,193,194,195,199,222,225,237,257,321,345],xfz:[48,72],xlist:[19,87,145,161,237,321,333],xlt:56,xmalloc:[55,68,80],xml:[27,49,51,142,169,321,331,401],xml_support:223,xmpp:401,xor:58,xpath:237,xrealloc:[55,100],xref:[9,100],xrunannot:321,xsha1:196,xsnippets:[201,321],xstrdup:68,xutil:237,xxd:49,xxx:[40,44,47,56,257,299],xzmalloc:55,xzvf:81,y2k:348,yacc:[75,97,100],yahoo:[27,248],yann:154,yapc12:160,yeah:74,year:[11,44,154,158,203,310,323,348,406,411],yep:74,yet:[11,19,38,44,45,46,47,51,66,72,74,85],yield:246,yjh:202,yoni:414,york:401,you:[0,3,6,7,9,11,12,15,16,17,18,26,27,28,29,30,33,34,36,37,40,41,44,45,46,47,48,49,51,52,53,55,57,58,59,65,66,70],young:263,your_fork:53,your_username:53,yourself:[2,3,44,45,55],yourserv:255,yum:[82,84,86],yyi:40,zan:203,zephyr:[97,98,365],zephyrgram:365,zero:[19,41,44,45,47,55,56,58,59,68,80,97,98,107,147,156,237,244,246,261,263,268,320,321,322,324,349,350,352,354,355,364,365,366,367,369,374,379,380],zeroskip:[6,88,90,211,212,213,214,216,217,218,219,268,321],zhukov:[189,200,203],zlib1g:[49,237],zlib:[12,49,74,222],zoneinfo:4,zoneinfo_db:[88,321],zoneinfo_db_path:[88,251,321,331],zoneinfo_dir:[88,216,217,218,219,321],zoom:405,zstandard:401,zstd:401,zzz:[40,61]},titles:["We need your help","Developers","Download","Glossary","Configuration Guide","Authentication and Authorization","Databases","Deployment Scenarios","Known Protocol Limitations","Mailbox Creation Distribution","Performance Recommendations","Storage Considerations","Supported Platforms and System Requirements","Features","Access Control","Archiving","Kerberos Authentication","LDAP Authentication","SQL Authentication","Automatic Creation of Mailboxes","CalDAV Collections","CardDAV Support","DAV Collection Management","DAV Components","Delayed Delete","Delayed Expunge","Duplicate Message Delivery Suppression","Event Notifications","Mail Spool Partitions","Mailbox Annotations (METADATA)","Mailbox Distribution","Mailbox Metadata Partitions","Message Annotations (METADATA)","Mailbox Namespaces","Quota","Sealed System Design","Cyrus IMAP Murder (Server Aggregation)","Server Side Filtering (Sieve)","Shared Seen State","Single-Instance Store","Virtual Domains","Concepts","IMAP Developer Guide","Developer APIs","CyrusDB API","cyrusdb API","Index API","Mailbox API","Releasing new builds of ancient Cyrus IMAP versions","Compiling","Cyrus Works","Developer Test Environment","Documentation","GitHub guide","Developer Guidance","Cyrus IMAP Server: Hacking","Cyrus IMAP Server: Internationalization","Cyrus IMAP Server: Locking","Cyrus IMAP Server: Mailbox File Formats","Cyrus IMAP Server: Namelocks","Cyrus IMAP Server: prot layer","Cyrus IMAP Server: Replication Examples","Cyrus IMAP Server: Replication Protocol v2.4+","Cyrus IMAP Server: Special Characters","Cyrus IMAP Server: var directory structure","Xapian for searching","JMAP support","Developer Libraries","<strong>imclient</strong> library","Namespaces: a developer view","Overview of Cyrus development environment","Development Process","Releasing Cyrus IMAP","Developer Thoughts &amp; Notes","Notes for backup implementation","Cyrus IMAP Server: Sieve Bytecode","Cyrus CalDAV Scheduling Flowchart","Enabling improved_mboxlist_sort","Cyrus IMAP Server: Notes","Cyrus IMAP Server: Prot Events","Unit Tests","Get Cyrus","CentOS","Debian","Fedora","openSUSE","Red Hat Enterprise Linux","Ubuntu","CalDAV","CardDAV","JMAP","RSS Feeds","WebDAV","HTTP modules","Configuring the MTA","Virus Scanner","Notes for Packagers","Cyrus IMAP 1.x Release Notes","Cyrus IMAP 2.0.x Release Notes","Cyrus IMAP 2.1.x Release Notes","Cyrus IMAP 2.2.x Release Notes","Cyrus IMAP 2.3 Releases","Cyrus IMAP 2.3.0 Release Notes","Cyrus IMAP 2.3.1 Release Notes","Cyrus IMAP 2.3.10 Release Notes","Cyrus IMAP 2.3.11 Release Notes","Cyrus IMAP 2.3.12 Release Notes","Cyrus IMAP 2.3.13 Release Notes","Cyrus IMAP 2.3.14 Release Notes","Cyrus IMAP 2.3.15 Release Notes","Cyrus IMAP 2.3.16 Release Notes","Cyrus IMAP 2.3.17 Release Notes","Cyrus IMAP 2.3.18 Release Notes","Cyrus IMAP 2.3.19 Release Notes","Cyrus IMAP 2.3.2 Release Notes","Cyrus IMAP 2.3.20 Release Notes","Cyrus IMAP 2.3.3 Release Notes","Cyrus IMAP 2.3.4 Release Notes","Cyrus IMAP 2.3.5 Release Notes","Cyrus IMAP 2.3.6 Release Notes","Cyrus IMAP 2.3.7 Release Notes","Cyrus IMAP 2.3.8 Release Notes","Cyrus IMAP 2.3.9 Release Notes","Cyrus IMAP 2.4-caldav Releases","Cyrus IMAP 2.4.17-caldav-beta1 Release Notes","Cyrus IMAP 2.4.17-caldav-beta10 Release Notes","Cyrus IMAP 2.4.17-caldav-beta11 Release Notes","Cyrus IMAP 2.4.17-caldav-beta2 Release Notes","Cyrus IMAP 2.4.17-caldav-beta3 Release Notes","Cyrus IMAP 2.4.17-caldav-beta4 Release Notes","Cyrus IMAP 2.4.17-caldav-beta5 Release Notes","Cyrus IMAP 2.4.17-caldav-beta6 Release Notes","Cyrus IMAP 2.4.17-caldav-beta7 Release Notes","Cyrus IMAP 2.4.17-caldav-beta8 Release Notes","Cyrus IMAP 2.4.17-caldav-beta9 Release Notes","Cyrus IMAP 2.4 Releases","Cyrus IMAP 2.4.0 Release Notes","Cyrus IMAP 2.4.1 Release Notes","Cyrus IMAP 2.4.10 Release Notes","Cyrus IMAP 2.4.11 Release Notes","Cyrus IMAP 2.4.12 Release Notes","Cyrus IMAP 2.4.13 Release Notes","Cyrus IMAP 2.4.14 Release Notes","Cyrus IMAP 2.4.15 Release Notes","Cyrus IMAP 2.4.16 Release Notes","Cyrus IMAP 2.4.17 Release Notes","Cyrus IMAP 2.4.18 Release Notes","Cyrus IMAP 2.4.19 Release Notes","Cyrus IMAP 2.4.2 Release Notes","Cyrus IMAP 2.4.20 Release Notes","Cyrus IMAP 2.4.21 Release Notes","Cyrus IMAP 2.4.22 Release Notes","Cyrus IMAP 2.4.3 Release Notes","Cyrus IMAP 2.4.4 Release Notes","Cyrus IMAP 2.4.5 Release Notes","Cyrus IMAP 2.4.6 Release Notes","Cyrus IMAP 2.4.7 Release Notes","Cyrus IMAP 2.4.8 Release Notes","Cyrus IMAP 2.4.9 Release Notes","Cyrus IMAP 2.5 Releases","Cyrus IMAP 2.5.0 Release Notes","Cyrus IMAP 2.5.1 Release Notes","Cyrus IMAP 2.5.10 Release Notes","Cyrus IMAP 2.5.11 Release Notes","Cyrus IMAP 2.5.12 Release Notes","Cyrus IMAP 2.5.13 Release Notes","Cyrus IMAP 2.5.15 Release Notes","Cyrus IMAP 2.5.16 Release Notes","Cyrus IMAP 2.5.17 Release Notes","Cyrus IMAP 2.5.2 Release Notes","Cyrus IMAP 2.5.3 Release Notes","Cyrus IMAP 2.5.4 Release Notes","Cyrus IMAP 2.5.5 Release Notes","Cyrus IMAP 2.5.6 Release Notes","Cyrus IMAP 2.5.7 Release Notes","Cyrus IMAP 2.5.8 Release Notes","Cyrus IMAP 2.5.9 Release Notes","Cyrus IMAP 3.0 Releases","Cyrus IMAP 3.0.0 Release Notes","Cyrus IMAP 3.0.0 beta1 Release Notes","Cyrus IMAP 3.0.0 beta2 Release Notes","Cyrus IMAP 3.0.0 beta3 Release Notes","Cyrus IMAP 3.0.0 beta4 Release Notes","Cyrus IMAP 3.0.0 beta5 Release Notes","Cyrus IMAP 3.0.0 beta6 Release Notes","Cyrus IMAP 3.0.0 rc1 Release Notes","Cyrus IMAP 3.0.0 rc2 Release Notes","Cyrus IMAP 3.0.0 rc3 Release Notes","Cyrus IMAP 3.0.0 rc4 Release Notes","Cyrus IMAP 3.0.1 Release Notes","Cyrus IMAP 3.0.10 Release Notes","Cyrus IMAP 3.0.11 Release Notes","Cyrus IMAP 3.0.12 Release Notes","Cyrus IMAP 3.0.13 Release Notes","Cyrus IMAP 3.0.14 Release Notes","Cyrus IMAP 3.0.15 Release Notes","Cyrus IMAP 3.0.2 Release Notes","Cyrus IMAP 3.0.3 Release Notes","Cyrus IMAP 3.0.4 Release Notes","Cyrus IMAP 3.0.5 Release Notes","Cyrus IMAP 3.0.6 Release Notes","Cyrus IMAP 3.0.7 Release Notes","Cyrus IMAP 3.0.8 Release Notes","Cyrus IMAP 3.0.9 Release Notes","Cyrus IMAP 3.1 Tags","Cyrus IMAP 3.1.0-dev Release Notes","Cyrus IMAP 3.1.1 Tag Notes","Cyrus IMAP 3.1.2 Tag Notes","Cyrus IMAP 3.1.3 Tag Notes","Cyrus IMAP 3.1.4 Tag Notes","Cyrus IMAP 3.1.5 Tag Notes","Cyrus IMAP 3.1.6 Tag Notes","Cyrus IMAP 3.1.7 Tag Notes","Cyrus IMAP 3.1.8 Tag Notes","Cyrus IMAP 3.1.9 Tag Notes","Cyrus IMAP 3.2 Releases","Cyrus IMAP 3.2.0 Release Notes","Cyrus IMAP 3.2.0-beta3 Release Notes","Cyrus IMAP 3.2.0-beta4 Release Notes","Cyrus IMAP 3.2.0-rc1 Release Notes","Cyrus IMAP 3.2.1 Release Notes","Cyrus IMAP 3.2.2 Release Notes","Cyrus IMAP 3.2.3 Release Notes","Cyrus IMAP 3.2.4 Release Notes","Cyrus IMAP 3.2.5 Release Notes","Cyrus IMAP 3.2.6 Release Notes","Cyrus IMAP 3.3 Tags","Cyrus IMAP 3.3.0 Tag Notes","Cyrus IMAP 3.3.1 Tag Notes","Cyrus IMAP 3.4 Releases","Cyrus IMAP 3.4.0 Release Notes","Cyrus IMAP 3.4.0-beta1 Release Notes","Cyrus IMAP 3.4.0-beta2 Release Notes","Cyrus IMAP 3.4.0-beta3 Release Notes","Cyrus IMAP 3.4.0-rc1 Release Notes","Cyrus IMAP 3.5 Tags","Release Notes","Upgrading to 3.4","Installing Cyrus","Introduction to Cyrus IMAP","Administrator Guide","Access Control","Combining Access Rights","Access Control Defaults","Access Control Identifier (ACI)","Access Control Lists Rights Reference","Cyrus Backups","Mailbox Distribution","Cyrus Event Source","File &amp; Directory Locations","Archive Partitions","Configuration file locations","Directory Hashing","Spool Directories","Search Tiers","Monitoring","Cyrus Murder","Cyrus Murder: Concepts","Cyrus Murder Failure Modes","Cyrus Murder: Installation and Administration","Cyrus Murder Mail Delivery","Cyrus Murder Mupdate Details","HOWTO: Using an NGINX IMAP Proxy","Cyrus NNTP","Ports and Sockets","Cyrus Service Definitions","Cyrus Socket Locations","Cyrus Prot Layer","Quotas","Quota Roots","Supported Quota Types","Cyrus Sieve","Standard Operating Procedures","Running Cyrus IMAP Services on Non-Standard Ports","Alternative Namespace","Deleting and Undeleting Messages and Folders","Mailbox Operations","Mailbox Folders exempt from quota","Reconstructing Mailboxes","Reloading Cyrus IMAP Services","Replication: Installation and Administration","Splitting Metadata from Partitions","Using Squatter for Faster IMAP SEARCH","Managing user_deny.db","Tweaking Cyrus IMAP","System Architecture","Frequently Asked Questions","Which database backend should I use for which databases?","Duplicate Delivery Suppression","Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora","Help! There must be an easier way to get all this going...","OpenSSL Version Mismatches","Why does Cyrus reject 8-bit characters in the headers of my messages?","Why does Cyrus reject messages with &quot;bare newlines&quot;?","How do I get Cyrus Sieve to play nice with Exim?","Why does mail delivery go slow or hang sometimes?","How do I view ACLs on a mailbox?","What annotations are available?","Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem?","How to enable core dumps","Why can I not delete a mailbox as an admin user?","When is What ... Deleted, Expired, Expunged or Purged?","Why is deliver.db so large?","I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in!","How to run gdb on Cyrus components","Cyrus delivers claims that the mailbox does not exist","Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail?","Can I use MySQL (or another SQL database) as the primary mail store?","Why do POP3 connections take so long, but once the connection is established all is well?","Why does reconstruct -m not work?","Shared File Systems GPFS for high availability","How to enable telemetry","The process count keeps growing!","&quot;unable to join environment&quot; error","Why does Cyrus set the MAIL FROM address of the sender of vacation responses to '&lt;&gt;'?","Does the Cyrus Murder support High Availability configurations?","Can I configure pop3d to log amount and size of messages fetched by user?","How can I make CyrusSieve work with public shared folders?","Can I have subfolders not appear under INBOX?","Man pages","<strong>cyrus.conf</strong>","<strong>imapd.conf</strong>","<strong>krb.equiv</strong>","<strong>arbitron</strong>","<strong>backupd</strong>","<strong>chk_cyrus</strong>","<strong>ctl_backups</strong>","<strong>ctl_conversationsdb</strong>","<strong>ctl_cyrusdb</strong>","<strong>ctl_deliver</strong>","<strong>ctl_mboxlist</strong>","<strong>ctl_zoneinfo</strong>","<strong>cvt_cyrusdb</strong>","<strong>cvt_xlist_specialuse</strong>","<strong>cyr_backup</strong>","<strong>cyr_buildinfo</strong>","<strong>cyr_dbtool</strong>","<strong>cyr_deny</strong>","<strong>cyr_df</strong>","<strong>cyr_expire</strong>","<strong>cyr_info</strong>","<strong>cyr_sequence</strong>","<strong>cyr_synclog</strong>","<strong>cyr_userseen</strong>","<strong>cyr_virusscan</strong>","<strong>cyradm</strong>","<strong>cyrdump</strong>","<strong>deliver</strong>","<strong>fetchnews</strong>","<strong>fud</strong>","<strong>httpd</strong>","<strong>idled</strong>","<strong>imapd</strong>","<strong>ipurge</strong>","<strong>lmtpd</strong>","<strong>lmtpproxyd</strong>","<strong>masssievec</strong>","<strong>master</strong>","<strong>mbexamine</strong>","<strong>mbpath</strong>","<strong>mbtool</strong>","<strong>mkimap</strong>","<strong>mknewsgroups</strong>","<strong>mupdate</strong>","<strong>nntpd</strong>","<strong>notifyd</strong>","<strong>pop3d</strong>","<strong>pop3proxyd</strong>","<strong>promstatsd</strong>","<strong>proxyd</strong>","<strong>ptdump</strong>","<strong>ptexpire</strong>","<strong>ptloader</strong>","<strong>quota</strong>","<strong>reconstruct</strong>","<strong>rehash</strong>","<strong>restore</strong>","<strong>sievec</strong>","<strong>sieved</strong>","<strong>smmapd</strong>","<strong>squatter</strong>","<strong>sync_client</strong>","<strong>sync_reset</strong>","<strong>sync_server</strong>","<strong>timsieved</strong>","<strong>tls_prune</strong>","<strong>translatesieve</strong>","<strong>unexpunge</strong>","<strong>arbitronsort.pl</strong>","<strong>dav_reconstruct</strong>","<strong>httptest</strong>","<strong>imtest</strong>","<strong>installsieve</strong>","<strong>lmtptest</strong>","<strong>mupdatetest</strong>","<strong>nntptest</strong>","<strong>pop3test</strong>","<strong>sieveshell</strong>","<strong>sivtest</strong>","<strong>smtptest</strong>","<strong>synctest</strong>","RFCs Supported by Cyrus IMAP","Reporting Bugs","IRC Chat","Mailing Lists","Online Meetings","What is Cyrus IMAP?","Operations","Overview","About Cyrus","Cyrus Bylaws","Cyrus History","Cyrus Roadmap","About Cyrus","Who Is Cyrus","Preface","Quickstart Guide","Setup","Sitemap","Document Conventions","Support/Community"],titleterms:{"case":[9,30,36,247,306],"char":[44,45],"const":[44,45],"default":[12,41,49,96,160,178,182,183,184,185,186,187,188,205,206,207,208,209,210,211,212,213,214,216,217,218,219,227,228,230,231,232,233,234,243,253,254],"delete":[76,261],"export":259,"function":[49,55],"int":[44,45],"long":308,"new":[6,41,48,80,96,146,160,173,202,203,237,263],"public":317,"short":61,"switch":[160,274],"true":257,"try":303,"var":64,"void":[44,45],about:[44,45,50,74,88,90,91,93,95,246,289,409,413,415],acap:56,access:[6,14,33,41,88,89,92,241,242,243,244,245,248,320],account:53,aci:[41,244],acl:[41,242,243,296],aclchang:27,action:[47,61],activate:261,actual:247,add:[53,76],adding:[80,259],addit:[49,259],addition:[65,253,259],address:[40,314],addressbook:89,addressbookprefix:89,adjust:56,admin:300,administr:[33,40,41,66,88,89,92,240,243,246,259,280],again:258,aggreg:7,aggregat:[36,41],all:[76,242,290,308],allocat:55,allow:160,allowplaintext:93,also:[68,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,336,337,338,339,340,342,343,344,345,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,396,398,399,400],altern:[41,244,274],alternat:49,altnamespac:33,amount:316,analysi:257,ancient:48,ani:237,annot:[6,297],annotat:[6,29,32,160],anonym:[41,244],anoth:307,anyon:[41,244],api:[43,44,45,46,47,59,267],appear:318,append:[47,242],appendic:257,appendix:257,apple:248,applepushservic:27,applicat:[11,247],arbitron:323,arbitronsort:388,architectur:[240,246,257,259,280,285],archive:[15,249,250],arguments:345,articl:263,asked:286,assumption:257,atom:[62,261],attende:76,authent:[5,13,16,17,18,41,49,93,238,257,345,416],authenticate:261,author:[5,41,55,244,345,397],autoconf:160,autocr:[19,88,160],autom:19,automat:19,avail:[258,297,310],availabl:[9,11,27,30,247,315],back:259,backend:[9,30,36,44,45,160,247,257,259,261,287],background:419,backup:[6,74,237,246,259],backupd:[74,324],bad:261,balanc:257,bare:293,basic:33,befor:71,begin:71,behavior:[41,268],benefit:257,beta10:125,beta11:126,beta1:[124,179,231],beta2:[127,180,232],beta3:[128,181,217,233],beta4:[129,182,218],beta5:[130,183],beta6:[131,184],beta7:132,beta8:133,beta9:134,between:[61,259],binari:96,bit:292,blow:258,board:410,bold:419,boyer:56,buffer:11,bug:[68,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,220,221,222,223,224,225,349,402],bugfix:[178,179,180,181,182,183,184,185,186,187,188,205,206,207,208,209,210,211,212,213,214,216,217,218,219,227,228,230,231,232,233,234],build:[12,48,49,52,81,192,193,194,220,221,222,223,224],busytim:76,busytime_query_loc:76,busytime_query_remot:76,bylaw:410,bytecod:75,cach:[6,47,58,237],calcul:41,caldav:[6,20,49,76,88,123,124,125,126,127,128,129,130,131,132,133,134,160,238],caldav_allowcalendaradmin:88,caldav_allowschedul:88,caldav_delete_sch:76,caldav_post:76,caldav_put:76,calendar:[13,76,88],calendaralarm:27,calendarprefix:88,callout:160,can:[160,300,307,316,317,318],cancel:76,canon:56,capac:11,carddav:[6,21,49,89,160,238],carddav_allowaddressbookadmin:89,cassandan:51,catchal:160,centos:82,certif:[10,238],chain:280,chang:[41,71,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,216,217,218,219,220,221,222,223,224,225,227,228,230,231,232,233,234,259,273,410],channel:[280,285],charact:[56,63,292],charset:56,chartabl:56,chat:[74,403],chdir:345,check:[49,238],child:312,chk_cyru:325,claim:305,clamav:95,clean:312,clean_compon:76,client:[5,40,66,90,257,263,301,349],close:[46,47],cmd:160,code:[45,55,56,71],collect:[13,20,22],combin:242,come:257,command:[74,261,319,345],commands:345,commit:47,common:286,commun:[71,238,416,420],compact:74,compar:56,compil:[49,56,65,66,248,289],complet:[237,278],compon:[12,23,70,76,238,304],compress:280,comput:9,concept:[40,41,257],conf:[96,160,173,285,320,321],config:[88,237,238],configdirectori:[238,298,416],configur:[4,18,24,25,40,41,44,45,51,65,80,88,89,90,91,92,93,94,95,96,146,160,178,182,183,184,185,186,187,188,202,203,205,206,207,208,209,210,211,212,213,214,216,217,218,219,227,228,230,231,232,233,234,237,248,251,255,259,263,271,280,303,315,316,319,357,416],connect:[308,312],consid:75,consider:[11,58,59,280],consist:72,contact:[13,260],content:[48,72,80,246,271],context:275,contributor:414,control:[14,15,41,56,88,89,92,241,243,244,245,263,265,266,268,320],convent:[52,419],converg:9,convers:6,convert:268,copi:237,copy:257,core:[299,410,414],corrupt:74,cost:11,count:312,counter:6,creat:[18,41,47,53,76,238,243],createmailbox:345,creation:[9,19],cross:48,ctl_backup:[74,246,326],ctl_conversationsdb:327,ctl_cyrusdb:[44,328],ctl_deliv:329,ctl_mboxlist:330,ctl_zoneinfo:331,current:63,cvt_cyrusdb:[44,332],cvt_xlist_specialus:333,cyr_backup:[74,246,334],cyr_buildinfo:335,cyr_dbtool:[44,336],cyr_deni:337,cyr_df:338,cyr_expir:339,cyr_info:340,cyr_sequ:341,cyr_synclog:342,cyr_userseen:343,cyr_virusscan:344,cyradm:[161,173,263,345],cyrdump:346,cyru:[1,6,7,8,12,18,24,25,30,36,41,48,49,50,51,55,56,57,58,59,60,61,62,63,64,65,66,70,72,75,76,78,79,81,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,237,238,239,246,248,256,257,258,259,260,261,263,265,266,267,271,273,279,284,285,292,293,294,304,305,314,315,320,401,406,409,410,411,412,413,414,415,416],cyrusdb:[44,45],cyrusdb_:44,cyrusdb_abort:[44,45],cyrusdb_clos:[44,45],cyrusdb_commit:[44,45],cyrusdb_consist:[44,45],cyrusdb_cr:[44,45],cyrusdb_delet:[44,45],cyrusdb_don:[44,45],cyrusdb_dump:[44,45],cyrusdb_fetch:[44,45],cyrusdb_fetchlock:[44,45],cyrusdb_foreach:[44,45],cyrusdb_foron:[44,45],cyrusdb_init:[44,45],cyrusdb_open:[44,45],cyrusdb_stor:[44,45],cyrusdb_sync:[44,45],cyrusman:52,cyrussiev:317,daemon:[304,320],data:[9,11,44,45,56,74,191,237,247,261],databas:[6,10,18,42,49,74,160,237,251,257,259,261,268,287,307],datalen:[44,45],dav:[6,13,22,23],dav_reconstruct:389,davdriveprefix:92,debian:[83,174],debug:[51,80],declin:76,defin:[15,263],definit:[257,265,275],delai:[24,25,47],delet:[24,47,242,275,300,301],delete_mod:160,deleteaclmailbox:345,deletemailbox:345,deliv:[6,40,76,259,302,305,347],deliver_merge_pollstatu:76,deliver_merge_repli:76,deliver_merge_request:76,deliver_merge_vpoll_repli:76,deliveri:[6,26,41,238,257,260,288,295,416],depend:[49,65,162,163,164,176,189,196,203],deploy:7,descript:[15,68,320,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,396,398,399,400],description:[321,345,397],descriptions:321,design:35,detail:[44,45,58,261],determin:276,dev:205,develop:[1,42,43,49,51,54,66,67,69,70,71,73,160,236,410],devic:[9,30],differ:246,directori:[41,64,238,249,251,252,253,278],disconnect:345,discret:[7,36],discretionari:241,disk:11,displai:91,distribut:[9,30,81,88,160,247,259,284],dlist:62,dns:257,document:[52,160,419],doe:[160,292,293,295,305,309,314,315],domain:40,down:237,download:2,draft:401,due:306,dump:299,duplic:[6,26,41,288],each:76,earlier:412,easi:258,easier:290,email:[238,263],enabl:[12,15,77,299,311],end:[93,259],engineer:410,enhanc:273,enhancement:160,enterpris:86,environ:[7,51,70,238,313],ephemer:[96,238,251],equal:[9,30,247],equiv:322,erratum:197,error:[289,313],establish:308,etc:[96,246],evaluat:75,event:[27,60,76,79,160,248,267],events:320,everyon:246,everyth:18,exampl:[27,30,33,44,45,52,59,61,68,247,320,322,323,324,325,326,327,328,329,330,331,332,333,334,336,337,338,339,340,341,342,343,344,347,350,351,352,353,354,355,358,359,360,361,363,366,367,368,369,373,374,376,379,380,381,383,384,387,388,390,391,393,394,396,398,399,400],exclud:76,exclude:30,exclus:247,exclusion:[9,247],exempt:277,exim:294,exist:[237,305],exit:345,experi:303,experiment:[200,220],expire:[263,275,301],expung:[25,301],expunge_mod:160,extend:160,extens:[220,221,271],extern:56,external:81,facil:41,fail:80,failov:280,failur:[257,258],faster:282,featur:[13,96,160,200,220,237,242,286,406],fedora:[84,289],feed:[91,263],fetch:316,fetchnew:[6,348],field:321,file:[6,41,42,52,58,62,96,237,238,246,249,251,257,284,285,310,319,322,323,324,326,327,328,329,330,331,332,333,334,336,337,338,339,340,342,343,344,347,348,349,350,351,352,353,354,355,357,358,359,360,363,364,365,366,367,368,369,370,371,372,373,374,375,376,379,380,381,382,383,384,385,387],filesystem:[10,96,298],filter:[37,41],find:[257,261],finish:48,first:47,fit:[9,30,247],fix:[160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,207,208,209,210,211,212,213,214,216,217,218,219,220,221,222,223,224,225,227,228,230,231,232,233,234],fixup:56,flag:[44,45,62,301],flagsclear:27,flagsset:27,flat:6,flowchart:76,fname:[44,45],folder:[11,19,61,160,271,275,277,278,301,317],footprint:160,forc:[44,45],foreach_p:[44,45],fork:53,form:56,format:[49,58,75,160,261],found:306,freebusi:88,freez:303,frequent:286,from:[76,81,237,238,246,259,277,281,314,416],front:259,frontend:[9,30,247,257],fud:349,full:[44,45],further:[66,263],futur:[56,58,63,257,412],gdb:304,gener:[11,55,56,75,93,95,282],get:[42,81,290,294],getmetadata:345,git:81,github:[52,53,71],global:273,glossari:3,goodp:[44,45],gotcha:[44,259],govern:410,gpfs:310,greater:160,group:[238,246,410,416],groupwar:11,grow:312,guid:[4,42,53,240,416],guidanc:54,guidelin:247,hack:55,handl:56,hang:295,happen:[9,30,247,257,258],hard:258,hash:252,hat:[86,289],have:[258,303,318],header:[58,292],help:[0,290,345],hex32:62,hex:62,high:[285,310,315,412],hint:55,histori:[324,326,327,331,333,334,337,339,340,342,344,350,368,374,376,380,381,392,411],host:[7,160],how:[44,50,237,294,296,299,304,311,317],howto:262,http:[76,93],httpd:[49,93,350],httpmodul:93,httptest:390,hub:70,idempot:280,identifi:[41,244],idl:351,idled:12,ietf:401,iii:410,imap4:413,imap:[7,8,12,24,25,30,36,41,42,44,48,55,56,57,58,59,60,61,62,63,64,72,75,78,79,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,239,246,257,262,273,279,282,284,301,401,406,413],imap_current_stable_vers:52,imapd:[96,173,285,303,321,352],imapfe:263,imaptest:51,imclient:68,imip:76,imip_send:76,impact:160,implement:[8,56,59,74,90,257],implicit:[41,243],improv:96,improved_mboxlist_sort:77,imtest:391,inbox:318,includ:160,incom:306,index:[6,46,58,74,160,282],individu:[245,278,414],info:345,inform:[93,263],informat:[30,71],initial:[41,243,246,261],input:56,instal:[74,416],install:[51,66,81,237,238,271,416],installat:[237,246,259,280,286],installsiev:392,instanc:[39,41,76],instruct:74,integrat:11,inter:72,interfac:[44,56],internal:1,internation:56,interoper:286,intro:[45,46,47,58,59],introduct:[48,56,61,80,239,246,271],invocat:282,invoke:285,ipurg:353,irc:403,isched_send:76,ischedul:[76,88],iscsi:11,issue:[53,191],italic:419,item:[237,247],itip:76,jmap:[49,66,90,220,221],join:313,just:273,keep:[259,312],kei:[6,44,45,53],kerbero:[16,41,244],keylen:[44,45],keyword:68,known:8,krb5:289,krb:322,kssl:289,kvlist:62,languag:41,larg:302,launch:[238,416],layer:[60,267],layout:45,ldap:17,ldap_tls_:160,level:[11,285,412],librari:[67,68],libtool:160,licens:81,lifetim:57,limit:[8,19,246],line:[74,345],link:72,linux:[86,273,289],lirstw:242,list:[6,41,52,62,67,71,74,91,245,257,261,326,404],listaclmailbox:345,listmailbox:345,listquota:345,listquotaroot:345,lmtp:[41,160],lmtp_catchall_mailbox:160,lmtp_fuzzy_mailbox_match:160,lmtpd:354,lmtpproxyd:355,lmtptest:393,load:[13,246,257],local:[41,76,260],locat:[249,251,253,254,266],lock:[8,47,57,58,59,74,246,284,298,326],log:[41,285,303,316],login:[27,41,160],logout:[27,261],longer:312,loss:191,lrsip:242,lrsp:242,lrswipkxtecd:242,lrswipkxtecda:242,lrxte:242,lun:11,machin:80,macro:[56,242],mail:[28,40,41,49,52,71,238,249,257,259,260,271,284,295,306,307,314,404,416],mailbox:[5,6,8,9,13,18,19,29,30,31,33,41,47,57,58,74,91,160,243,247,257,259,260,261,275,276,277,278,284,296,300,305,306],mailboxcr:27,mailboxdelet:27,mailboxrenam:27,mailboxsubscrib:27,mailboxunsubscrib:27,major:[178,179,180,181,182,183,184,185,186,187,188,205,206,207,208,209,210,211,212,213,214,216,217,218,219,227,228,230,231,232,233,234],make:[56,71,80,317],man:[52,319],manag:[13,22,240,271,283],manual:280,map:62,map_fre:55,map_refresh:55,masssievec:356,master:[96,258,259,261,280,357],maximum:312,mbexamin:358,mboxconfig:345,mboxkei:6,mbpath:359,mbtool:360,meet:405,member:76,memcpi:55,memori:[55,160],messag:[13,26,32,41,58,61,74,76,263,275,292,293,301,316],messageappend:27,messagecopi:27,messageexpir:27,messageexpung:27,messagemov:27,messagenew:27,messageread:27,messagetrash:27,metadata:[29,31,32,160,242,249,253,281,284],methods:365,mime:413,minim:56,miscellan:160,mismatch:291,mixe:306,mkchartabl:56,mkimap:361,mknewsgroup:362,mode:[9,30,33,247,257,258,280,326,334,376],model:46,modifi:76,modul:[55,93],monitor:[41,255,268],mono:419,moor:56,more:56,most:[9,30,247],motiv:75,move:[246,259,301],mta:[94,238,416],multi:7,multipath:11,multipl:[40,246,303],multiplex:257,mupdat:[258,260,261,363],mupdate:[257,259],mupdatetest:394,murder:[7,9,12,30,36,41,49,160,175,237,256,257,258,259,260,261,285,315],must:290,mysql:[18,307],name:[96,160,254,257,345,397],namelock:[59,160],namespac:[33,69,274],need:0,neg:41,network:55,newli:[41,243],newlin:293,newsgroup:263,nfs:11,nginx:262,nice:294,nntp:263,nntpd:364,nntptest:395,non:[273,419],none:242,nonstandard:[220,221],noop:261,normal:56,note:[11,48,58,72,73,74,78,96,97,98,99,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,216,217,218,219,220,221,222,223,224,225,227,228,230,231,232,233,234,236,237,357,419],notes:[345,347],notif:[27,41,160,344],notification:365,notifyd:365,now:246,num32:62,num:62,numer:[41,270],object:62,occasion:303,octet:56,off:33,older:236,onc:308,one:246,onli:49,online:405,opene:[46,47],openssl:291,opensuse:85,oper:72,operat:[257,272,276,280,284,286,407],option:[88,146,160,173,202,203,248,255,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,389,390,391,392,393,394,396,398,399,400],optional:[12,49,66,238],options:397,order:[57,72],organ:76,other:[33,41,49,75,76,162,163,164,175,176,189,192,196,197,198,199,200,224,243,246,280],outbox:76,outgo:271,over:41,overal:75,overview:[6,52,70,237,248,257,263,408],own:80,owner:[41,243],packag:[81,96,416],page:[52,319],pam:18,pam_mysql:18,particip:[71,261],particular:246,partit:[9,28,30,31,41,74,160,246,249,250,253,254,281,284],past:414,patch:[52,71,174],path:160,pattern:56,per:251,perform:[10,11,15,76],period:280,person:33,phabric:160,place:237,plai:294,plaintext:41,plan:237,platform:12,point:[9,30],pollin:48,pop3:[8,41,308],pop3d:[316,366],pop3proxyd:367,pop3test:396,pop:257,port:[238,264,265,273,416],post:[76,242,263],postfix:416,pre:[18,48,70,72],predefin:96,prefac:415,prefix:[44,45],prefixlen:[44,45],prepar:[237,238],prerequisit:[48,72],primari:307,problem:286,proc:[41,298],procedur:272,process:[36,71,312,410],process_attende:76,procp:[44,45],product:236,program:96,promstatsd:368,proport:419,prot:[60,79,267],protocol:[8,11,41,62,238,416],provis:92,provok:246,proxi:[7,262],proxyd:369,ptdump:370,ptexpir:371,ptloader:372,pts:6,ptscach:6,pull:[52,53,246,263,419],purg:301,purpos:[15,96],push:[246,248,259,263],put:[76,80,298],queri:[76,260],question:[74,286],quick:[40,416],quickstart:416,quot:419,quota:[6,19,34,41,160,268,269,270,277,373],quotachang:27,quotaexce:27,quotalegaci:6,quotawithin:27,rc1:[185,219,234],rc2:186,rc3:187,rc4:188,read:[44,47,242,263],readahead:11,rebuild:51,recipi:76,recommend:[10,12],reconstruct:[41,74,237,278,309,345,374],record:[47,58],recov:[258,278],recoveri:[41,258],recurr:76,red:[86,289],reduc:246,redund:11,refer:[44,45,56,245],references:397,referr:257,regular:56,rehash:375,reindex:74,reject:[292,293,306],releas:[42,48,72,81,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,215,216,217,218,219,220,221,222,223,224,225,229,230,231,232,233,234,236,410],reload:279,remot:76,remov:[41,76,220],renam:[41,47,74],renamemailbox:345,repair:[41,268],repli:76,replic:[7,11,12,36,49,61,62,237,246,280,285],replica:280,report:402,repositori:53,represent:247,request:[52,53,76,286],requir:[12,49,56,65,246,259,280],requisit:[18,70],reserve:261,reset:[9,30,247],resourc:[42,76],respons:[76,261,314],restor:[74,246,376],restrict:[28,160],retdb:[44,45],retent:11,reus:312,rfc822:62,rfc:[52,160,401],right:[41,242,243,245,246],roadmap:[410,412],rock:[44,45],roll:[246,280],root:[41,269],rss:91,rss_feed:91,rss_feedlist_templ:91,run:[51,80,238,273,304],safe:298,same:[9,30,247],sampl:[41,66,96],sanit:76,sasl:[18,49,238,406,416],saslauthd:18,scalabl:11,scan:95,scanner:95,scenario:[7,30],sched_busytime_queri:76,sched_cancel:76,sched_declin:76,sched_deliv:76,sched_deliver_loc:76,sched_deliver_remot:76,sched_exclud:76,sched_pollstatu:76,sched_repli:76,sched_request:76,sched_vpoll_repli:76,schedul:[76,246],script:[19,80,271],seal:35,search:[6,56,65,249,254,282],secret:41,section:[96,320],secur:[13,165,166,174,190,192,193,197,207,208,209,210,211,212,213,214,216,217,218,219,227,228,230,231,232,233,234,273],see:[68,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,336,337,338,339,340,342,343,344,345,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,396,398,399,400],seen:[6,38],select:[9,30,41,160,247],selector:359,send:238,sender:314,sendmail:[40,238,416],seri:[178,180,181,182,183,184,185,186,187,188,205,206,207,208,209,210,211,212,213,214,216,217,218,219,227,228,230,231,232,233,234,236],server:[7,18,36,37,41,55,56,57,58,59,60,61,62,63,64,75,78,79,246,257,259,260,261,271,280,345],serverlist_select_soft_usage_limit:247,servic:[88,96,248,265,273,279,304],services:[303,320],set:[19,49,80,96,238,259,314,416],setaclmailbox:345,setinfo:345,setmetadata:[160,345],setquota:345,setup:[80,246,255,263,416,417],share:[7,11,33,38,41,160,271,310,317],should:287,shut:237,side:37,siev:[12,19,37,41,56,75,271,294,378],sievec:377,sieveshel:397,signific:[178,179,180,181,182,183,184,185,186,187,188,205,206,207,208,209,210,211,212,213,214,216,217,218,219,227,228,230,231,232,233,234],sinc:[161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,178,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,216,217,218,219,220,221,222,223,224,225,227,228,230,231,232,233,234],singl:[7,39,41],sitemap:418,sivtest:398,size:[276,316],size_t:[44,45],skiplist:6,slave:261,slow:295,smmapd:379,smtp:[76,413],smtptest:399,snapshot:236,socket:[264,265,266],softwar:12,sometim:295,sourc:[70,81,248],space:419,special:[9,30,52,63,237,247,271],specif:[93,237],specifi:41,sphinx:160,split:281,spool:[28,64,249,253,278,284],sql:[6,18,307],squat:6,squatter:[282,380],ssh:53,ssl:[146,174],stabl:236,stacktrac:51,standard:[55,260,272,273],start:[40,42,237,320],startup:36,state:[6,38,251],statu:[76,90],status:6,statuscach:6,storag:[6,11,13,28,41,92,238,246,270,284],store:[39,41,307],string:261,strlcpy:55,strncpy:55,struct:[44,45],structur:[18,64],style:71,sub:[6,160],subfold:318,submit:52,subscrib:345,subscript:[6,19,41,257],subsystem:49,suck:263,suit:80,suitabl:76,summari:257,support:[12,21,41,65,66,93,95,160,236,270,271,315,401,420],suppress:[26,41,288],sync:[259,280],sync_client:381,sync_reset:382,sync_serv:383,synchron:[261,284],synctest:400,synopsi:[52,68,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,396,398,399,400],synopsis:[345,397],syslog:[41,238],system:[12,35,42,285,310,319],tabl:[56,80],tag:[52,72,204,206,207,208,209,210,211,212,213,214,226,227,228,235],take:308,tape:246,tarbal:[81,237],target:160,task:76,teardown:80,telemetri:311,tell:72,temporari:[10,96],termin:280,terminolog:[259,275,280],test:[1,18,48,51,66,70,72,80,238,271],than:76,thi:[160,290],thing:75,thought:73,through:[9,52,71],tid:[44,45],tidptr:[44,45],tier:[11,28,254,284],time:[88,238],timsiev:384,tip:51,tls:[6,238],tls_:160,tls_prune:385,tls_session:6,tmpf:298,todo:[55,74],togeth:18,tool:[44,52,70,81,246,271],topolog:[36,160],track:61,tradit:263,transact:[44,45],transcod:56,transfer:41,translate:56,translatesiev:386,transport:280,trash:301,trick:51,trim_attende:76,troubleshoot:[238,259],tweak:[280,284],two:[9,30,247],twoskip:[6,160],txn:[44,45],type:[6,41,62,160,248,249,270],typograph:419,tzdist:88,ubuntu:87,unabl:313,unavail:258,undefin:160,undelet:275,under:[64,318],underscor:160,unexpung:387,unicod:56,unifi:[7,36],unit:[1,80],unix:[41,244],unlock:47,unsubscrib:345,updat:[48,52,76,237],update:[178,182,183,184,185,186,187,188,205,206,207,208,209,210,211,212,213,214,216,217,218,219,227,228,230,231,232,233,234,261],upgrad:237,upgrade:[160,237],upload:72,upon:41,url:88,usage:[9,30,247],use:[36,63,81],used:28,useful:71,user:[5,6,11,19,33,41,76,93,160,238,246,251,300,301,316,319,416],user_deni:[6,283],userid:6,using:[52,71,80,246,262,263,282,284],utf:56,util:74,vacat:314,valgrind:80,variou:96,verifi:[74,237],version:[48,72,236,291,345,413],via:76,view:[69,296],virtual:40,viru:95,volum:11,voter:76,vpoll:76,wai:[260,290],want:237,warn:[41,419],webdav:[49,92],websit:72,weight:9,well:308,what:[9,30,40,80,88,237,239,246,247,257,258,297,301,304,406,413],when:[9,30,41,247,257,258,301,303],where:[80,257,301],which:287,white:419,who:[237,414],why:[292,293,295,300,302,306,308,309,314],wishlist:401,within:[18,257],work:[41,50,90,249,309,317],world:72,write:[44,47,242,271],xapian:[57,65],xapianact:6,xfermailbox:345,yet:90,you:[71,237],your:[0,53,80,238,416],yourself:81,zone:88,zoneinfo:[6,88]}})
0 Search.setIndex({envversion:49,filenames:["contribute","developers","download","glossary","imap/concepts/deployment","imap/concepts/deployment/authentication_and_authorization","imap/concepts/deployment/databases","imap/concepts/deployment/deployment_scenarios","imap/concepts/deployment/known_protocol_limitations","imap/concepts/deployment/mailbox_creation_distribution","imap/concepts/deployment/performance_recommendations","imap/concepts/deployment/storage","imap/concepts/deployment/supported-platforms","imap/concepts/features","imap/concepts/features/access-control","imap/concepts/features/archiving","imap/concepts/features/authentication-kerberos","imap/concepts/features/authentication-ldap","imap/concepts/features/authentication-sql","imap/concepts/features/automatic-creation-of-mailboxes","imap/concepts/features/caldav-collections","imap/concepts/features/carddav","imap/concepts/features/dav-collection-mgmt","imap/concepts/features/dav-components","imap/concepts/features/delayed-delete","imap/concepts/features/delayed-expunge","imap/concepts/features/duplicate-message-delivery-suppression","imap/concepts/features/event-notifications","imap/concepts/features/mail-spool-partitions","imap/concepts/features/mailbox-annotations","imap/concepts/features/mailbox-distribution","imap/concepts/features/mailbox-metadata-partitions","imap/concepts/features/message-annotations","imap/concepts/features/namespaces","imap/concepts/features/quota","imap/concepts/features/sealed-system","imap/concepts/features/server-aggregation","imap/concepts/features/server-side-filtering","imap/concepts/features/shared-seen-state","imap/concepts/features/single-instance-store","imap/concepts/features/virtual-domains","imap/concepts/overview_and_concepts","imap/developer","imap/developer/API","imap/developer/API/cyrusdb","imap/developer/API/cyrusdb2","imap/developer/API/index-api","imap/developer/API/mailbox-api","imap/developer/ancient-releasing","imap/developer/compiling","imap/developer/cyrusworks","imap/developer/developer-testing","imap/developer/documentation","imap/developer/github-guide","imap/developer/guidance","imap/developer/guidance/hacking","imap/developer/guidance/internationalization","imap/developer/guidance/locking","imap/developer/guidance/mailbox-format","imap/developer/guidance/namelocks","imap/developer/guidance/prot","imap/developer/guidance/replication_examples","imap/developer/guidance/replication_protocol","imap/developer/guidance/special_chars","imap/developer/guidance/var_directory_structure","imap/developer/install-xapian","imap/developer/jmap","imap/developer/libraries","imap/developer/libraries/imclient","imap/developer/namespaces","imap/developer/overview","imap/developer/process","imap/developer/releasing","imap/developer/thoughts","imap/developer/thoughts/backup","imap/developer/thoughts/bytecode","imap/developer/thoughts/caldav_scheduling_flowchart","imap/developer/thoughts/improved_mboxlist_sort","imap/developer/thoughts/notes","imap/developer/thoughts/prot-events","imap/developer/unit-tests","imap/download/getcyrus","imap/download/installation/distributions/centos","imap/download/installation/distributions/debian","imap/download/installation/distributions/fedora","imap/download/installation/distributions/opensuse","imap/download/installation/distributions/rhel","imap/download/installation/distributions/ubuntu","imap/download/installation/http/caldav","imap/download/installation/http/carddav","imap/download/installation/http/jmap","imap/download/installation/http/rss","imap/download/installation/http/webdav","imap/download/installation/manage-dav","imap/download/installation/mta/configuration","imap/download/installation/virus","imap/download/packagers","imap/download/release-notes/1/1.x.x","imap/download/release-notes/2.0/2.0.x","imap/download/release-notes/2.1/2.1.x","imap/download/release-notes/2.2/2.2.x","imap/download/release-notes/2.3/index","imap/download/release-notes/2.3/x/2.3.0","imap/download/release-notes/2.3/x/2.3.1","imap/download/release-notes/2.3/x/2.3.10","imap/download/release-notes/2.3/x/2.3.11","imap/download/release-notes/2.3/x/2.3.12","imap/download/release-notes/2.3/x/2.3.13","imap/download/release-notes/2.3/x/2.3.14","imap/download/release-notes/2.3/x/2.3.15","imap/download/release-notes/2.3/x/2.3.16","imap/download/release-notes/2.3/x/2.3.17","imap/download/release-notes/2.3/x/2.3.18","imap/download/release-notes/2.3/x/2.3.19","imap/download/release-notes/2.3/x/2.3.2","imap/download/release-notes/2.3/x/2.3.20","imap/download/release-notes/2.3/x/2.3.3","imap/download/release-notes/2.3/x/2.3.4","imap/download/release-notes/2.3/x/2.3.5","imap/download/release-notes/2.3/x/2.3.6","imap/download/release-notes/2.3/x/2.3.7","imap/download/release-notes/2.3/x/2.3.8","imap/download/release-notes/2.3/x/2.3.9","imap/download/release-notes/2.4-dav/index","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta1","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta10","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta11","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta2","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta3","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta4","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta5","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta6","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta7","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta8","imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta9","imap/download/release-notes/2.4/index","imap/download/release-notes/2.4/x/2.4.0","imap/download/release-notes/2.4/x/2.4.1","imap/download/release-notes/2.4/x/2.4.10","imap/download/release-notes/2.4/x/2.4.11","imap/download/release-notes/2.4/x/2.4.12","imap/download/release-notes/2.4/x/2.4.13","imap/download/release-notes/2.4/x/2.4.14","imap/download/release-notes/2.4/x/2.4.15","imap/download/release-notes/2.4/x/2.4.16","imap/download/release-notes/2.4/x/2.4.17","imap/download/release-notes/2.4/x/2.4.18","imap/download/release-notes/2.4/x/2.4.19","imap/download/release-notes/2.4/x/2.4.2","imap/download/release-notes/2.4/x/2.4.20","imap/download/release-notes/2.4/x/2.4.21","imap/download/release-notes/2.4/x/2.4.22","imap/download/release-notes/2.4/x/2.4.3","imap/download/release-notes/2.4/x/2.4.4","imap/download/release-notes/2.4/x/2.4.5","imap/download/release-notes/2.4/x/2.4.6","imap/download/release-notes/2.4/x/2.4.7","imap/download/release-notes/2.4/x/2.4.8","imap/download/release-notes/2.4/x/2.4.9","imap/download/release-notes/2.5/index","imap/download/release-notes/2.5/x/2.5.0","imap/download/release-notes/2.5/x/2.5.1","imap/download/release-notes/2.5/x/2.5.10","imap/download/release-notes/2.5/x/2.5.11","imap/download/release-notes/2.5/x/2.5.12","imap/download/release-notes/2.5/x/2.5.13","imap/download/release-notes/2.5/x/2.5.15","imap/download/release-notes/2.5/x/2.5.16","imap/download/release-notes/2.5/x/2.5.17","imap/download/release-notes/2.5/x/2.5.2","imap/download/release-notes/2.5/x/2.5.3","imap/download/release-notes/2.5/x/2.5.4","imap/download/release-notes/2.5/x/2.5.5","imap/download/release-notes/2.5/x/2.5.6","imap/download/release-notes/2.5/x/2.5.7","imap/download/release-notes/2.5/x/2.5.8","imap/download/release-notes/2.5/x/2.5.9","imap/download/release-notes/3.0/index","imap/download/release-notes/3.0/x/3.0.0","imap/download/release-notes/3.0/x/3.0.0-beta1","imap/download/release-notes/3.0/x/3.0.0-beta2","imap/download/release-notes/3.0/x/3.0.0-beta3","imap/download/release-notes/3.0/x/3.0.0-beta4","imap/download/release-notes/3.0/x/3.0.0-beta5","imap/download/release-notes/3.0/x/3.0.0-beta6","imap/download/release-notes/3.0/x/3.0.0-rc1","imap/download/release-notes/3.0/x/3.0.0-rc2","imap/download/release-notes/3.0/x/3.0.0-rc3","imap/download/release-notes/3.0/x/3.0.0-rc4","imap/download/release-notes/3.0/x/3.0.1","imap/download/release-notes/3.0/x/3.0.10","imap/download/release-notes/3.0/x/3.0.11","imap/download/release-notes/3.0/x/3.0.12","imap/download/release-notes/3.0/x/3.0.13","imap/download/release-notes/3.0/x/3.0.14","imap/download/release-notes/3.0/x/3.0.15","imap/download/release-notes/3.0/x/3.0.2","imap/download/release-notes/3.0/x/3.0.3","imap/download/release-notes/3.0/x/3.0.4","imap/download/release-notes/3.0/x/3.0.5","imap/download/release-notes/3.0/x/3.0.6","imap/download/release-notes/3.0/x/3.0.7","imap/download/release-notes/3.0/x/3.0.8","imap/download/release-notes/3.0/x/3.0.9","imap/download/release-notes/3.1/index","imap/download/release-notes/3.1/x/3.1.0-dev","imap/download/release-notes/3.1/x/3.1.1","imap/download/release-notes/3.1/x/3.1.2","imap/download/release-notes/3.1/x/3.1.3","imap/download/release-notes/3.1/x/3.1.4","imap/download/release-notes/3.1/x/3.1.5","imap/download/release-notes/3.1/x/3.1.6","imap/download/release-notes/3.1/x/3.1.7","imap/download/release-notes/3.1/x/3.1.8","imap/download/release-notes/3.1/x/3.1.9","imap/download/release-notes/3.2/index","imap/download/release-notes/3.2/x/3.2.0","imap/download/release-notes/3.2/x/3.2.0-beta3","imap/download/release-notes/3.2/x/3.2.0-beta4","imap/download/release-notes/3.2/x/3.2.0-rc1","imap/download/release-notes/3.2/x/3.2.1","imap/download/release-notes/3.2/x/3.2.2","imap/download/release-notes/3.2/x/3.2.3","imap/download/release-notes/3.2/x/3.2.4","imap/download/release-notes/3.2/x/3.2.5","imap/download/release-notes/3.2/x/3.2.6","imap/download/release-notes/3.2/x/3.2.7","imap/download/release-notes/3.3/index","imap/download/release-notes/3.3/x/3.3.0","imap/download/release-notes/3.3/x/3.3.1","imap/download/release-notes/3.4/index","imap/download/release-notes/3.4/x/3.4.0","imap/download/release-notes/3.4/x/3.4.0-beta1","imap/download/release-notes/3.4/x/3.4.0-beta2","imap/download/release-notes/3.4/x/3.4.0-beta3","imap/download/release-notes/3.4/x/3.4.0-rc1","imap/download/release-notes/3.4/x/3.4.1","imap/download/release-notes/3.5/index","imap/download/release-notes/index","imap/download/upgrade","imap/installing","imap/quickstart/introduction","imap/reference/admin","imap/reference/admin/access-control","imap/reference/admin/access-control/combining-rights","imap/reference/admin/access-control/defaults","imap/reference/admin/access-control/identifiers","imap/reference/admin/access-control/rights-reference","imap/reference/admin/backups","imap/reference/admin/config-mailboxdistribution","imap/reference/admin/eventsource","imap/reference/admin/locations","imap/reference/admin/locations/archive-partitions","imap/reference/admin/locations/configuration-state","imap/reference/admin/locations/hashing","imap/reference/admin/locations/mailspool","imap/reference/admin/locations/searchtiers","imap/reference/admin/monitoring","imap/reference/admin/murder/murder","imap/reference/admin/murder/murder-concepts","imap/reference/admin/murder/murder-failure-modes","imap/reference/admin/murder/murder-installation","imap/reference/admin/murder/murder-mail-delivery","imap/reference/admin/murder/murder-mupdate-details","imap/reference/admin/nginx-proxy","imap/reference/admin/nntp","imap/reference/admin/ports-sockets","imap/reference/admin/ports/services","imap/reference/admin/ports/sockets","imap/reference/admin/protlayer","imap/reference/admin/quotas","imap/reference/admin/quotas/quotaroots","imap/reference/admin/quotas/quotatypes","imap/reference/admin/sieve","imap/reference/admin/sop","imap/reference/admin/sop/administration-running","imap/reference/admin/sop/altnamespace","imap/reference/admin/sop/deleting","imap/reference/admin/sop/mailbox-operations","imap/reference/admin/sop/mailbox-quota","imap/reference/admin/sop/reconstructing","imap/reference/admin/sop/reloading","imap/reference/admin/sop/replication","imap/reference/admin/sop/splitting-metadata","imap/reference/admin/sop/squatter","imap/reference/admin/sop/userdeny","imap/reference/admin/tweaking","imap/reference/architecture","imap/reference/faq","imap/reference/faqs/feature-database-backend","imap/reference/faqs/feature-duplicate-delivery","imap/reference/faqs/install-compilationerrors","imap/reference/faqs/install-install-help","imap/reference/faqs/install-linkerwarnings","imap/reference/faqs/interop-8bit","imap/reference/faqs/interop-barenewlines","imap/reference/faqs/interop-sieve-exim","imap/reference/faqs/interop-slow-delivery","imap/reference/faqs/o-acls","imap/reference/faqs/o-annotations","imap/reference/faqs/o-configdir-tempfs","imap/reference/faqs/o-coredump","imap/reference/faqs/o-delete-mailbox","imap/reference/faqs/o-deleted-expired-expunged-purged","imap/reference/faqs/o-deliverdb-size","imap/reference/faqs/o-freezes","imap/reference/faqs/o-gdb","imap/reference/faqs/o-mailbox-doesnotexist","imap/reference/faqs/o-mixedcase","imap/reference/faqs/o-otherdatabases","imap/reference/faqs/o-pop3slow","imap/reference/faqs/o-reconstruct","imap/reference/faqs/o-sharedfilesystem-gpfs","imap/reference/faqs/o-telemetry","imap/reference/faqs/o-toomanyprocesses","imap/reference/faqs/o-unable-join-environment","imap/reference/faqs/o-vacation-mailfrom","imap/reference/faqs/r-murder-ha","imap/reference/faqs/r-pop3-logging","imap/reference/faqs/r-publicssharedfolders","imap/reference/faqs/r-subfolders","imap/reference/manpages/commands","imap/reference/manpages/configs/cyrus.conf","imap/reference/manpages/configs/imapd.conf","imap/reference/manpages/configs/krb.equiv","imap/reference/manpages/systemcommands/arbitron","imap/reference/manpages/systemcommands/backupd","imap/reference/manpages/systemcommands/chk_cyrus","imap/reference/manpages/systemcommands/ctl_backups","imap/reference/manpages/systemcommands/ctl_conversationsdb","imap/reference/manpages/systemcommands/ctl_cyrusdb","imap/reference/manpages/systemcommands/ctl_deliver","imap/reference/manpages/systemcommands/ctl_mboxlist","imap/reference/manpages/systemcommands/ctl_zoneinfo","imap/reference/manpages/systemcommands/cvt_cyrusdb","imap/reference/manpages/systemcommands/cvt_xlist_specialuse","imap/reference/manpages/systemcommands/cyr_backup","imap/reference/manpages/systemcommands/cyr_buildinfo","imap/reference/manpages/systemcommands/cyr_dbtool","imap/reference/manpages/systemcommands/cyr_deny","imap/reference/manpages/systemcommands/cyr_df","imap/reference/manpages/systemcommands/cyr_expire","imap/reference/manpages/systemcommands/cyr_info","imap/reference/manpages/systemcommands/cyr_sequence","imap/reference/manpages/systemcommands/cyr_synclog","imap/reference/manpages/systemcommands/cyr_userseen","imap/reference/manpages/systemcommands/cyr_virusscan","imap/reference/manpages/systemcommands/cyradm","imap/reference/manpages/systemcommands/cyrdump","imap/reference/manpages/systemcommands/deliver","imap/reference/manpages/systemcommands/fetchnews","imap/reference/manpages/systemcommands/fud","imap/reference/manpages/systemcommands/httpd","imap/reference/manpages/systemcommands/idled","imap/reference/manpages/systemcommands/imapd","imap/reference/manpages/systemcommands/ipurge","imap/reference/manpages/systemcommands/lmtpd","imap/reference/manpages/systemcommands/lmtpproxyd","imap/reference/manpages/systemcommands/masssievec","imap/reference/manpages/systemcommands/master","imap/reference/manpages/systemcommands/mbexamine","imap/reference/manpages/systemcommands/mbpath","imap/reference/manpages/systemcommands/mbtool","imap/reference/manpages/systemcommands/mkimap","imap/reference/manpages/systemcommands/mknewsgroups","imap/reference/manpages/systemcommands/mupdate","imap/reference/manpages/systemcommands/nntpd","imap/reference/manpages/systemcommands/notifyd","imap/reference/manpages/systemcommands/pop3d","imap/reference/manpages/systemcommands/pop3proxyd","imap/reference/manpages/systemcommands/promstatsd","imap/reference/manpages/systemcommands/proxyd","imap/reference/manpages/systemcommands/ptdump","imap/reference/manpages/systemcommands/ptexpire","imap/reference/manpages/systemcommands/ptloader","imap/reference/manpages/systemcommands/quota","imap/reference/manpages/systemcommands/reconstruct","imap/reference/manpages/systemcommands/rehash","imap/reference/manpages/systemcommands/restore","imap/reference/manpages/systemcommands/sievec","imap/reference/manpages/systemcommands/sieved","imap/reference/manpages/systemcommands/smmapd","imap/reference/manpages/systemcommands/squatter","imap/reference/manpages/systemcommands/sync_client","imap/reference/manpages/systemcommands/sync_reset","imap/reference/manpages/systemcommands/sync_server","imap/reference/manpages/systemcommands/timsieved","imap/reference/manpages/systemcommands/tls_prune","imap/reference/manpages/systemcommands/translatesieve","imap/reference/manpages/systemcommands/unexpunge","imap/reference/manpages/usercommands/arbitronsort.pl","imap/reference/manpages/usercommands/dav_reconstruct","imap/reference/manpages/usercommands/httptest","imap/reference/manpages/usercommands/imtest","imap/reference/manpages/usercommands/installsieve","imap/reference/manpages/usercommands/lmtptest","imap/reference/manpages/usercommands/mupdatetest","imap/reference/manpages/usercommands/nntptest","imap/reference/manpages/usercommands/pop3test","imap/reference/manpages/usercommands/sieveshell","imap/reference/manpages/usercommands/sivtest","imap/reference/manpages/usercommands/smtptest","imap/reference/manpages/usercommands/synctest","imap/rfc-support","imap/support/feedback-bugs","imap/support/feedback-irc","imap/support/feedback-mailing-lists","imap/support/feedback-meetings","index","operations","overview","overview/about_cyrus","overview/cyrus_bylaws","overview/cyrus_history","overview/cyrus_roadmap","overview/what_is_cyrus","overview/who_is_cyrus","preface","quickstart","setup","sitemap","styles","support"],objects:{"":{"--allow-partials":[382,0,1,"cmdoption-squatter--allow-partials"],"--audit":[382,0,1,"cmdoption-squatter--audit"],"--channel":[382,0,1,"cmdoption-squatter--channel"],"--compact":[382,0,1,"cmdoption-squatter--compact"],"--copydb":[382,0,1,"cmdoption-squatter--copydb"],"--filter":[382,0,1,"cmdoption-squatter--filter"],"--help":[382,0,1,"cmdoption-squatter--help"],"--incremental":[382,0,1,"cmdoption-squatter--incremental"],"--internalindex":[382,0,1,"cmdoption-squatter--internalindex"],"--name":[382,0,1,"cmdoption-squatter--name"],"--nodaemon":[382,0,1,"cmdoption-squatter--nodaemon"],"--only-upgrade":[382,0,1,"cmdoption-squatter--only-upgrade"],"--recursive":[382,0,1,"cmdoption-squatter--recursive"],"--reindex":[382,0,1,"cmdoption-squatter--reindex"],"--reindex-minlevel":[382,0,1,"cmdoption-squatter--reindex-minlevel"],"--reindex-partials":[382,0,1,"cmdoption-squatter--reindex-partials"],"--reindex-tier":[382,0,1,"cmdoption-squatter--reindex-tier"],"--rolling":[382,0,1,"cmdoption-squatter--rolling"],"--skip-locked":[382,0,1,"cmdoption-squatter--skip-locked"],"--sleep":[382,0,1,"cmdoption-squatter--sleep"],"--squat-annot":[382,0,1,"cmdoption-squatter--squat-annot"],"--squat-skip":[382,0,1,"cmdoption-squatter--squat-skip"],"--srctier":[382,0,1,"cmdoption-squatter--srctier"],"--synclog":[382,0,1,"cmdoption-squatter--synclog"],"--user":[382,0,1,"cmdoption-squatter--user"],"--verbose":[382,0,1,"cmdoption-squatter--verbose"],"-1":[383,0,1,"cmdoption-sync_client-1"],"-A":[391,0,1,"cmdoption-dav_reconstruct-A"],"-B":[382,0,1,"cmdoption-squatter-B"],"-C":[391,0,1,"cmdoption-dav_reconstruct-C"],"-D":[381,0,1,"cmdoption-smmapd-D"],"-E":[373,0,1,"cmdoption-ptexpire-E"],"-F":[383,0,1,"cmdoption-sync_client-F"],"-G":[376,0,1,"cmdoption-reconstruct-G"],"-I":[402,0,1,"cmdoption-imtest-I"],"-J":[375,0,1,"cmdoption-quota-J"],"-L":[383,0,1,"cmdoption-sync_client-L"],"-M":[378,0,1,"cmdoption-restore-M"],"-N":[382,0,1,"cmdoption-squatter-N"],"-O":[383,0,1,"cmdoption-sync_client-O"],"-P":[382,0,1,"cmdoption-squatter-P"],"-R":[382,0,1,"cmdoption-squatter-R"],"-S":[383,0,1,"cmdoption-sync_client-S"],"-T":[382,0,1,"cmdoption-squatter-T"],"-U":[382,0,1,"cmdoption-squatter-U"],"-V":[376,0,1,"cmdoption-reconstruct-V"],"-X":[402,0,1,"cmdoption-imtest-X"],"-Z":[382,0,1,"cmdoption-squatter-Z"],"-a":[402,0,1,"cmdoption-imtest-a"],"-b":[355,0,1,"cmdoption-ipurge-b"],"-c":[402,0,1,"cmdoption-imtest-c"],"-d":[394,0,1,"cmdoption-installsieve-d"],"-f":[402,0,1,"cmdoption-imtest-f"],"-g":[394,0,1,"cmdoption-installsieve-g"],"-h":[382,0,1,"cmdoption-squatter-h"],"-i":[402,0,1,"cmdoption-imtest-i"],"-j":[359,0,1,"cmdoption-master-j"],"-k":[402,0,1,"cmdoption-imtest-k"],"-l":[402,0,1,"cmdoption-imtest-l"],"-m":[402,0,1,"cmdoption-imtest-m"],"-n":[402,0,1,"cmdoption-imtest-n"],"-o":[402,0,1,"cmdoption-imtest-o"],"-p":[402,0,1,"cmdoption-imtest-p"],"-q":[402,0,1,"cmdoption-imtest-q"],"-r":[402,0,1,"cmdoption-imtest-r"],"-s":[402,0,1,"cmdoption-imtest-s"],"-t":[402,0,1,"cmdoption-imtest-t"],"-u":[402,0,1,"cmdoption-imtest-u"],"-v":[402,0,1,"cmdoption-imtest-v"],"-w":[402,0,1,"cmdoption-imtest-w"],"-x":[402,0,1,"cmdoption-imtest-x"],"-y":[350,0,1,"cmdoption-fetchnews-y"],"-z":[402,0,1,"cmdoption-imtest-z"],"arbitron(8)":[325,1,1,"std:cyrusman-arbitron(8)"],"backupd(8)":[326,1,1,"std:cyrusman-backupd(8)"],"chk_cyrus(8)":[327,1,1,"std:cyrusman-chk_cyrus(8)"],"conf-all":[342,0,1,"cmdoption-arg-conf-all"],"conf-default":[342,0,1,"cmdoption-arg-conf-default"],"conf-lint":[342,0,1,"cmdoption-arg-conf-lint"],"config-file":[363,0,1,"cmdoption-mkimap-arg-config-file"],"ctl_backups(8)":[328,1,1,"std:cyrusman-ctl_backups(8)"],"ctl_conversationsdb(8)":[329,1,1,"std:cyrusman-ctl_conversationsdb(8)"],"ctl_cyrusdb(8)":[330,1,1,"std:cyrusman-ctl_cyrusdb(8)"],"ctl_deliver(8)":[331,1,1,"std:cyrusman-ctl_deliver(8)"],"ctl_mboxlist(8)":[332,1,1,"std:cyrusman-ctl_mboxlist(8)"],"ctl_zoneinfo(8)":[333,1,1,"std:cyrusman-ctl_zoneinfo(8)"],"cvt_cyrusdb(8)":[334,1,1,"std:cyrusman-cvt_cyrusdb(8)"],"cvt_xlist_specialuse(8)":[335,1,1,"std:cyrusman-cvt_xlist_specialuse(8)"],"cyr_backup(8)":[336,1,1,"std:cyrusman-cyr_backup(8)"],"cyr_buildinfo(8)":[337,1,1,"std:cyrusman-cyr_buildinfo(8)"],"cyr_dbtool(8)":[338,1,1,"std:cyrusman-cyr_dbtool(8)"],"cyr_deny(8)":[339,1,1,"std:cyrusman-cyr_deny(8)"],"cyr_df(8)":[340,1,1,"std:cyrusman-cyr_df(8)"],"cyr_expire(8)":[341,1,1,"std:cyrusman-cyr_expire(8)"],"cyr_info(8)":[342,1,1,"std:cyrusman-cyr_info(8)"],"cyr_sequence(8)":[343,1,1,"std:cyrusman-cyr_sequence(8)"],"cyr_synclog(8)":[344,1,1,"std:cyrusman-cyr_synclog(8)"],"cyr_userseen(8)":[345,1,1,"std:cyrusman-cyr_userseen(8)"],"cyr_virusscan(8)":[346,1,1,"std:cyrusman-cyr_virusscan(8)"],"cyradm(8)":[347,1,1,"std:cyrusman-cyradm(8)"],"cyrdump(8)":[348,1,1,"std:cyrusman-cyrdump(8)"],"dav_reconstruct(1)":[391,1,1,"std:cyrusman-dav_reconstruct(1)"],"deliver(8)":[349,1,1,"std:cyrusman-deliver(8)"],"fetchnews(8)":[350,1,1,"std:cyrusman-fetchnews(8)"],"fud(8)":[351,1,1,"std:cyrusman-fud(8)"],"httpd(8)":[352,1,1,"std:cyrusman-httpd(8)"],"httptest(1)":[392,1,1,"std:cyrusman-httptest(1)"],"idled(8)":[353,1,1,"std:cyrusman-idled(8)"],"imapd(8)":[354,1,1,"std:cyrusman-imapd(8)"],"imclient(3)":[68,1,1,"std:cyrusman-imclient(3)"],"imtest(1)":[393,1,1,"std:cyrusman-imtest(1)"],"installsieve(1)":[394,1,1,"std:cyrusman-installsieve(1)"],"ipurge(8)":[355,1,1,"std:cyrusman-ipurge(8)"],"lmtpd(8)":[356,1,1,"std:cyrusman-lmtpd(8)"],"lmtpproxyd(8)":[357,1,1,"std:cyrusman-lmtpproxyd(8)"],"lmtptest(1)":[395,1,1,"std:cyrusman-lmtptest(1)"],"mailbox-spec":[375,0,1,"cmdoption-quota-arg-mailbox-spec"],"masssievec(8)":[358,1,1,"std:cyrusman-masssievec(8)"],"master(8)":[359,1,1,"std:cyrusman-master(8)"],"mbexamine(8)":[360,1,1,"std:cyrusman-mbexamine(8)"],"mbpath(8)":[361,1,1,"std:cyrusman-mbpath(8)"],"mbtool(8)":[362,1,1,"std:cyrusman-mbtool(8)"],"mkimap(8)":[363,1,1,"std:cyrusman-mkimap(8)"],"mknewsgroups(8)":[364,1,1,"std:cyrusman-mknewsgroups(8)"],"mupdate(8)":[365,1,1,"std:cyrusman-mupdate(8)"],"mupdatetest(1)":[396,1,1,"std:cyrusman-mupdatetest(1)"],"nntpd(8)":[366,1,1,"std:cyrusman-nntpd(8)"],"nntptest(1)":[397,1,1,"std:cyrusman-nntptest(1)"],"notifyd(8)":[367,1,1,"std:cyrusman-notifyd(8)"],"pop3d(8)":[368,1,1,"std:cyrusman-pop3d(8)"],"pop3proxyd(8)":[369,1,1,"std:cyrusman-pop3proxyd(8)"],"pop3test(1)":[398,1,1,"std:cyrusman-pop3test(1)"],"promstatsd(8)":[370,1,1,"std:cyrusman-promstatsd(8)"],"proxyd(8)":[371,1,1,"std:cyrusman-proxyd(8)"],"ptdump(8)":[372,1,1,"std:cyrusman-ptdump(8)"],"ptexpire(8)":[373,1,1,"std:cyrusman-ptexpire(8)"],"ptloader(8)":[374,1,1,"std:cyrusman-ptloader(8)"],"quota(8)":[375,1,1,"std:cyrusman-quota(8)"],"reconstruct(8)":[376,1,1,"std:cyrusman-reconstruct(8)"],"rehash(8)":[377,1,1,"std:cyrusman-rehash(8)"],"restore(8)":[378,1,1,"std:cyrusman-restore(8)"],"sievec(8)":[379,1,1,"std:cyrusman-sievec(8)"],"sieved(8)":[380,1,1,"std:cyrusman-sieved(8)"],"sieveshell(1)":[399,1,1,"std:cyrusman-sieveshell(1)"],"sivtest(1)":[400,1,1,"std:cyrusman-sivtest(1)"],"smmapd(8)":[381,1,1,"std:cyrusman-smmapd(8)"],"smtptest(1)":[401,1,1,"std:cyrusman-smtptest(1)"],"squatter(8)":[382,1,1,"std:cyrusman-squatter(8)"],"sync_client(8)":[383,1,1,"std:cyrusman-sync_client(8)"],"sync_reset(8)":[384,1,1,"std:cyrusman-sync_reset(8)"],"sync_server(8)":[385,1,1,"std:cyrusman-sync_server(8)"],"synctest(1)":[402,1,1,"std:cyrusman-synctest(1)"],"timsieved(8)":[386,1,1,"std:cyrusman-timsieved(8)"],"tls_prune(8)":[387,1,1,"std:cyrusman-tls_prune(8)"],"translatesieve(8)":[388,1,1,"std:cyrusman-translatesieve(8)"],"unexpunge(8)":[389,1,1,"std:cyrusman-unexpunge(8)"],compact:[328,0,1,"cmdoption-ctl_backups-arg-compact"],compress:[343,0,1,"cmdoption-cyr_sequence-arg-compress"],conf:[342,0,1,"cmdoption-arg-conf"],create:[343,0,1,"cmdoption-cyr_sequence-arg-create"],dump:[336,0,1,"cmdoption-arg-dump"],format:[337,0,1,"cmdoption-cyr_buildinfo-arg-format"],imapd:[377,0,1,"cmdoption-rehash-arg-imapd"],ismember:[343,0,1,"cmdoption-cyr_sequence-arg-ismember"],join:[343,0,1,"cmdoption-cyr_sequence-arg-join"],json:[336,0,1,"cmdoption-arg-json"],list:[336,0,1,"cmdoption-arg-list"],lock:[328,0,1,"cmdoption-ctl_backups-arg-lock"],members:[343,0,1,"cmdoption-cyr_sequence-arg-members"],parsed:[343,0,1,"cmdoption-cyr_sequence-arg-parsed"],proc:[342,0,1,"cmdoption-arg-proc"],reindex:[328,0,1,"cmdoption-ctl_backups-arg-reindex"],show:[336,0,1,"cmdoption-arg-show"],stat:[328,0,1,"cmdoption-ctl_backups-arg-stat"],userid_list:[391,0,1,"cmdoption-dav_reconstruct-arg-userid_list"],verify:[328,0,1,"cmdoption-ctl_backups-arg-verify"]},arbitronsort:{"pl(1)":[390,1,1,"std:cyrusman-arbitronsort.pl(1)"]},cyrus:{"conf(5)":[322,1,1,"std:cyrusman-cyrus.conf(5)"]},imapd:{"conf(5)":[323,1,1,"std:cyrusman-imapd.conf(5)"]},krb:{"equiv(5)":[324,1,1,"std:cyrusman-krb.equiv(5)"]}},objnames:{"0":["std","option","option"],"1":["std","cyrusman","cyrusman"]},objtypes:{"0":"std:option","1":"std:cyrusman"},terms:{"0101003f4c56b00545000000":61,"0101003f4c56b04b2900000d":61,"0101003f4c56b0514900001f":61,"0101003f4c56b07422000002":61,"0101003f4c56b07e56000023":61,"0101003f4c56b08328000016":61,"0101003f4c56b084d7000002":61,"0101003f4c56b087f3000001":61,"0101003f4c56b08c9d000026":61,"03ff":56,"0cee599b1573110fee428f8323690cbcb9589661":74,"0x0":80,"0x4066cc":80,"0x406806":80,"0x40c059":80,"0x4399d8":80,"0x44a0ca":80,"0x44a2f8":80,"0x4c2815c":80,"0x61b32a9":80,"0x61b36ed":80,"0x61b3827":80,"0x72d7748e":80,"1000gb":249,"1000gib":[9,249],"100gb":249,"100gib":9,"100mb":46,"10m":323,"10mb":323,"10t16":27,"110gib":9,"1234abcd":18,"128k":323,"12a62f123451395dc7d52518ae8e8c75571c9876":360,"152f59c":197,"19011213t204552z":323,"1c7cca361502dfed2d918da97e506f1c1e97dfb":74,"1gb":323,"1h30m":323,"1mb":[15,323],"1st":56,"1tb":312,"2000gib":[9,249],"200gib":[9,249],"20151119t063000z":27,"20151119t073000z":27,"20151119t083000z":27,"2020a":[88,333],"20380119t031407z":323,"20t11":27,"20t13":27,"23t14":27,"23t18":27,"24h":[323,389],"255f37ffc2e7":27,"2c_thoma":27,"2gb":[189,193],"2ghz":312,"2nd":56,"30gb":249,"30gib":9,"30m":323,"32625b552aa1":66,"32bit":58,"32m":323,"3829c6087dac":389,"39gmt":44,"3ab4f8d5512e33b1":360,"3d9f02135bf964ff0b6a917921b862c3420e48f0":74,"3rd":[56,323],"400gb":249,"400gib":9,"41d7":331,"41z":27,"45m":323,"49ba20f5":27,"4aa62f540d81395dc7d52518ae8e8c75571c8f11":360,"4d5c6b7a":277,"4d88af31":277,"4d88af34":277,"4d88af35":277,"4d9618acd0aea6b33683766358351459":27,"4gb":312,"4ghz":312,"4mb":323,"4rev1":403,"4xx":323,"500gib":9,"512d":323,"53c4137":197,"5571a7bc1bc865":331,"5a6":97,"5d9e4f44":66,"5edadcf":197,"5meg":415,"600gb":249,"600gib":9,"60m":323,"640e232e3877":66,"64bit":[142,196],"6836d0110252d08a0656c14c2d2d314124755491":74,"69bdb40dac9de4d17057a5245c34544f2d6849db":360,"6aa93fd583f143dde555184d508ab0916e06b026":360,"6b98205c796c6c61":61,"700gib":[9,249],"70gb":249,"70gib":9,"739232245980a3efe3df490841221a4b7bac4f27":360,"7b64ec321457715ee61fe238f178f5d72adaef64":74,"7bit":[27,389],"7c76ec2b":66,"7df9":66,"7f6f384c3f5ba99a":61,"80gib":9,"80k":312,"8bit":[27,138,323,403],"8bitmime":98,"8gb":312,"8th":97,"900gib":[9,249],"90d":323,"90d104346ef3cba9e419461dd26045035f4cba02":74,"90m":323,"95349cd5d1cf21b55e6e0930b2ee5754f977ba8c":389,"9bd8":66,"\u00f8yvind":416,"\u0434\u0438\u043b\u044f\u043d":[163,190,191,192,193,196,203,213,214,216,217,218,219,220,223,225,226],"\u043f\u0430\u043b\u0430\u0443\u0437\u043e\u0432":[163,190,191,192,193,196,203,213,214,216,217,218,219,220,223,225,226],"abstract":[44,55],"boolean":[68,299,323],"break":[40,44,45,59,74,80,97,140,141,143,144,158,164,174,175,190,204,206,207,208,209,210,211,212,213,214,227,228,229,237,238,248,273,296,323,332],"byte":[6,46,52,56,58,59,62,74,75,80,97,100,113,142,154,156,323,355,360,376],"case":[0,4,5,7],"catch":[36,74,97,407],"class":[41,56,80,251,259,272,323,413,421],"default":[0,1,2,3,4,5,6,7,8,9,10,11],"enum":[75,80],"export":[41,65,98,131,240],"final":[3,6,11,15,25,41,47,51,56,58,62,75,80,104,122,145,154,158,239,240,247,273,292,301,323,413,415,421],"float":[323,341],"function":[7,11,12,18,19,36,40,44,45,47],"go\u0142\u0119biowski":203,"goto":[55,56,76],"h\u00e5vard":323,"import":[3,11,74,77,78,91,98,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,178,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,248,259,282,322,323,376,404,415,421],"jes\u00fa":158,"kundr\u00e1t":154,"long":[9,30,33,36,41,47,55,68,74,80,97,106,138,149,154,156,160,164,197,200,223,226,231,234,235,236,239,248,249,282,288,294,303],"new":[1,4],"null":[3,6,11,18,33,41,44,45,46,47,55,59,60,62,66,68,74,75,79,97,98,113,142,162,178,180,181,182,183,184,185,186,187,188,240,246,253,269,316,323,367],"ond\u0159ej":[174,416],"public":[41,48,56,72,88,89,92,288],"return":[5,27,41,44,45,46,47,52,55,56,59,60,61,63,68,74,75,76,79,80,88,89,92,97,98,99,109,132,133,139,140,143,161,163,164,203,212,213,214,216,217,218,219,220,221,240,247,259,261,263,269,270,323,343,347,349,391,403,421],"short":[7,11,44,52,57],"static":[3,36,44,68,80,93,97,98,323],"super":[35,55,58,152,239,415],"sur\u00fd":[174,416],"switch":[11,41,56,68,97,98,99,100,145],"true":[7,18,40,44,45,47,66,75,87,97,202,240,244],"try":[40,44,47,55,56,59,64,71,72,74,97,160,204,206,207,208,209,210,211,212,213,214,216,217,218,219,227,228,229,237,238,240,248,259,261,273,282,285,288,291,295],"var":[1,11,28,40,51,54],"void":35,"while":[5,9,10,11,19,27,28,33,36,40,41,44,45,47,49,52,55,56,57,58,59,60,66,68,70,72,74,84,93,99,109,160,191,239,247,248,250,251,253,259,261,263,269,275,283,284,286,287,293,303,305,307,312,314,322,323,328,335,347,370,382],__attribute__:224,_abort:74,_admin:41,_config:80,_d9aa3c2dd73a9166113254d4ebe07bc8:27,_end:74,_hash:80,_initi:80,_mech:323,_min:80,_name_:55,_part:80,_registri:80,_start:74,_sync_authnam:248,_sync_host:248,_sync_password:248,_sync_port:248,_sync_repeat_interv:248,_tls_:100,_userid:80,_usermbox:80,_xxxxxx:74,a001:259,a002:259,a01:[82,83,84,86,87],a0e716087dac:389,a4bf5bbb9feaa271:27,a5677cfa1f5f7b627763652f4bb9b99f5970748c:74,a665:66,a777:247,a8486f5db6ec207de9b9f069850546e:27,aaa:80,abandon:100,abbrevi:347,abc:52,abil:[7,11,19,35,38,40,41,93,97,98,99,166,193,258,259,261,265,287,311,323],abiliti:142,abl:[3,11,18,19,33,36,40,44,47,52,74,80,82,83,84,86,87,88,110,132,239,240,247,259,261,277,282,303,323,359,405],abnf:403,abnorm:301,abomin:44,abort:[44,45,74,97,98,108,220,259,301,323,378,382,383],about:[0,1,3,5,6,7,11,15,36,40,41],abov:[15,18,40,41,47,51,56,58,74,75,77,81,84,87,92,156,160,161,212,213,214,216,217,218,219,240,249,251,252,253,255,261,265,273,277,280,312,322,332,346,347,389,418,421],above:259,absenc:412,absolut:[9,28,30,55,72,74,88,100,160,249,253,257,270,323],abus:[41,332],acapmbox:98,acapsiev:98,accent:56,accept:[11,44,45,66,74,97,98,99,100,122,133,134,142,161,163,178,180,181,182,183,184,185,186,187,188,200,206,207,208,209,210,211,212,213,214,216,217,218,219,228,229,231,232,233,234,235,239,240,259,263,265,273,282,294,323,326,337,343,347,349,352,354,356,357,365,366,367,368,369,371,374,381,382,386,403,412,415,418],access:[3,4,5],accid:384,accident:[24,25,303,312,378,389],accommod:259,accompani:[15,252],accomplish:[41,152,241,251,259,265,312,316,413],accord:[9,30,74,91,216,217,218,219,248,249,251,256,261,309,323,328,336,346,378,412],accordingli:[74,100,265,323],account:[10,11,18,19,27,35,40,41,51],accountid:[27,66],accur:[11,47,160],achaemenid:51,achiev:[11,28,239,266,282,312,323,382],aci:14,ack:314,acknowledg:[58,81],acl:[6,27,36],aclright:27,acls:140,aclsubject:27,acm:323,acquir:[88,97,122],across:[8,11,12,13,36,41,44,51,55,57,59,74,98,100,106,152,164,196,202,245,248,258,259,261,263,287,312,323,415],act:[41,44,93,160,246,259,282,323,345,365,415],actdiag:52,action:[19,27,33,41,44,45],activ:[6,11,18,33,41,44,56,60,61,74,79,81,86,99,175,179,180,181,182,183,184,185,186,187,188,196,248,259,263,269,273,282,292,323,359,364,382,394,399,408,416],activate:261,actual:[3,5,7,9,11,15,19,26,28,30,33,41,44,47,56,58,62,72,74,75,80,97,106,141,156,158,160,178,182,183,184,185,186,187,188,212,213,214,216,217,218,219,240,247,248],actualli:[56,74,345],adam:203,adapt:[3,96],adapter:[3,11],add:[18,40,44,45,48,49,51],added:[97,99,100,102,104,105,106,107,109,110,114,115,117,120,121,122,124,125,126,129,130,131,132,133,134,136,152,156,178,180,181,182,183,184,185,186,187,188,192,194,224,323],addflag:75,adding:1,addit:[3,5,6,7,9,11,12,31,41],addition:[11,19,36,41],addr:75,address:[3,4,5,6,11,18,19,22,33,36],addressbook:22,addseen:224,addsub:108,addus:51,adher:[308,316],adjac:[56,74,323],adjust:[11,41],adkin:[98,315],adkinss:[98,315],admin:[33,40,41,87,88,93,98,99,100,104,110,133,160,161,190,193,194,197,213,214,216,217,218,219,229,231,232,233,234,235,240,244,245,248,257,261,273,282,287,288,299],administ:[33,35,40,41,244,245,247,347],administr:[3,7,11,13,15,24,25],admissibl:323,admit:[247,347],adopt:[19,417],adrian:220,adv:277,advanc:[9,30,249,413],advantag:[6,7,10,13,96,98,99,257,259,323,382,415],advers:74,advertis:[88,93,97,156,239,259,323,403],advis:[41,52,376],aea7:27,aege:141,aes256:[82,83,84,86,87],af11:323,af12:323,af13:323,af21:323,af22:323,af23:323,af31:323,af32:323,af33:323,af41:323,af42:323,af43:323,afek:416,affect:[19,33,46,49,53,72,74,97,98,152,191,197,216,217,218,219,239,248,282,290,297,310,312,314,320,323,329,346,376,382],aforement:[8,11,36,160],afs:[41,97,99,152,246,259,323,374],afskrb:323,afspt:100,afspts:323,afspts_localrealm:323,afspts_mycel:323,after:[3,8,9,11,15,19,24,26,30,33,41,44,45,47,49,55,56,57,60,66,68,72,74,77,80,96,97,105,107,108,109,117,139,151,152,154,160,162,168,176,195,221,225,239,247,248,249,259,260,261,263,265,269,273,277,280,281,286,299,302,303,312,323,328,329,330,342,347,370,376,382,383,392,393,395,396,398,400,401,402,413,417],afterward:[44,45],again:[11,36,41,44,45,47,48,58,61,72,74,79,87,97,98,99,100,104,141,145,158,178,179,180,181,182,183,184,185,186,187,188,196,216,217,218,219,231,233,234,235,239,240,248,252,255,256,258],against:[5,11,41,52,56,64,70,72,74,76,82,83,84,86,87,97,115,139,160,174,222,240,250,259,263,272,273,293,303,315,323],age:355,agent:[3,41,76,128,240,259,287,308,415],agentx:98,aggreg:4,aggregat:[13,19],aggress:161,agnost:[11,44,45,66,90],ago:[154,277,303],agre:55,agreement:294,ahead:[11,47,72,79,263,323],ahh:74,ahv:239,aid:[4,56,96,98,108,261,327,335,363,370],aim:[55,66,90,160],aix:312,aka:[160,248],akio:[139,140,220,223],akschu:222,ala:74,alain:98,alarm:[27,178,179,180,181,182,183,184,185,186,187,188,189,250],alarmrecipi:27,alarmtim:27,albert:100,alec:140,alert:[41,97,100,299,323,347,354,371],alexei:[412,416],algorithm:[56,74,97,104,254,323],alia:[5,6,216,218,219,324,347],alias:[5,6,40,146,323,347],align:[55,58,75,97,104,122],alik:11,aliv:[74,129,314,323,407],alive:403,all:[0,3,5,6,7,8,9,11,12,13,18,19,24,25,27,30,31,33,35,36,38,40,41,44,45,46,47,49,51,52,55,56,57,58,61,62,68,71,72,74,75],allberi:[98,347],alldai:27,alloc:[11,44,55,56,80,98,240,418],allof:100,allow:[3,5,7,8,9,11,13,15,18,19,24,25,27,30,33,34,35,36,40,41,44,45,46,47,49,55,56,58,60,62,68,69,74,75,88,89,90,91,92,93,97,98,99,100,102,104,105,106,108,109,110,114,122,131,133,139,141,146,152,156,157,158],allowallsubscrib:[7,247,261,323],allowanonymouslogin:[41,323],allowapop:[310,323],allowdelet:[213,214,216,217,218,219,323],allownewnew:[265,323,366],allowplaintext:41,allowsetacl:323,allowusermov:[74,100,323],allprop:131,almost:[48,99,240,280,312,323,376],alon:[7,11,120,249,252,312,418],along:[41,66,71,74,133,239,241,247,259,413],alongsid:[6,248],alpha0:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422],alpha:72,alphabet:[12,55,251,259,322],alphanumer:[18,251,255,263,323],alpine:106,alreadi:[5,11,12,18,19,26,38,41,44,45,46,47,49,53,57,59,71,74,80,88,90,93,96,97,99,160,193,224,239,240,248,259,261,270,323,328,329,338,347,378,382,388,394,415,418],also:[3,5,6,7,9,11,15,18,19,25,27,28,30,31,33,36,40,41,44,45,46,48,49,50,51,52,53,55,56,58,59,65],alt:[265,323,364,421],alt_config:[44,45,74,391],altconfig:[334,343,379],alter:[18,74,88,282,287,308,322,341,345,378],altern:[9,11],although:[5,11,259,323,349],altogeth:19,altprefix:323,alumni:416,alwai:[11,33,41,44,45,47,51,55,56,57,58,59,74,80,97,99,100,108,109,130,141,153,154,161,221,224,229,231,232,233,234,235,239,240,245,254,261,270,282,287,293,322,323,377,383],always:69,alwaystru:240,amalgam:72,amavisd:27,ambigu:247,amend:18,american:325,amo:[98,99],among:[3,9,30,97,160,259,326,363],amongst:417,amount:[9,11,18,24,25,27,28,30,34,58,75,97,98,100,102,106,122,160,228,229,231,232,233,234,235,239,249,259,262,270,288,309,314],ams:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422],amssync:97,analysi:258,anatoli:[222,223,224],ancestor:[228,229,231,232,233,234,235],ancient:42,andjelkov:98,andrew:[68,81,97,141,241,259,261,277,415,417],andrewmailsystem:413,andrewproject:413,andy:[223,224,236,324],anew:376,angular:323,ani:[3,5,7,11,12,15,25,27,33,35,40,41,44,45,46,47,48,52,53,55,56,57,58,59,60,61,62,66,68,72,74,76,80,81,82,83,84,86,87,93,95,96,97,98,99,100,102,109,114,166,178,180,181,182,183,184,185,186,187,188,193,216,217,218,219,228,229,231,232,233,234,235],ann:248,annatotor:323,annoi:[11,97,98,354,371],annot:4,annotat:4,annotate:[403,414],annotatemore:[82,83,84,86,87,99,100,160,175],annotatemsg:41,annotation:[41,272,347,375],annotation_allow_undefin:[160,323],annotation_callout:[160,323],annotation_callout_disable_append:323,annotation_db:[44,45,160,323],annotation_db_path:[253,323],annotation_definit:[110,229,231,232,233,234,235,323],annotation_enable_legacy_command:[211,212,213,214,216,217,218,219,323],annotations_definit:323,announc:[33,48,72,175,403,406],announcement:406,annoy:56,anonymis:74,anonymous:[98,273,323],anoth:[0,11,33,36,38,40,47,55,56,58,74,80,87,99,160,239,250,259,273,282,288],another:[5,56,259,294,315],ansi:97,answer:[7,61,240,318,323,416],answere:[58,360],anthoni:[193,203],anticipatori:11,antiqu:55,antispam:408,antiviru:[178,179,180,181,182,183,184,185,186,187,188,346,408],any:[41,44,45,56,58,81,88,93,96,246,259,273,282,287,323,326,352,354,359,366,368,371,376,382,385,391],anybodi:[58,72,97],anymor:[261,323],anyof:100,anyon:[5,19,35],anyoneuseracl:323,anysievefold:[166,193,323],anyth:[11,47,48,51,70,72,74,97,239,244,280,341,342,347,354,371],anywai:[44,74,97,248,323],anywher:[44,45,58],apach:93,apart:109,api:[1,6],apop:[310,323],app:55,appar:[56,191,259,354,371],appear:[9,11,22,30,33,48,56,58,66,75,76,91,97,99,134,240,247,248,249,259,261,265,282,288,292,297,308,316],append:[3,24,33,41],append_addseen:97,append_check:308,appenddat:58,appendic:258,appendlimit:403,appl:[88,250,323],apple:[27,88,178,180,181,182,183,184,185,186,187,188,242],appli:[11,19,27,28,33,35,41,50,52,53,55,59,66,72,74,109,174,246,247,249,259,271,273,280,281,282,283,287,294,303,307,323,328,329,341,421],applianc:11,applic:[3,5,8,11,36,55,60,66,80,97,100,160,241,261,266,269,276,282,303,310,315,316,330,403,404,408,415,421],application:27,apply:[51,74,378],appoint:11,apprais:259,appraiser:99,appreci:[11,141,217,218,219,248,404,416],approach:[11,55,59,259,282,312,421],appropri:[9,11,18,36,41,47,48,52,55,58,72,74,80,97,106,131,240,248,250,259,282,293,302,316,323,351,353,383,388,412,418],approv:[71,259,412],approxim:[41,74,328,382],april:325,aps_top:323,aps_topic_caldav:323,aps_topic_carddav:323,apsaccountid:27,apsdevicetoken:27,apssubtop:27,apsvers:27,apt:[49,51,80,83,87,239,240,418],aptli:283,arbit:36,arbitrari:[41,44,56,172,197,213,214,216,217,218,219,259,282],arbitrarili:97,arbitron:[52,58,97,99,100,114,321],arbitronsort:321,architect:312,architectur:[7,36,109],archiv:[11,15,24,28,52,99,178,179,180,181,182,183,184,185,186,187,188,203,223,248,251,252,265,286,299,312,323,325,330,341,342,361,406],archive:[11,13],archive_:[178,179,180,181,182,183,184,185,186,187,188],archive_aft:[15,323],archive_dai:[15,323],archive_en:[15,252,323],archive_keepflag:[15,323],archive_maxs:[15,323],archivecach:[251,255,323],archivepartit:[15,194,222,251,252,323,341,342],area:[11,41,53,74,75,97,323],aren:[47,56,58,74,98,154,239,240,259,273,306],arg1:55,arg2:55,arg3:55,arg4:55,arg:[79,80,97,306],arguabl:[44,244],argument:[11,41,44,48,49,52,55,68,72,74,75,80,97,106,147,157,160,166,173,175,193,196,200,216,217,218,219,228,229,231,232,233,234,235,248,259,262,270,282,305,306,314,316,322,323,345,347,370,375,376,378,382,383],argv:74,aris:[11,24],arising:81,around:[11,44,51,55,58,71,72,74,80,97,247,248,273,306,312,314,322,347,351,376,405,408],arpa:403,arrai:[11,27,28,56,68,75,323],arrang:[80,240,248],arrayu64:197,arriv:[19,25,74,178,179,180,181,182,183,184,185,186,187,188,262,323,329,351],arround:97,arrow:394,articl:[6,11,97,100],articul:11,artifact:[49,51],artifici:97,ascii:[27,33,41,56,97,323,329,349,389,403],asid:[11,33,35,303],aside:[160,421],ask:[58,61,97,287,311,323,332,392,393,395,396,398,400,401,402],asn1:6,aspect:[5,7,12,41,251,259,406],ass:312,assert:[44,45,59,80,100,162,176,203,236],asset:11,assign:[5,11,19,96,192,247,248,270,323,329,347],assist:[58,303],associ:[5,6,9,11,19,30,40,41,58,60,133,160,246,249,256,259,261,265,269,299,323,329,330,347,421],associateddomain:323,assort:[99,100],assum:[15,18,33,40,44,48,49,51,53,56,70,72,74,90,93,100,163,220,239,240,248,257,259,265,273,277,303,322,323,332,346,349,376,388,392,393,395,396,398,400,401,402],assume:[18,44,51,273],assumpt:[97,259],assur:[0,26,80],astr:68,asynchron:64,atim:291,atom:44,atomic:11,attach:[11,58,72,74,88,142,196,220,263,273,323,326,352,354,356,357,365,366,368,369,371,378,381,382,383,386],attachment:[20,27,88,323,403],attack:[41,99],attempt:[5,26,36,41,44,45,47,49,55,58,59,60,96,97,98,100,155,191,200,247,248,259,261,269,273,287,294,301,323,334,338,349,376,382,383,392,393,395,396,398,399,400,401,402,413],attend:11,attendee:76,attendeeemail:27,attendeenam:27,attendees:76,attendeestatu:27,attent:[96,239,421],attract:416,attrib:323,attribut:[5,22,35,44,88,161,205,206,207,208,209,210,211,212,213,214,216,217,218,219,250,323,347],auction:156,audio:415,audit:[99,382,391],auditlog:[142,147,196,323],aug:[346,362],augment:[41,246,415],australia:27,auth:[6,18,41,66,82,83,84,86,87,97,98,99,107,108,130,168,195,202,225,226,240,246,261,263,282,323,347,349,356,357,369,403,418],auth_:[41,246],auth_krb_pt:[97,323],auth_mech:[323,374],auth_newst:97,auth_pt:[149,164,197],auth_setid:97,auth_stat:61,auth_unix:[97,323],auth_xxx:97,authent:[3,4],authenticata:192,authenticate:[82,83,84,86,87,97],authid:347,authnam:[261,350,394,399],author:[3,4],authorit:[11,40,259,261,263,332],authoriz:403,authors:52,authstat:46,authz:347,authzid:347,auto:[88,98,107,108,132,316],autoconf:[12,49,97,99,100],autocreate_:160,autocreate_acl:[216,217,218,219,323],autocreate_inbox_fold:[19,160,216,217,218,219,323],autocreate_post:[19,160,270,323],autocreate_quota:[19,160,171,270,323],autocreate_quota_messag:[19,160,171,270,323],autocreate_siev:174,autocreate_sieve_compiled_script:[160,323],autocreate_sieve_compiledscript:[19,323],autocreate_sieve_fold:[19,160,323],autocreate_sieve_script:[19,160,323],autocreate_sieve_script_compil:[19,160,323],autocreate_subscribe_fold:[19,160,323],autocreate_subscribe_sharedfold:[19,160,323],autocreate_subscribe_sharedfolders_al:[19,160,323],autocreate_us:[19,160,323],autocreateinboxfold:[19,160,323],autocreatequota:[97,160,323],autocreatequotamsg:323,autoexpung:323,autof:312,autolearn:27,autologout:323,autom:11,automak:[12,49,80,100,140,239],automat:[6,9,11,13],automount:312,autonom:303,autoreconf:[48,49,51,72,164,196,222],autorepeat:384,autorepli:273,autorespond:316,autoselect:365,autosiev:414,autosievefold:[160,323],autosubscribe_all_sharedfold:[160,323],autosubscribeinboxfold:[160,323],autosubscribesharedfold:[160,323],autotool:239,autovivif:248,auxprop:[87,240,323],avail:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259],availabl:4,available_selection_modes_on_backend:9,available_selection_modes_on_frontend:9,availmech:68,avenu:[11,81],averag:[322,382],avoid:[26,33,44,46,47,55,58,59,74,75,97,99,100,107,108,109,138,141,145,153,161,173,287,310,323,342,378,418],awai:[80,97,98,315,347],await:[23,26],awaken:221,awar:[3,33,36,40,41,240,250,418],away:312,awesom:98,awri:97,ayland:140,b8b3:66,babysit:322,bacchella:[164,200],back:[7,11,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,41,44,45,47,53,55,58,59,61,64,72,74,96,147,152,157,192,239,243,248,251,253,257,259],backend1:[9,36,261],backend2:[9,36],backend3:9,backend:[3,4,6,7],backend_timeout:79,background:[58,66,96,322,347,359,370,382],backlog:[74,359],backport:[49,140,141,147,175,200,414],backscatt:[138,323],backslash:[106,277,323,347],backtrac:[301,404],backup1:[64,311],backup2:[64,311],backup:[1,4],backup_compact_maxs:[248,323,328],backup_compact_mins:[248,323,328],backup_compact_work_threshold:[248,323,328],backup_data_path:74,backup_db:[74,248,323,328,336,378],backup_db_path:[74,248,253,323,328,336,378],backup_filenam:74,backup_index_abort:74,backup_index_end:74,backup_index_start:74,backup_keep_previ:[323,328],backup_max_chunk_dur:74,backup_max_chunk_s:74,backup_min_chunk_dur:74,backup_min_chunk_s:74,backup_retent:323,backup_retention_dai:[74,248,323,328],backup_staging_path:[74,248,323],backup_sync:74,backup_sync_authnam:74,backup_sync_host:74,backup_sync_password:74,backup_sync_port:74,backup_sync_repeat_interv:74,backup_sync_shutdown_fil:74,backuppartit:[74,248,323,326],backward:[15,72,74,141,152,228,229,231,232,233,234,235,239,247,257,323,357,369,403,415],bad:[44,45,46,57,58,68,85,97,117,141,156,161,163,164,193,220,222,223],badlogin:338,badurl:143,badus:338,bail:[74,122,161,384],balanc:[7,9,11,30,36,249],balden:97,band:[259,312],bandaid:158,bandwidth:[11,58,282,287,405],bank:[154,346,416],banner:[80,106,117,152,164,323],bar:[40,44,55,72,74,259,261,360,382,421],bare:288,base64:[51,56,263],base:[5,11,13,15,18,36,40,47,48,49,51,56,58,61,62,65,66,68,72,74,75,76,80,86,87,90,91,93,97,100,102,104,106,110,117,125,131,132,136,152,162,192,224,228,229,231,232,233,234,235,239,240,241,248,249,250,251,253,259,268,270,273,277,286,290,299,306,318,323,328,333,351,355,358,359,363,370,377,389,403,413,415,417],basedir:51,bash:[80,168,195,222,239,240,283,285,418],bashrc:240,basi:[5,15,36,41,44,45,62,104,117,160,282,290,323,335,382,418],bastion01:389,batch:[44,66,282,323,389],batten:[147,175],batteri:[11,286],bba47b13e4839f49ab1c8047ee7b4fdb:27,bboard:413,bc_action_emit:75,bc_action_gener:75,bc_emit:75,bc_eval:75,bc_gener:75,bc_stringlist_gener:75,bc_test_gener:75,bcc:[58,277,323,389],bce8:331,bcederli:27,bcopi:97,bcyru:261,bdb:[99,122,156],bdystr:389,be1:30,be2:30,be3:30,beamnet:110,bear:[11,244,276],bearer:202,beast:317,becam:413,becaus:[3,6,7,11,18,19,28,33,40,41,44,45,46,47,48,49,57,58,70,72,74,80,97,160,240,247,259,260,261,277,293,305,312,315,316,323,346,349,351,415,416],becom:[3,5,11,19,24,25,40,44,45,66,74,160,248,249,259,261,262,263,275,277,293,303,323,328,415],beef:97,been:[0,5,6,9,11,19,25,27,30,33,44,45,47,49,50,55,56,58,60,61,71,72,74,75,79,80,91,95,96,97,98,99,100,102,142,154,156,158,160,162,174,176,178,181,182,183,184,185,186,187,188,200,203,206,207,208,209,210,211,212,213,214,216,217,218,219,220,229,231,232,233,234,235,239,241,247,248,257,259,261,262,263,265,269,276,277,280,281,282,287,303,306,312,323,328,335,341,342,346,347,359,362,370,376,378,382,389,408,412,413,415],beer:11,befor:[7,41,44,45,47,48,49,53,55,56,58,59],before:[44,97,100],begin:[44,58,68],behalf:[367,415],behav:[44,98,160,247,261,287,341],behavior:25,behaviour:[31,41,49,80,152,161,191,198,216,217,218,219,228,229,231,232,233,234,235,240,248,255,261,323,328,342],behind:[9,30,61,75,102,152,175,221,249,261,282,312,323,403],beholden:74,belief:[3,11],believ:[11,56,80,160,282,315],belong:[40,55,74,198,240,323,328,341,376],below:[18,27,41,45,47,55,57,58,68,74,84,87,88,93,96,156,239,240,246,260,262,265,272,277,280,282,283,285,307,322,323,328,329,336,346,355,370,378,382,403,406,418],benchmark:259,benefit:[15,80,211,212,213,214,216,217,218,219,251,252],benn:[412,416],berdmann:296,berkelei:[44,45,98,99,100,113,116,145,178,179,180,181,182,183,184,185,186,187,188,239,240,315,334],berkeley_caches:100,berkeley_hash:[100,114],berkeley_hash_nosync:[100,114],berkeley_locks_max:100,berkeley_txns_max:100,berklei:[99,100,315],bernard:[150,164,200],bernhard:296,bernstein:[189,416],best:[25,40,52,71,74,84,212,213,214,216,217,218,219,239,240,241,259,287,292,305,323,383,404,413],beta10:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124],beta11:123,beta1:123,beta2:123,beta3:123,beta4:123,beta5:123,beta6:123,beta7:123,beta8:123,beta9:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],beta:[72,97,160,217,218,219,352],bethani:248,better:[9,11,18,26,30,44,59,74,96,97,98,99,100,102,114,117,121,129,130,133,136,139,145,150,160,163,171,175,239,248,259,261,322,323,383,412,414,415,417],betti:346,bettysu:342,between:[3,5,9,11,15,25,26,30,36,38,41,44,45,48,58],bewar:[44,45],beyond:[7,9,11,30,40,94,249,259,265,312,323,413],bidirect:[56,74],big:[74,138,139,158,191,196,214,216,217,218,219,220,248,261],bigbuff:269,bigdisk:287,bigger:[0,259],biggest:[9,30,249],bill:35,bin:[49,51,61,65,80,87,97,154,191,207,208,209,210,211,222,239,240,261,282,283,293,296,323,328,330,332,334,347,349,351,353,382,383,418],binari:[2,44,49,51,58,72,81],binary:[82,83,84,86,87,100,117,136],bind:[5,88,216,217,218,219,312,322,323,359,403],bindir:[178,179,180,181,182,183,184,185,186,187,188],binhex:80,binsymlink:[51,240],bird:287,birger:98,bison:[49,97,141,239],bit32:58,bit:[11,44,47,49,56,58,62,64,74,80,82,83,84,86,87,97,99,102,104,107,109,120,122,143,144,158,160,191,220,224,240,259,263,288,291],bitmask:[6,58,68],bitvector:80,bitwis:55,blah:323,blank:[44,72,322,323,324],bleed:[204,206,207,208,209,210,211,212,213,214,227,228,229,237,238],blob:[90,221,228,229,231,232,233,234,235,240,263,323],block:[11,47,55,59,74,75,80,105,160,216,217,218,219,248,277,322,328,340,382,383,412],blockdiag:52,blocker:412,blow:258,blurdybloop:323,bmp:56,board:[13,19,323,411],bob:[91,270],bodi:[46,55,56,58,88,100,102,130,178,183,184,185,186,187,188,220,250,273,323,382,389,403],body:[58,97,347],bodystructur:[27,58,250,323],bodystructure:122,bogu:[44,45,99,153,261],bold:52,bonu:109,book:[22,36,93,421],books_test:421,boost:96,boot:[11,82,83,84,86,87],born:[241,413],both:[3,5,6,7,11,18,19,25,36,40,41,44,56,58,61,62,68,74,80,81,88,93,96,99,100,102,108,122,175,239,241,246,247,248,249,259,261,265,266,282,286,287,299,300,322,323,328,332,347,375,376,378,382,383,388,403,407,412],bother:[48,72,130],bottleneck:259,bottom:55,bounc:[308,323],bound:[100,252,323],boundari:[58,66,75,97,99,154,160,194,216,217,218,219,323],boundary:27,boundary_limit:323,bovik:[41,97,160,246,259,271,345,346],box:[137,325,332,421],brace:[55,80,263],bracket:[71,322,323],brain:[58,97,136],braindead:44,branch:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422],brand:[44,51,74],brandon:[98,347],brashear:416,breakpoint:80,breyha:[140,146,147,162,163,164,175,199,200],brick:11,bridg:11,brief:[56,96,289,403],briefli:[7,262],brilliant:71,bring:[7,81,261,263],britnei:55,broad:49,broadest:74,broke:[97,141],broken:[59,74,116,121,138,145,152,174,198,220,229,231,232,233,234,235,343,382],bron:[44,74,154,412,416],brong:[46,47,59,74,160,344],brong_:74,brontool:44,brotli:[49,403],brought:248,brown:323,brownfox:323,brows:[72,406],browser:[88,89,226],bruce:97,brutish:59,bsd:[229,231,232,233,234,235],bsearch_mem:97,btree:116,buczek:158,budget:11,buf:[47,55,56,58,80,154],bufsz:56,bug:[0,11,44,50,53],bugfix:[80,98,99,100,152],buggi:[51,57,97,98,155,158,174],bugs:52,bugzilla:[11,160,162,176,178,181,182,183,184,185,186,187,188],bui:[11,259],build:[1,2,4,11],built:[13,19,22,44,45,47,49,52,56,70,72,74,80,81,97,99,174,189,203,257,261,265,291,323,418],builtin:[323,347],bulk:[44,109,329,389,406],bulletin:[13,19,323,415],bump:[44,74],bunch:[72,74,97,145,146,147,248],bundl:96,burden:88,burdensom:74,bushi:[240,254,323],busi:[11,26,74,88,110,125,126,286,300],button:[53,303,421],bwlimit:382,byacc:97,bye:[18,82,83,84,86,87,97,323],bylaw:[408,411],bynari:99,bypass:[6,97,166,193,226,236,259,354,371],bytecod:[1,19,73,74],bytecode_input_t:75,bytecode_t:75,byteord:80,c01:[82,83,84,86,87],c38962096a47:331,c_include_path:291,cabinet:282,cabl:11,cacertdir:347,cacertdirectori:173,cacertfil:[173,347],cach:4,cachdr:389,cache_crc:58,cache_envelope:47,cache_offset:58,cache_vers:58,cache_version:58,cacheabl:192,cacheid:97,cacheitem_bas:47,cacheitem_buf:47,cacheitem_s:47,cachever:[360,389],cadir:[173,174],cafil:[173,347],cafile:68,cage:40,cal:391,calalarmd:[49,51,178,179,180,181,182,183,184,185,186,187,188,250],calconnect:88,calcul:[9,11],caldav:[0,1,2,3,4,5],caldav_allowattach:323,caldav_create_attach:[88,323],caldav_create_default:[88,323],caldav_create_sch:[88,323],caldav_historical_ag:323,caldav_maxdatetim:[126,323],caldav_mindatetim:[126,323],caldav_realm:323,caldavtalk:51,caldavtest:[70,131,132],caldavzap:133,calendar:[6,11],calendar_component_set:323,calendar_default_displaynam:323,calendar_user_address_set:323,calendarev:220,calendarnam:27,calendarprefix:22,calendarserv:[70,88,323],call:[3,11,38,44,45,46,47,48,55,56,59,60,68,72,74,79,80,82,83,84,86,87,91,97,98,99,141,155,156,160,174,190,196,223,240,247,248,251,259,265,269,286,287,303,313,323,338,382,412,418],callahan:98,callback:[44,45,60,68,79,97,269,392,393,395,396,398,400,401,402],callback_cap:68,callback_noliteral:68,calle:44,caller:[44,58],calscale:76,cam:[100,141],cambridg:[61,100],came:[56,74],campu:415,can:[0,3,5,6,7,9,10,11,12,18,24,26,28,33,35,36,39,40,41,44,45,47,48,49,51,52,53,55,56,57,58,59,61,62,65,66,68,69,70,71,72,74,75,77,79,80,87,88,89,91,92,93,95,96,97,98,99,100,102,104,108,109,120,125,129,139,145,147,152],cancelled:76,canist:11,cannot:[7,27,40,41,44,49,52,80,84,88,97,99,200,240,245,254,259,260,316,323,358,359,376,404],canon:[11,47],canonic:[6,41,56,97,99,100,246,323],canonif:[3,5,19,49],canonifi:[5,202,323],capa:323,capabilities:323,capability:[18,68,82,83,84,86,87,97,105,107,117],capability_str:68,capabl:[11,41,49,52,68,97,106,107,108,141,155,160,200,248,259,282,323,378,392,393,395,396,398,400,401,402,403],capac:[4,7,9],capath:[68,174,347],capit:55,capo:[150,176],captur:[36,80,240],carbon:403,card:391,carddav:4,carddav_allowaddmemb:323,carddav_realm:323,carddav_repair_vcard:323,carddavtalk:51,care:[40,44,55,74,97,100,248,249,259,261,323,332],career:312,carefulli:[7,11,56,248,312],caringo:[178,180,181,182,183,184,185,186,187,188,323],caringo_:[178,180,181,182,183,184,185,186,187,188],caringo_hostnam:323,caringo_port:323,carlo:[162,173,224],carnegi:[81,160,241,408,413,415,416,417],carnegie:81,carsten:[98,160],carter:[100,102,104,105,106,109,122,139,141,154],cascad:[91,97],cass:51,cassandan:[48,50],castagnoli:222,castorsdk:323,cat:[240,418,421],categori:[56,189,259],categories:403,catenate:[82,83,84,86,87,102,117,143,403],caught:145,caus:[6,11,30,33,41,44,49,58,59,80,97,98,100,102,109,122,138,153,156,160,164,239,240,246,247,248,253,259,261,263,265,270,281,282,294,295,297,305,308,315,322,323,332,376,382,383,391,392,393,395,396,398,400,401,402,418,421],caution:[51,280,323,399],cave:140,cb44:27,cdt:362,cell:[11,323],center:11,centos:[2,12,81],centr:287,central:[3,36,56,415],centric:[22,287],centuri:[241,413],ceph:11,cephfs:11,cert:[49,98,109,220,240,418],cert_fil:68,certain:[5,11,49,56,58,59,60,80,97,164,200,226,236,244,248,269,305,312,317,322,323,392,393,395,396,398,400,401,402,421],certainli:[44,48,160],certif:[4,5],cetera:312,cflags:[49,51],cgi:[93,207,208,209,210,211,323],chain:[87,160,161,240,248],challeng:[11,24,80,97,323,392,393,395,396,398,400,401,402,403],chan1:282,chan2:282,chan3:282,chanc:[9,24,30,58,98,249,261,281,303,323],chang:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40],changeabl:18,changes_epoch:[228,229,231,232,233,234,235],channel1:282,channel:[3,11,65,72,74,86,152,160,216,217,218,219,229,231,232,233,234,235,240,248,259,274],chapter:[7,8,10,277,284],charact:[1,3,18,33,41,44,49,54,55],characterist:7,chardet:221,charg:[41,243,272],charset:27,charset_compilepat:56,charset_convert:56,charset_decode_mimebodi:56,charset_decode_mimehead:56,charset_extractfil:56,charset_freepat:56,charset_index:56,charset_lookupnam:56,charset_max_transl:56,charset_searchfil:56,charset_searchstr:56,charset_unknown_charset:56,chartables_long_transl:56,chaskiel:416,chassi:[11,282],chatti:323,chattr:286,chattrsync:286,chdir:[51,239],cheap:[11,28,46,74,259,286],cheaper:[11,15,251,286,323],cheapli:74,check:[9,11,18,24,25,30,44,45,47,48],checkapop:310,checkbox:72,checkdeliv:97,checklist:7,checkout:[51,72],checkpass:338,checkperiod:299,checkpoint:[44,45,139,240,248,322,323,328,330,407],checksum:[58,74,136,248,328],cherri:[48,72],child:[88,89,92,96,137,228,229,231,232,233,234,235,265],children:[44,82,83,84,86,87,98,158,341,359,382],chin:100,china:100,chines:66,chk_cyru:[99,100,321],chkconfig:[82,83,84,86],chmod:[18,240,418],choeger:98,choic:[9,11,30,44,45,87,88,98,231,234,235,249,253,259,312,418],choke:[175,224],chomp:[58,351],choos:[5,7,11,33,74,88,175,251,253,255,259,270,293,303,323,377,421],chose:291,chosen:[11,316,323,382,392,393,394,395,396,398,400,401,402],chown:[240,285,313,418],chri:[97,172,294,416],christian:[100,150],christoph:191,chroot:[63,87],chunk:[11,74,131,133,248,323,328,336],chunk_id:74,churn:137,cid:[203,250,323,389],cipher:[82,83,84,86,87,99,146,160,323],circuit:[44,100,126],circumst:[11,31,33,80,255,303,421],citizen:316,cjk:[65,66,189],claim:[5,97,288],clamav:49,clarifi:[97,277,303],clash:[74,96,200,376],classifi:412,cld2:[49,222],clean:[11,25,28,41,44,45,48,51,52,55,57,59,72,74,76,80,96,98,99,100,140,160,173,195,197,220,239,257],cleanli:[44,97,98,164,192,199,263],cleans:341,cleanup:[44,47,55,58,74,80,96,97,99,140,141,145,146,160,168,178,180,181,182,183,184,185,186,187,188,195,221,225,322,323,330,359],clear:[5,41,55,68,71,80,259,261,323,345,347,376,389,413],clearli:[11,55],clearos:81,cleartext:[93,323],cli:239,cli_fat:55,click:[72,421],client:[3,4],client_bind:323,client_bind_nam:323,client_id:197,client_timeout:[100,323],clientaddress:[222,250,323],clientid:[250,323],clientip:27,clientport:27,clock:79,clone:[51,53,65,71,76,81,178,181,182,183,184,185,186,187,188],close:[7,8,9,25,30,41,44,45],closed:154,closedir:110,closer:[80,261,323],closest:[41,245,312,323],cluster:[11,36,64,87,156,261,312,317,323,332,365],clusterlvm:11,clutter:97,cmd:[15,65,74,87,139],cmd_renam:142,cmdloop:74,cmu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422],cmuloc:[48,97],cname:[97,259],code:[0,1,44],codebas:[44,53],codepath:44,coexist:248,coher:[11,204,206,207,208,209,210,211,212,213,214,227,228,229,237,238],coi:33,cold:251,collabor:[70,160],collaps:56,collat:[44,174,257,323,370],colleagu:160,collect:[6,11],collectnew:97,collis:332,colon:[88,323,325,333,343],coloo:[113,139,146,158,160],color:403,colour:52,columbia:102,column:[18,80,328],com:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422],com_err:[97,100,203],combat:317,combin:[5,11,14,41,56,58,71,74,80,226,236,239,242,243],combinatori:323,come:[11,41,49,52,55,65,74,80,82,83,84,86,87,92,239,241,246,247],comerr:239,comfort:[11,239],comma:[6,9,30,323,325,339,343,364,382],command:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73],commandcrew:33,commandlist_t:75,commandmintim:323,comment:[55,56,71,87,299,311,332,347,403],commerci:292,commit:[41,44,45,46],committ:412,commod:11,common:[5,8,11,12,15,33,36,44,45,49,60,74,87,97,240,251,260,269,287],commonli:[3,8,11,36,41,87,246,290,315,326,330,332,352,353,354,356,357,365,368,369,371,381,385,386],commun:[11,12,36,40,41,49,70],comp:[265,323],comp_flag:6,comp_pat:56,comp_typ:6,compact:[44,49,56,65,71],compar:[5,10,11,36],comparis:109,comparison:[41,76,80,99,161],compat:[15,41,44,66,90,97,99,100,107,119,121,141,152,160,161,178,180,181,182,183,184,185,186,187,188,194,199,211,212,213,214,216,217,218,219,222,228,229,231,232,233,234,235,239,246,247,257,273,293,323,337,347,349,357,369,376,403,415],compel:6,compens:74,compil:[6,19,41,42,48],complain:[74,80,97,178,180,181,182,183,184,185,186,187,188,216,217,218,219,291],complaint:98,complet:[3,11,12,18,41,47,49,58,61,64,68,72,74,75,82,83,84,85,86,87,91,97,100,131,143,147,174,191],complete:76,completed:76,complex:[11,59,65,74,80,97,160,323],compli:[24,247],complianc:[25,70,247,414],compliant:[14,27,97,99,100,125,243,250,308,323,350,354,371,413,417],complic:[55,56,74,75,80,248,262],compon:[3,4,7,11],compos:[3,5,9,66,249],comprehens:418,compress:[49,74,82,83,84,86,87,109,110,146,160,174,240,248],compression:[392,393,395,396,398,400,401,402],compris:[3,412],compromis:[259,261,323],comput:[3,4],computation:75,con:262,concaten:41,conced:99,concept:35,concern:[9,11,30,249,282,286,307,413],conclud:[276,323],concurr:[13,41,47,98,259,415,418],cond:55,condit:[9,19,55,58,59,75,80,81,97,98,100,147,154,155,161,166,193,249,286,323,403],condition:97,condstor:[47,108,109,117,299],condstore:[58,82,83,84,86,87,105,117,154,299,403],conf:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95],confer:41,confid:11,confidenti:313,config:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87],config_annotation_db:[44,45],config_dir:97,config_fil:18,config_getstr:[44,45],config_virtdomain:80,configdirectori:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239],configdirectory:311,configfil:52,configur:[0,1,2,3],configuration:52,configurationdir:329,configured:240,confirm:[26,50,72,261,407,412],conflat:74,conflict:[107,152,259,260,261,263,293,332,347],conflocal_mailer:[240,418],conform:[97,132,250],conforming:52,confus:[33,55,64,80,97,100,160,240,323,418],conjunct:[88,247],connect:[3,6,7,11,13,18,36,41,47,55,68,74,82,83,84,86,87,93,97,98,99,100,105,122,129,130,138,147,152,160,161,163,164,168,174,192,195,201,202,220,222,240,259,260,261,263,273,281,282,285,288],connection:81,connor:[195,224],conrad:416,consecut:323,consensu:[403,412],consequ:[7,11,378,382,421],consequential:81,conserv:[41,231,234,235,248,272],consid:[3,7,9,11,12,30,33,40,41,44,45,49,56,59],consider:[4,5],consist:[3,7,11,19,36,40,41,42,44,45,46,47,56,57,58],consolid:88,consort:51,constant:[44,47,97,139],constantli:[97,312],constitut:[26,84,378,418],constrain:[11,345],constraint:317,construct:[56,100,265,366],consult:[11,41,87,91,94,96,97,174,239,251,252,255,259,265,267,338,374,382,418],consum:[11,109,282,286,370],consumpt:7,contact:12,contain:[3,6,11,14,18,19,24,28,33,40,41,44,47,48,50,55,56,58,62,72,74,75,76,80,81,88,91,93,97,100,122,142,143,164,166,175,178,179,180,181,182,183,184,185,186,187,188,189,191,193,196,203,207,208,209,210,211,212,213,214,216,217,218,219,228,229,231,232,233,234,235,239,240,246,248,250,251,256,259,263,286,287,301,306,313,322,323,324,326,328,332,333,336,338,346,347,349,354,360,371,376,378,382,392,393,395,396,398,400,401,402,418],contemporari:48,content:[1,6,11,26,27,36,41,44],content_lines:58,context:[36,44,228,229,231,232,233,234,235],contigu:343,continu:[3,7,11,19,26,33,36,40,44,45,47,56,66,80,82,83,84,86,87,97,99,106,160,239,259,261,282,303,314,317,323,328,382,417],contract:[11,81],contrari:[3,11,241],contrast:97,contraven:323,contrib:[79,97,174],contribut:[0,1,52,53,70,98,117,160,161,174,200,323,408,412,416,420],contributor:[0,407,411,414],control:[3,5,7,9,11,13],conundrum:11,conveni:[44,80,160,247,290,338,378,383],convent:[1,33,41],converg:4,convers:4,conversations_counted_flag:323,conversations_db:[66,90,323],conversations_expire_aft:323,conversations_expire_dai:[323,341],conversations_keep_exist:323,conversations_max_guidexist:323,conversations_max_guidinfold:323,conversations_max_guidrecord:323,conversations_max_thread:323,conversationsdb:[57,203],convert:[6,44,51,56,58,59,62,74,88,97,99,100,136,138,196,239,242,247],convexist:[250,323],convunseen:[250,323],cool:[51,91,259],cooper:346,coordin:11,cope:33,copi:[3,5,11,24,38,39,41,44,46,47,48,49,51,53,56,58,61,65,72,74,76,97,102,108,122,139,220],copy:[88,97,119,133,247],copyback:383,copydb:382,copying:121,copymessag:90,copyright:[80,81],core:[66,96,98,136,214,216,217,218,219,288],core_uses_pid:301,corneliu:[112,140],correct:[3,7,18,40,41,44,45,55,61,72,74,80,93,97,98,99,100,108,138,139,146,160,164,199,202,203,239,240,259,260,265,286,294,323,360,376,377,391,392,393,395,396,398,400,401,402],correctli:[47,48,55,56,72,74,97,98,99,100,109,138,150,152,161,162,163,164,167,174,189,190,191,192,194,196,199,200,202,203,220,221,222,223,228,229,231,232,233,234,235,239,240,259,261,275,323,418],correspond:[6,10,15,25,55,56,58,72,74,76,97,160,220,223,247,248,251,252,255,265,299,323,324,329,341,347,348,366,378],corrupt:[6,11,41,44,45,47,58],cors:323,cost:4,costli:[28,75],could:[3,5,7,10,11,15,18,19,28,33,36,38,41,49,51,55,58,59,74,75,77,84,97,99,100,108,128,140,155,156,160,166,174,193,197,226,236,244,246,247,248,259,261,263,282,286,303,323,383,389,404],couldn:[68,166,193,312],count:[6,9,11,30,35,41,47,58,109,147,160,164,196,209,210,211,212,213,214,216,217,218,219,222,247,249,263,272,279,288,303,312],counter:4,countri:19,coupl:[11,27,44,49,98,250],courier:[178,180,181,182,183,184,185,186,187,188,241,323,413],cours:[3,9,11,30,248,249,316],courtesi:[104,105,106,107,110,121,122,136],cover:[44,71,81,94,139,269],coverag:[49,80],cpan:[49,51],cpu:[36,282,312,323],crack:74,craft:[74,197,312],craig:[104,117,412,416],cram:[5,41],crap:97,crash:[51,58,59,96,98,99,100,107,109,115,139,141,145,146,147,149,152,154,155,156,157,158,161,162,163,164,168,169,170,174,175,176,189,191,192,193,195,196,197,199,200,201,203,220,221,222,223,259,261,282,404],crashi:202,crawl:[39,74],crc32:[51,58,80,178,180,181,182,183,184,185,186,187,188,222,228,229,231,232,233,234,235],crc32_iovec:80,crc32_map:[58,80],crc32c:196,crc:[58,136,161,383],crc_iovec:80,creat:[3,5,7,9,10,11],create:[6,18,59,61,97,98,99,109,122,160,161,247,259,261,323,347],createabl:259,createdir:240,createdmodseq:[210,211,212,213,214,216,217,218,219],createmailbox:[161,240,279],createonpost:[160,323],creation:[4,7],creationd:6,crec:47,credenti:[5,130,248,261,282,287,323,378,392,393,395,396,398,400,401,402],crept:157,cridland:109,crispin:97,crit:[41,312],criteria:[11,15,221,251,299,346],critic:[28,41,44,72,98,282,312],crlf:[41,58,71,142,263,296],cron:[15,41,74,95,248,282,287,322,346],crontab:[95,346,382],cross:42,crossdomain:[178,180,181,182,183,184,185,186,187,188,323],crossdomains_onlyoth:[178,180,181,182,183,184,185,186,187,188,323],crow:259,cruft:136,crypt:18,cs0:323,cs1:323,cs2:323,cs3:323,cs4:323,cs5:323,cs6:323,cs7:323,csync:[74,96,240,248,267,282,323,326,378,385,418],ctag:403,ctl_:96,ctl_backups_lock_data_fnam:328,ctl_backups_lock_index_fnam:328,ctl_conversationsdb:[44,66,90,211,212,213,214,216,217,218,219,239,321,323],ctl_deliv:[98,100,321,322],ctl_mboxlist:[36,44,77,98,99,100,107,117,122,142,155,169,174,253,260,261,277,282,311,321,323],ctl_zoneinfo:[88,133,223,321,323],ctrl:[285,338,421],cu_:80,cu_assert_equal:80,cu_run_all_test:80,culprit:11,cumbersom:11,cunit:[49,72,80,196,220,221,222],cunit_tests:80,curl:[66,239,240],curli:80,current:[5,6,11,15,19,27,33,36,40,41,44,45,47,48,49,52,53,55,56,58,60],currently:[41,311],curv:[146,160,323],custom:[11,28,44,66,91,93,166,178,179,180,181,182,183,184,185,186,187,188,193,198,213,214,216,217,218,219,248,292,328,346,404],customer1:3,customis:346,cut:[11,413],cutoff:347,cve:[111,139,165,166,174,190,192,193,207,208,209,210,211,212,213,214,216,217,218,219,226,236],cvenam:[207,208,209,210,211],cvs:137,cvt_xlist_specialus:[239,321],cycl:[24,25,36,44,46,59,84,97,160,238,281,282,303,322,383],cyr_:96,cyr_buildinfo:321,cyr_deni:[285,321,338],cyr_df:[109,321],cyr_expir:[15,24,25,44,58,100,102,104,107,110,122,142,152,157,158,160,195,202,229,231,232,233,234,235,240,265,277,287,303,321,322,323],cyr_info:[194,216,217,218,219,222,228,229,231,232,233,234,235,239,321],cyr_qsort_r:223,cyr_sequ:321,cyr_synclog:[104,108,173,282,321],cyr_userseen:321,cyr_virusscan:[49,95,164,213,214,216,217,218,219,306,321,323],cyradm:[18,22,28,40,41,49,68,88,97,98,99,100,114,140,156],cyradmin:97,cyradmn:278,cyrdeliv:307,cyrdump:[137,197,202,321],cyril:110,cyrsudb_db3:98,cyru:0,cyrudb:100,cyrunit:80,cyrus24:51,cyrus25:51,cyrus:[88,164,200],cyrus_conf:[240,418],cyrus_confdir:286,cyrus_db:74,cyrus_don:[44,45,55],cyrus_group:[203,323],cyrus_imap_murd:7,cyrus_init:[44,45,55],cyrus_path:323,cyrus_prefix:[98,158],cyrus_sendmail_auth_id:323,cyrus_syslog_prefix:323,cyrus_us:[203,323],cyrus_user:323,cyrus_verbose:359,cyrus_version:137,cyrusarch:252,cyrusdb:[1,6,43],cyrusdb_again:[44,45],cyrusdb_backend:44,cyrusdb_convert:44,cyrusdb_create:[44,45],cyrusdb_db3_nosync:98,cyrusdb_done:44,cyrusdb_exists:[44,45],cyrusdb_fetchnext:44,cyrusdb_flat:[44,45],cyrusdb_ioerror:[44,45],cyrusdb_locked:[44,45],cyrusdb_lockopen:44,cyrusdb_mboxsort:[44,45],cyrusdb_name:45,cyrusdb_nocompact:44,cyrusdb_notfound:[44,45],cyrusdb_ok:44,cyrusdb_quotalegaci:[44,107],cyrusdb_skiplist:[44,99],cyrusdb_sql:44,cyrusdb_twoskip:44,cyrushost:338,cyrusid:382,cyrusimap:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422],cyrusisgreat:40,cyruslib:[65,189,201],cyruslibs:65,cyruslibs_dir:65,cyrusmeta:[255,256],cyrusmurd:[263,317],cyrussiev:288,cyrusv2:[40,240,418],d5ec35c1414a:[82,83,84,86],da39a3ee5e6b4b0d3255bfef95601890afd80709:74,dacl_invite:76,dacl_reply:76,dacl_schedfb:76,daemon:[11,19,41,64,65,87,96,97,98,99,174,178,179,180,181,182,183,184,185,186,187,188,198,200,239,240,248,253,257,261,268,273,287],dai:[7,11,15,28,41,44,49,52,58,109,158,160,239,240,241,248,250,265,277,286,299,303,322,323,325,341,347,355,362,389,413],daili:[11,109,382,406],dam:347,damag:[41,61,282,403],damages:81,damn:74,dan:416,danger:384,daniel:[195,224],dark:[241,413],darrow:98,darth:[287,313],dashboard:50,data:[3,4,6,7],data_sha1:74,databas:[1,4,5],database:[18,44],datagram:[351,353],dataless:259,dataset:[259,282],datasourc:44,datastor:[44,287,327],datastructur:[60,269],datatyp:[109,158],datauuid:51,date:[27,41,58,60,79,80,81,88,97,137,154,178,185,186,187,188,220,222,236,240,248,249,259,261,263,273,287,317,323,325,346,347,355,360,362,383,403,413],datestamp:52,dav:4,dav_lock_timeout:323,dav_realm:323,dav_reconstruct:[44,160,164,239,321,323],dave:[109,154,412,416],davfilenam:[250,323],davi:416,david:[98,100,102,104,105,106,109,122,139,141,154],davnotificationsprefix:323,davtalk:51,davuid:[250,323],daylight:[109,323],db3:[98,99,100,315],db4:[99,100,109,315],db_mail:18,db_mail_password:18,db_mail_us:18,db_passwd:18,db_recov:[100,311],db_user:18,dba:6,dbdir:99,dberror:[99,109],dbm:97,dc814658a4d676789578bff3de35b45914abd774:360,ddmmyyyi:325,deactiv:[9,30,249,259,399],dead:[98,322,323],deadlock:[44,45,97,98,305],deal:[55,56,74,87,97,98,99,261,263,310,312],deanna:324,debconf:239,debhelp:239,debian:[2,12,49,70,80,81],debug:[1,6,18,44,45],debug_command:[99,323,326,351,352,354,356,357,366,367,368,369,370,371,381],debugg:[74,99,306,326,351,352,354,356,357,366,367,368,369,370,371,378,381,383],decemb:413,decent:75,decid:[11,36,44,45,74,87,97,250,259,265],decim:[56,62,68,378],declar:[80,97,220,251,323,403],declarar:97,declined:76,decod:[56,97,323],decode_st:56,decompil:[273,380],decompos:56,decomposit:56,decoupl:202,decreas:[97,314],decrement:59,dedic:[7,248,282,326,416],deem:11,deep:[248,323,328],deeper:323,deepli:66,defaultacl:[41,245,323],defaultdomain:[40,178,180,181,182,183,184,185,186,187,188,240,323],defaultpart:[251,255,323],defaultpartit:[9,28,30,41,65,240,249,251,252,255,256,323],defaultsearchti:[65,251,256,323],defaultserv:[9,30,109,249,323],defeat:99,defect:97,defer:260,defici:44,definit:[11,18,44,47,55,80,81,88,216,217,218,219,242,251,256],deflat:[49,383],deflate:[82,83,84,86,87,403],deflatepend:[222,223],degener:97,degrad:[97,297],degre:41,dekker:154,delai:[11,13],delaycompress:240,delayed_expung:152,deleg:244,delet:[8,11,13],delete_mod:[24,41,104,141],delete_unsubscrib:323,deleteacl:[247,347],deleteaclmailbox:41,deleted:[24,97,140,141,152,194,277,323,347],deletedmessag:277,deletedprefix:[24,74,104,277,323,378],deleteing:121,deletembox:41,deletemsg:41,deleteprun:[160,240],deleteright:[247,323],deletes:261,delight:404,delimit:[24,52,74,88,89,92,97,308,323,325,338,346],deliv:4,deliver:[100,408],deliverbi:323,deliverdb:[97,331],deliveri:4,delprun:[240,277,322],delsub:108,delta:[9,30,249,261,323,382,403],delteacl:347,demand:[62,125,282,300],demi:248,demonstr:61,demot:286,deni:[6,98,110,240,247,261,263,285,323,338,339,354,371],denial:[6,99,263,338],denot:[56,296,323,421],dens:337,depart:415,depend:[7,9,11,30,36,41,44,45],depfil:80,depict:11,deploi:[4,15,84,247,312,382,413],deploy:[4,5],deployment:40,deployment_guid:9,deprec:[6,41,56,96,100,136,160,178,181,182,183,184,185,186,187,188,206,207,208,209,210,211,212,213,214,216,217,218,219,220,239,240,247,267,282,323,335,376,394,403,415,418],deprecated:47,depth:[138,240],dereferenc:323,deriv:[41,81,261,282,305,376,382],derrick:416,des:97,describ:[3,8,12,18,27,41,44,45,56,58,68,72,97,162,247,252,259,273,282,284,287,322,323,324,333,346,408,413],description:52,descriptor:[44,45,55,68,97,100,131,178,180,181,182,183,184,185,186,187,188,322,323,326,352,354,356,357,365,366,368,369,371,381,386,392,393,395,396,398,400,401,402],deserv:5,design:[0,5,6,11,13],desir:[5,11,56,60,74,97,107,261,263,269,282,323,346,359,413,418],desktop1:421,desktop:[273,421],desno:416,despatch:[241,413],desper:273,despit:[55,71,240,253,263,291,418],desruisseaux:403,destdir:51,destin:[3,74,88,100,102,152,163,240,248,259,316,323,336,347,378,382,415,418],destroi:[48,72,96,323,384],desttier:382,desyncronis:197,detail:[1,6,11,12,18,41],detect:[26,44,45,49,58,74,80,95,98,100,109,110,132,152,153,156,160,161,164,175,178,185,186,187,188,191,196,200,202,220,224,280,281,323,360,403],detector:[49,80],determin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277],determinist:337,detritu:44,dev:[10,11,49,65,72,80,204],devel:[11,33,44,49,55,261,291],development:238,devic:[3,4],devrandom:310,dfuch:98,dhave:80,dhe:[82,83,84,86,87],diacrit:[56,323],diagnos:[44,49,97],diagnost:336,diagram:[1,11,265],dialog:421,dictat:[11,15,41,87,246],did:[19,38,48,72,76,80,97,157,168,195,220,226,236,240,270,273,323,332,404],didn:[44,74,80,97,156,164],die:[297,351],diesel:11,differ:[7,9,11,13,18,19,30,33,36,41,44,45,46,49,56,58,59,69,70,71,72,74,80,88,96,97,99,100,130,137,139,141,156,157,161,169,224,239,240,247],different:55,differenti:323,difficult:[80,259,292],difficulti:49,digest:[5,41,49,93,99,130,323,346,347,392,393,395,396,398,400,401,402,403],digit:[41,56,74,97,156,305,323,325,350],dilail:415,dilyan:[139,141],dilyanpalauzov:202,dimens:323,diminish:[9,30,249],dir:[12,80,88,97,164,179,180,181,182,183,184,240,421],direct:[7,11,15,41,46,52,58,72,74,93,97,166,193,239,251,252,255,259,265,267,287,320,323,382,412],directli:[11,22,41,44,46,49,52,63,75,81,88,100,137,140,160,240,259,261,292,303,323,328,330,415,418],director:259,directori:[1,10,11,15,24,30,35],dirhash:[143,144],dirsrv:11,disabl:[11,12,18,19,24,25,33,41,49,74,77,80,87,88,89,93,97,98,99,100,102,104,110,113,122,139,141,146,158,160,173,174,192,193,205,206,207,208,209,210,211,212,213,214,216,217,218,219,239,240,250,259,265,270,273,301,310,323,326,330,341,351,352,354,356,357,366,367,368,369,371,381],disable_shared_namespac:[33,323],disable_user_namespac:[33,243,323],disadvantag:[7,323],disallow:[41,97,299,323,347],disappear:[25,47,58,59,74,297,303,323],disast:[11,240,329,418],disastr:64,disavow:97,disc:347,discard:[74,75],disclaim:81,disclaims:81,disclos:[173,323],disconnect:[97,163,189,261,299,323],disconnect_on_vanished_mailbox:[110,146,323],discov:[74,80,154,280],discoveri:11,discreet:323,discret:4,discretionari:[33,242],discuss:[15,40,41,56,65,88,191,246,248,250,251,261,269,277,309,312,316,406,412,421],disjunct:221,disk:[3,6,9,10],diskquota:27,diskus:[27,250,323],dispatch:96,displai:[6,8,33,56],display:[87,138,414],displaynam:[222,323],disposit:[97,228,229,231,232,233,234,235,403],disrupt:96,dissappear:160,dist:[48,72,98],distanc:[71,241,413],distcheck:[48,72,192],distclean:97,distinct:[15,36,66,74,96,249,260,305,322,323,325,346],distinguish:[5,33,41,150,167,194,222,246,286,421],distribut:[2,4,6],distributor:19,distro:[49,239,240,261,282,418],ditto:259,divers:[403,416],divid:[3,11,28,93,97,147,251,286,322],divis:58,dkim:[88,323,403,408],dlist:6,dmarc:408,dmz:259,dnf:84,dnl:[240,418],dns:40,do_stuff:[46,47,59],doc:[1,48,49,52,87,96,178,180,181,182,183,184,185,186,187,188,189,198,240,338,408,418,420],docbook:421,docker:50,docsrc:[48,52,72],document:[0,1,11,13,15,18,19,27,40,41,44,45,46,47,48,49,51],doe:[3,5,7,8,11,13,19,27,33,35,36,40,41,44,46,47,51,56,58,60,66,69,72,74,75,82,83,84,86,87,89,92,93,95,97,98,99,100],does:[282,309],doesn:[0,18,19,33,41,44,45,47,48,51,55,56,58,59,61,72,74,76,80,88,97,98,99,104,110,140,142,147,150,162,164,167,194,222,240,247,250,259,277,285,294,312,322,323,338,383],doesnt:311,dohash:97,domain:[3,7,13,18,33],domainkei:[93,240,323,403],domainrelatedobject:323,don:[0,3,18,44,45,47,48,49,52,53,55,56,58,71,72,74,88,97,98,99,100,130,142,143,146,156,157,163,170,172,174,175,189,194,196,224,239,240,248,250,258,259,260,261,273,291,292,310,312,313,323,328,332,350,359,364,375,376,378,382,383,386,392,393,395,396,398,400,401,402,405,406],donald:158,done:[15,25,40,41,47,51,53,55,56,57,58,61,75,76,80,88,90,93,97,100,108,125,239,240,248,254,259,261,265,273,280,282,285,290,323,332,345,347,363,399,418],dopenssl_no_krb5:291,dormant:325,dos:[99,137],dot:[3,33,41,69,99,143,163,189,239,323],doubl:[55,56,100,138,221,263,322],doubt:[72,138],dovecot:[51,154,178,180,181,182,183,184,185,186,187,188,323],down:[36,44,56,74,80,96,97,99,156,160],downcas:[56,308],downconvert:294,downgrad:[147,239,376],downloadurl:196,downtim:[261,286,415],dozen:36,dpc22:[61,141],dperl_pollute:98,dpkg:[240,404],drac:[206,207,208,209,210,211,212,213,214,216,217,218,219],drac_auth:79,drac_p:79,draft:[33,41,97,99,100,102,125,160,228,229,231,232,233,234,235,273,277,280,299,316,323,342,345,360,376],dragonfli:139,drastic:[122,317],draw:421,drawback:[259,413],drbd:[11,323],dread:[97,98],drive:[11,92,93,251,323],driver:11,drop:[45,64,72,97,160,178,179,180,181,182,183,184,185,186,187,188,201,263,418],drop_cr:296,dropcr:296,dropoff:97,drwxr:64,dry:[176,261,355,388],dsn:[97,323],dtend:[6,76],dtstamp:76,dtstart:[6,76],duck:[48,72],due:[41,58,59,66,74,75,93,98,107,126,152,160,161,197,220,239,240,248,288],dumb:44,dummi:323,dump:[44,45,74,77,97,99,100,117,143,248,253,260,263,288],dump_deliverdb:97,dump_opt:74,dupelim:97,duplic:4,duplicate_check:141,duplicate_db:[10,160,323],duplicate_db_path:[10,96,240,253,323],duplicate_mailbox_mod:342,duplicatedb:98,duplicatedeliv:[104,299],duplicatesuppress:[41,98,100,323],durat:[11,15,44,45,58,74,99,213,214,216,217,218,219,323,341],duration:76,dure:[11,12,19,24,36,41,44,45,47,55,56,57,58,59,80,84,97,98,99,100,122,138,147,155,168,175,178,180,181,182,183,184,185,186,187,188,191,193,195,201,214,216,217,218,219,222,225,228,229,231,232,233,234,235,240,246,248,249,250,259,261,262,286,312,323,329,337,347,378,404],duse_setproctitle:174,dynam:[56,91,323],e503646e389f507777fb75eeacc2da0d2156016a:389,each:[3,6,7,9,11,13,15,19,27,28,30,31,33,36,38,40,41,44,45,46,55,56,58,59,60,61,64,66,68,72,74,75],eachoth:3,eager:98,earli:[203,323,403,413,415],earlier:[18,48,72,97,147,153,154,164,191,196,197,239,240,259,273,323,332],earliest:[303,323],earmark:12,easi:[41,47,74,80,259],easier:[0,18,35,44,56,62,74,80,88,97,99,160,161,244,288],easiest:[40,59,72,323],easili:[6,53,56,58,59,74,244,265,415,421],eat:97,eaton:[412,416],ebai:156,ecdhe:[146,160,323],ece:324,echo:[97,240,285,301,392,393,395,396,398,400,401,402,418],ecparam:[160,323],edda:[199,202],edg:[152,204,206,207,208,209,210,211,212,213,214,227,228,229,237,238],edit:[49,51,52,72,87,240,262,265,273,287],edithead:[228,229,231,232,233,234,235,273,323,403],editor:[6,52],edu:[68,81,97,98,99,102,117,141,259,261,277,312,315,324,347],eest:346,effect:[5,9,30,36,55,56,63,74,93,97,107,160,193,240,247,251,261,273,282,286,323,342,378,403],effectiv:5,efficaci:28,effici:[11,13,35,44,58,66,74,90,96,97,98,153,261,282,317,323,382,383,391,415],efficienc:408,effort:[1,11,12,41,81,160,309],egd:98,ehlo:[240,323],either:[6,9,11,18,19,22,30,36,41,44,45,47,49,56,57,58,74,79,87,93,96,109,191,239,240,241,244,246,259,260,263,265,267,268,270,273,277,282,287,291,303,310,322,323,325,344,347,349,374,378,382,412,413,415,418,421],el6:27,el6_6:[82,83,84,86],el7:389,elaps:74,elect:412,electron:[403,415],eleg:56,element:[6,75],elfejoyeux:110,elimin:[11,35,56,97,98,105],elli:[72,248],ellie:[48,72,416],elliefm:74,ellipt:[146,160,323],els:[0,47,48,49,55,57,58,59,72,74,75,80,87,312,407],elsewher:[15,55,75,265],email:[3,5,6,11,15,18,19,27,28,33,40,41,44,46,47,49,66,69,79,88,138,145,160,216,218,219,220,221,222,236],emailid:[250,323],emailsubmiss:323,embarrass:39,embed:[6,347],emerg:[11,13],emiss:27,emit:[27,75,80,97,142,294,323,376,382],emori:102,emphasis:44,empire:[51,241,413],emploi:[19,26,243,282,312],employe:19,empti:[6,11,30,33,74,76,80,93,97,99,100,108,110,142,163,199,221,236,249,251,255,256,261,263,303,323,378,382],empty:[56,303,378],emul:[88,323],enabl:[1,4,5,6,11],enable:[87,136,403],enable_event_notif:250,enable_experiment:97,enabled:[140,147],enclos:[97,322,323],enclosur:403,encod:[56,62,74,146,203,263,277,294,323,346,349,403],encode:[27,58,62,131,216,218,219,403],encompass:287,encount:[56,97,291,421],encourag:[81,259,388],encrypt:[5,18,36,55,93,97,240,261,323,352,354,366,368,371,392,393,395,396,398,400,401,402],enctyp:291,end:[3,11,27,28,40,44,45,55,56,58,63,64,68,71,72,74,75,80,88,89,92],end_command:68,endian:[98,191,196,220],endless:[26,297],endors:81,endpoint:[314,323],endscript:240,enduser:61,energi:11,enforc:[5,36,58,84,299,323],engin:[6,44,56,58,61,64,97,200,231,233,234,235,251,256,323,346,382,383,385,412,415,418],engineer:411,english:323,enhanc:[11,71,81,98,99,100,125,146,158,160,189,191,274],enorm:11,enospc:11,enough:[41,44,55,74,79,80,203,248,249,265,302,310,312,323],enrich:160,ensur:[5,8,11,18,19,24,25,36,39,45,46,47,49,58,59,80,82,83,84,86,87,96,97,100,108,109,163,216,217,218,219,224,239,240,248,259,261,263,265,282,286,303,322,323,370,382,412],ensure:[48,51,72,108],enter:[48,72,82,83,84,86,87,240,273,338,351,421],entere:80,enterpris:[2,12,13,81],entertain:33,entir:[11,25,33,41,44,49,52,55,58,59,74,75,87,99,102,108,131,145,239,241,248,250,254,259,261,263,265,277,286,303,323,341,344,345,359,365,382,413],entireti:[66,347],entiti:[3,5,259,263,403],entri:[5,6,25,36,40,41,56,57,58,64,74,75,76,90,96,97,102,128,139,154,164,173,200,201,239,240,245,246,248,251,252,253,255,256,259,261,263,265,267,273,277,282,287,299,322,323,328,329,330,338,339,341,344,347,359,367,372,373,376,382,418],entropi:[310,323],enum_valu:80,enumer:[289,323],env:158,envel:389,envelop:[27,40,41,58,97,98,100,250,273,294,323],envelope:[58,97,142],envelope_length:47,envfromsmtp:40,enviro:100,environ:[3,4],environment:52,envtosmtp:40,eof:[74,97,99,328],equal:4,equat:11,equi:323,equiv:[41,246,321],equival:[11,56,259,294,323,324],era:413,eras:47,erat:[147,174,175,178,180,181,182,183,184,185,186,187,188],erdmann:296,erfrakon:136,eric:97,err:[41,56,100,285],errno:[68,99],error:[8,18,28,41,44,45,47,49,51,55,68,74,80,82,83,84,86,87,97,98,99,100,104,139,140,142,149,152,153,154,156,158,160,161,162,164,166,171,174,178,182,183,184,185,186,187,188,193,199,200,212,213,214,216,217,218,219,220,221,223,239,240,259,260,288],errors:52,escap:[56,99,277,285,307,323,338,347],escape:[240,273,285],esearch:[87,136,158,323,414],esh:117,esmtp:[240,403],esort:[228,229,231,232,233,234,235,403,414],especi:[4,11,24,25,44,55,60,72,98,102,214,216,217,218,219,240,248,269,312,323,338,382],essenti:[49,58,239,261,287],essential:291,establish:[11,13,18,82,83,84,86,87,251,261,287,288],etc:[2,5,6,9,11,18,31,33,36,40,41,47,49,51,55,58,63,74,75,87,91,95],eudora:[99,323],evalu:[11,75,216,217,218,219,228,229,231,232,233,234,235,259],even:[0,3,11,15,18,19,36,40,41,44,45,46,47,48,55,57,58,59,64,69,72,74,75,80,84,97,98,99,100,109,141,152,154,193,203,238,240,247,259,261,272,282,285,286,287,291,302,303,323,328,341,347,349,382,392,393,395,396,398,400,401,402,415],evenli:58,event:[1,13,19,24,25],event_content_inclusion_mod:[250,323],event_content_s:[250,323],event_exclude_flag:[250,323],event_exclude_specialus:[250,323],event_extra_param:[250,323],event_group:[250,323],event_notifi:[250,323],events:[15,44,74,95,96,160,240,248,253,277,282,287],eventsourc:[178,180,181,182,183,184,185,186,187,188],eventsourceurl:224,eventu:[74,80,329,382],eventual:[98,351],ever:[3,40,44,55,59,138,253,265,300,301,309,323,376],everi:[0,3,6,15,40,44,45,53,58,59,72,74,79,80,81,97,241,250,251,252,255,261,263,265,273,277,282,287,304,314,317,323,329,370,382,383,406,413,415],everydai:[11,40],everyon:[40,47,61,80,97],everyth:11,everywher:44,ex_software:47,ex_tempfail:[97,212,213,214,216,217,218,219],exact:[8,9,11,44,45,52,58,139,240,303,323,355,404,418],exactli:[11,26,44,52,74,79,109,240,247,323,355],exam:9,examin:[51,56,60,216,217,218,219,228,229,231,232,233,234,235,239,248,269,340,341,355,360,376,389,415],examine:[97,247,259,347],exampl:[1,3,5,9,11,18,19],example:52,example_of_freespace_most_selection_on_backend:9,example_of_freespace_most_selection_on_frontend:9,exampleisp:40,examples:52,exce:[41,270,323],exceed:[27,413,417],excel:[286,312],except:[11,44,45,55,56,72,74,80,87,89,92,97,249,260,303,323,347,415],exception:[13,45,303],exchang:[5,36,79,259],exclud:[3,7,9,30,74],exclus:[9,11,19,40,44,45,47,52,57,58,59,74,97,247],exclusion:4,exclusiv:[47,328],exclusive:[57,59],exdate:76,exec:[158,399],exec_prefix:196,execfil:[224,399],execut:[8,11,74,75,80,93,97,99,100,178,179,180,181,182,183,184,185,186,187,188,239,247,253,265,284,286,303,306,323,328,347,359,363,364,421],exercis:[11,282],exhaust:376,exim:[41,99,288],exim_dropcr:296,exist:[4,5,6,7,8,10,11,19,27,28,33,36,40,41,44,45,46,47,50,58,59,62,66,68,74,75,76,80,88,89,92,96,97,100,130,141,143,144,156,160,191,199],exists:[58,147,164,196],exists_cb:44,exit:[52,55,68,74,80,97,99,146,162,163,199,212,213,214,216,217,218,219,240,282,322,323,328,346],exitcod:97,expand:[11,56,88,323,343],expans:[11,58],expect:[0,9,11,18,30,47,49,72,74,80,84,96,98,142,160,193,194,226,240,247,248,259,261,322,323,327,329,404,414],expens:[11,28,47,58,75,102,248,259,303,323,366,376,378],experi:[0,26,97,160,200,240,259,288],experienc:[297,405],experiment:[97,107,178,180,181,182,183,184,185,186,187,188,192],experimental:61,expert:[0,11],expertis:6,expg:[277,389],expir:[97,100,220,265,277,299,303,323,341,347,373,387],expirat:[265,341],expire:[24,25,240],expirenew:100,expiri:152,explain:[11,41,56,80,240,246,263,284,307,339],explan:[15,80,240],explicit:[0,62,108,226,322,347],explicitli:[9,30,47,49,56,61,88,107,205,206,207,208,209,210,211,212,213,214,216,217,218,219,240,241,247,249,273,323,378,382,403],exploit:[100,111,139],explor:261,explos:323,expos:[91,383],express:[41,49,52,55,56,98,323,328,417],expression:[273,403],expung:[13,24],expunge:[25,61,102,122,137,154,244,247,259,277,303,323,347],expunge_mod:[25,41,102],expunged:97,expungeprun:[160,240],ext4:11,ext:414,extend:[62,75,99],extended:[87,136,140,161,178,179,180,181,182,183,184,185,186,187,188,323],extens:[27,47,49,56,68,75,90,97,98,100,102,106,114,136,140,166,178,180,181,182,183,184,185,186,187,188,193],extensibl:403,extension:[97,160,220,221,228,229,231,232,233,234,235,236,247,273,303,323,403],extensiv:[178,180,181,182,183,184,185,186,187,188,189,408],extent:347,extern:[36,41],external:2,extlist:323,extra:[9,11,30,44,66,74,80,88,98,99,142,154,228,229,231,232,233,234,235,250,275,277,323,382,403],extract:[48,72,81,90,323],extraction:403,extractor:323,extraid:99,extrem:[11,68,261],extutil:49,fa6558da:331,fabric:[164,200],face:[6,74,248],facil:11,facilit:[11,25,38,117,160,261,265,303,323,389,412],fact:[0,3,5,19,36,55,98,240,255,259,261,303,418],facto:241,factor:[11,53,82,83,84,86,87,323,326,352,354,366,368,371,385],faculti:416,fail:[1,11,18,19,26,41,44,45,47,49,51,58,59,68,72,74,76],failed:80,failedloginpaus:[156,323],failov:[11,61,239],failur:[3,6,11,41,44,45,58,68,72,74,80,99,127,141,145,147,150,153,158,160,162,164,173,176,191,199,200,220,224,240,242,248,258],fair:292,fairli:[44,97,300,418],fake:[55,79],fall:[11,19,88,152,192,259,282,323],fallback:[224,265],fals:[40,56,66,75,87,97,240,253,282,299,323,347,382],famili:[11,80,415],familiar:[11,53,64,66,239,248,292],family2:3,famou:[11,241,413],fanci:294,faq:288,far:[11,36,55,74,75,97,228,229,231,232,233,234,235,261,307,347,354,371],fare:303,fart:97,fashion:[11,40,55],fast:[28,44,51,56,58,74,99,241,251,286,289,309,341,376,382,392,393,395,396,398,400,401,402,413],faster:[10,11,44,45,55,99,100,126,160,178,179,180,181,182,183,184,185,186,187,188,196,239,242,253,259,262,274],fastmail:[27,44,99,102,104,105,106,107,121,122,154,160,178,179,180,181,182,183,184,185,186,187,188,250,323,416],fastmailshar:323,fatal:[47,55,68,97,99,221,323],fault:391,faulti:11,favero:203,favor:323,favorit:[11,160],favour:[6,175,178,179,180,181,182,183,184,185,186,187,188,282,323],fax:81,fc20:389,fc21:389,fcc:[323,403],fcntl:[44,59,74,99,286],fdatasync:99,feasibl:[11,74],featur:[0,1,2,3,4,5,6,7,8,9,10,11,12],feb:[27,79,277,308],februari:44,fed:[100,265,323,329,350,366],fedex:346,fedora:[2,12,70,81,82,83],fedoraproject:[11,389],fee183c329c011ead7757f59182116500776eaaf:74,feed:[11,13,64],feedback:[0,217,218,219,248,412],feeder:[100,366],feel:[11,72,79,91,239],feet:64,felix:[203,222,229,231,232,233,234,235,236],fenc:11,ferreira:416,fetch:[44,45,46,47,49,51,52,53,58,65,97,100,105,122,145,147,169,212,213,214,216,217,218,219,239,240,247,257,259,286,287,288],fetching:259,fetchlock:[44,45],fetchnew:4,fetchnext:44,few:[3,5,11,36,41,46,52,55,72,80,96,97,133,158,248,251,259,261,286,287,292,311,312,323,406],fewer:11,ffff:56,fiber:[3,11],fiddaman:[223,224,236],fiddli:74,field:[6,18,41,44,45,47,58,60,62,72,74,154,169,192,197,211,212,213,214,216,217,218,219,222,228,229,231,232,233,234,235,239,240,246,251,253,255,263,269,322],fields:97,fifth:382,fig2dev:49,figur:[97,240,312,328],file:[0,1,2,3,4,5],file_sha1:74,filedescriptor:99,fileformat:334,fileinto:[19,33,75,99,106,160,166,193,224,273,320,323],filenam:[19,41,44,45,74,80,100,248,253,305,323,326,328,331,332,336,352,354,365,366,368,371,372,373,378,379,399,421],filename:27,files:52,filesystem:[3,4],fill:[47,53,55,68,97,156,239,323],filter:[13,19],find:[5,6,11,41,44,48,49,55,58,72,74,76,80,88,93,154,156,160,174,192,216,217,218,219,239,240,251],fine:[46,47,51,74,100,248,296],finer:248,finger:[97,351],finish:[11,42,44,45,47],finishproc:68,finishrock:68,fire:301,firewal:259,first:[0,6,9,19,30,41,44,45],fit:4,fitness:81,five:99,fix:[41,44,48,49,51,56,58,71,72,74,80,96,97,98,99,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,125,127,128,131,132,133,134,137,138,139,140,141,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158],fixdir:240,fixme:74,flag:[6,15,19,27,38,40,41],flag_internal_expunged:47,flagnam:[27,250,323,389],flags:[58,98,143],flaki:315,flap:157,flash:11,flat:4,flatten:337,flaw:79,fleme:259,flex:[49,97,239],flexibl:[11,160,259,270,282,347,408],flight:240,flock:[59,74,99],flow:[26,27,74],flowchart:[1,73],flush:[74,78,97,102],flushseenst:[102,122,323],flux:11,fly:[19,58,122,156,323],fmt:68,focus:259,fold:[97,100,139],folder:[5,6,7,9],folders:[41,196,272,347,375],follow:[0,6,7,8,9,10,11,12,13,18,19,23,24,25,27,28,30,33,36,40,41,44,45,47,48,49,51,52,55,56,57,58,60,61,65,66,68,70,71,72,75,77,80,81,82,83,84,86,87,88,90,93,96,160,178,185,186,187,188,220,239,240,245,246,247,248,249,251,253,259,261,263,267,268,273,277,282,283,284,285,286,293,296,303,316,322,323,325,328,336,337,342,346,347,366,378,382,383,399,403,404,412,413,418,421],followup:[100,323],foo:[40,44,55,63,74,97,158,160,259,260,261,273,286,323,360,382],fool:303,foolproof:261,foolstupidcli:323,foot:11,footer:191,footnot:[11,27,36,160,303],footprint:[11,98],forb:81,forbidden:305,force_sasl_client_mech:323,forcibl:99,foreach:[44,45,74,76,109,176],foreach_cb:44,foreground:108,foreign:[80,285],foremost:11,forerunn:[241,413],forese:7,forethought:55,forev:[59,160,247,323],forget:[53,273],forgiv:99,forgotten:[58,72],fork:52,form:[5,40,41],formal:[220,221,236],format:[1,6,27,41,44,47,48],former:[11,15,96,160,240,267,303,322,418],formul:11,forth:11,forthcom:98,fortify_source:220,fortun:273,forward:[36,49,133,259,263,273,282,323,347,403,415],found:[9,30,44,49,68,71,74,76,129,130,132,133,145,154,164,241,259,280,285,288,290],foundat:160,founder:[51,413],four:[33,41,56,74,239,246,322],fourth:[282,329,382],fox:323,fpic:[49,51,80],fprintf:68,fqdn:3,fraction:[56,158,382],fragment:77,framework:[50,75,80],francoi:416,freakin:312,fred:41,free:[9,30,53,55,56,60,68,79,80,88,97,100,125,126,151,160,163,168,195,221,223,225,249,251,255,261,269,270,323,376,408,417],free_cr:97,freebsd:[12,139,157,239,253],freed:[59,68,100,263],freeli:100,freenod:[240,405],freespac:[9,30,249,261,299,323],freez:[220,288],french:3,frequenc:[97,257,282,283,304,323,370],frequent:[11,58,75,97,259,283,286],fresh:248,freshmen:413,fri:362,friend:[74,261,287],friendli:[196,405],friendlier:122,fright:74,from:[2,3,6,7,9,11,13,15,18,19,24,25,26,27,28,30,33,35,36,38,40,41,44,45,46,47,48,49,51,52,53,55,56,57,58,60,61,64,65,66,70,71,72,74,75],front:[7,66,96,239,259],frontend:[3,4,7],frustrat:[55,421],fs_get:99,fs_give:99,fsck:11,fsync:47,ftp:364,fuch:98,fud:[97,98,99,158,321],fud_queri:351,fud_respons:351,full:[11,12,13,18,19,40],full_mboxnam:74,fulldirhash:[100,107,145,223,239,254,323,377],fulli:[3,11,19,33,36,40,41,56,80,160,247,249,259,273,312,323,347,366,377],fullnam:6,fulltext:382,fun:[74,217,218,219],functionproc:68,fundament:[40,49],further:[3,11,15,40,41,44,45,53,56,60],furthermor:[74,96,265],futim:223,futur:[7,11,40,44,49],fuzzi:[102,229,231,232,233,234,235,323,403,414],fuzzy:[202,323],g0241b22:72,gahd:[192,194,203],gain:[66,240,286,415,418],game:61,garbag:[98,134],gardin:416,gari:[98,122],gate:221,gatewai:[100,265,415],gather:[99,257,323],gave:305,gcc:[49,65,80,98,110,141,162,178,182,183,184,185,186,187,188,192,198,236,291,293],gcm:[82,83,84,86],gdb:[51,80,288,301],geani:52,gen:58,gener:[3,4,6],generate_compiled_sieve_script:[160,323],gentoo:[12,81],geograph:11,geoloc:49,gesang:163,get:[0,1,2,7,9,11,18,19,27,30,41],get_stopp:226,getacl:[247,347],getannotation:323,getannotations:[211,212,213,214,216,217,218,219],getent:[240,418],getgrent:[41,246,323],gethostnam:323,getidentityupd:90,getinfo:161,getmd:347,getmetadata:[161,175,192,247],getnameinfo:99,getopt:347,getpassphras:156,getprotobynam:351,getquota:[109,259],getquotaroot:[158,203,259],getservbynam:97,getuid:97,getvacationrespons:90,getxstr:99,gfs:11,ghudson:97,giant:323,gif:323,gigabyt:[11,28],gilda:416,gile:154,git2:27,git:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80],github:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51],gitpython:[49,52],give:[0,11,13,26,28,40,41,44,45,47,51,58,72,74,79,80,87,97,98,137,240,244,259,261,263,265,270,277,294,302,323,375,376,383,415,418],given:[9,11,30,40,41,44,45,56,58,60,61,74,80,84,88,97,98,99,160,164,178,180,181,182,183,184,185,186,187,188,240,244,247,250,259,261,263,265,267,269,270,272,282,306,307,309,317,323,325,329,336,338,339,341,343,346,347,355,359,360,361,362,375,376,379,380,382,389,394,418],glaubitz:220,glib:323,glibc:[107,113,236],glob:[80,97,107],global:[3,5,40,44,45,58,80,102,160,178,179,180,181,182,183,184,185,186,187,188,240,244,273,274],gloom:417,glusterfs:11,gmail:[110,331],gmt:[58,362],gmtime:58,gmtmoff_gmtim:97,gmx:140,gnarli:71,gnu99:[49,51],gnu:[49,65,80,240,347,418],goal:[413,415],god:312,goe:[15,33,48,55,72,97,265,287,303,304],goh:221,gondwana:[154,403,412,416],gone:[74,97,239,303],good:[11,44,52,55,71,72,74,80,81,85,88,97,155,231,234,235,240,249,259,273,300,312,316,317,323,376],goof:98,googl:71,got:[57,59,71,72,74,97,158,285,382],gouaux:[98,99],gov:99,govern:[69,251,411],gperf:[49,239],gpfs:288,gpg:[48,72],gpl:80,grab:[74,97],gracefulli:[97,236],grade:[11,231,234,235,286],grain:100,gramar:196,grammat:323,grand:265,grant:[18,41,244,245,259,323,347,349],granular:[74,160,248,323],granularli:160,graphic:72,great:[7,41,51,71,160,241,312,413,417,418],greater:[19,25,47,100,102],greatli:[58,217,218,219],greenfield:[79,416],greet:[106,323],greg:[97,154,416],gregorian:403,grep:[18,277,338],greylist:389,groff:239,gross:97,group:[5,7,11,19,35,36,41,49,51,55,97,100,138,146,203],groupadd:[240,418],grow:[7,9,11,28,30,249,265,288,303],grown:80,growth:[259,314],grundman:416,gss:93,gssapi:[49,259,273],guarante:[5,7,44,47,55,56,81,84,108,239,259,261,415],guess:74,guest:11,gui:[22,81,88,89,93,312],guid:0,guidanc:1,guide:40,guidelin:0,guidsearch:[220,221],guilherm:416,guimard:[191,220,224],gut:72,gzip:[49,74,248,403],gzname:74,hack:[1,44,54],hacmp:312,had:[5,6,47,74,97,154,157,191,197,200,220,241,259,261,303,312,335,378,413],haferkamp:[160,416],hagberg:97,hajimu:100,half:[61,97],ham:27,hammer:154,hand:[11,60,97,108,141,241,244,248,259,269,323,413,421],handi:[44,80],handl:[6,15,41,44,47,55],handler:[199,224],handshak:6,hang:[97,224,262,288],hangout:71,hangup:359,happen:[3,4],happi:[131,312,376],happili:[11,47,74],hard:[36,41,44,55,97,98,156,162],hardcod:[191,216,217,218,219],harder:259,hardlink:157,hardwar:[11,58,72,231,234,235,259],harm:11,harmless:323,has_chang:47,hasattach:323,hash:[59,74,76,97,98,99,100,104,239,240,242,248,251],hashimapspool:[239,240,254,323,377],hashtabl:[9,30],hasn:[6,33,259,323],hasnochildren:[162,277,347],hat:[2,12,81],haustein:[151,168,195,225],hav:323,have:[0,3,5,6,7,8,9,10,11,15,18,19,22,24,25,27,28,30,33,36,40,41,44,46,47,48,49,50,51,52,53,55,56,57,58,59,60,61,65,66,69,71,72,74,75,76,77,80,81,87,88,89,90,91,92,93,96,97,98,99,100,102,107,139,156,160,164,165,166,174,178,181,182,183,184,185,186,187,188,190,191,192,193,196,202,203,206,207,208,209,210,211,212,213,214,216,217,218,219,220,222,239,240,241,245,246,247,248,249,250,251,252,255,256,257,258,259],have_acte_krb:97,have_libdb:97,haven:[18,51,98,100,306],hba:[3,11],hdd:[11,286],hdrfromsmtp:40,hdrsize:[360,389],head:[7,48,72,74,88,125,312,414],header:[12,41,47,49],headerbodi:[250,323],headerdata:58,headernam:58,health:11,heap:[80,323],hear:[11,70],heart:[58,322],heartbeat:323,heat:[241,413,417],heavi:[74,100,114,265,415],hei:44,height:323,heimdal:[107,239],heino:[98,139,146,158,161,173,174,416],held:[18,35,44,45,52,57,58,71,74,75,100,139,328,407],hello:[61,98,240,360],helpdesk:26,helpfil:52,hen:98,henc:44,henriqu:[99,100,137,416],henz:150,her:[19,33,48,72,76],herdomain:40,here:[11,12,15,27,33,40,41,44,45,47,48,51,53,56,58,61,63,72,74,80,87,96,97,98,100,160,240,248,251,253,256,259,261,265,270,285,289,297,303,311,322,323,384,403,414],herodotu:[241,413],heurist:[74,346],hex:56,hexadecim:62,hhmm:322,hidden:[11,80,332],hide:[102,104,244],hierarch:[33,97,98,323],hierarchi:[11,13,19,22,24,27,30,33,34,41,63,69,72,74,88,89,91,92,97,98,99,104,105,160,161,163,245,249,253,259,265,270,271,273,277,278,303,323,347,360,376,415],hierarchical:97,hiersep:74,high:[7,11,15,36,97,102,239,242,259,265,283,286],higher:[11,15,19,27,30,49,93,270,282,297,323,326,352,354,359,366,368,371,382,385],highest:[6,30,58,360],highestmodseq:[74,122],highli:[56,228,229,231,232,233,234,235,241,312,317,415],highlight:[52,216,217,218,219,228,229,231,232,233,234,235,342,421],him:[28,273],hinder:[241,413],hint:[44,45],hisdomain:40,histor:[323,413],hit:[56,74,75,98,240,248,323],hmh:[99,100,137],hoeger:[98,160],hold:[5,7,11,35,41,47,57,58,59,69,74,76,99,160,239,248,259,263,286,287,303,323,328,418],holdfor:222,holduntil:222,hole:108,holidai:39,holschuh:[99,100,137,416],home:[40,80,88,132,240,253,261,273,286,323,358,421],honest:240,honor:[97,98,413],honour:[165,228,229,231,232,233,234,235],hook:287,hope:0,hopefulli:[55,97,98,99,259],horizont:[12,36,41,258,261],horribl:[44,62,312,377],hors:[241,413],host:[3,4],hostmast:33,hostnam:[40,41,93,97,240,263,282,287,294,322,323,350,351,366,378,392,393,395,396,398,400,401,402],hostname_mech:323,hostname_password:323,hosts_access:322,hot:[248,251,287,317,323,330],hour:[48,57,72,74,80,97,109,239,240,265,282,314,322,323,328,341,373,382,389],hourli:[72,95,346],hous:265,housekeep:98,how:[0,1,9,11,24,30,31,33,41],howard:99,howev:[3,5,7,9,11,36,44,45,57,70,81,90,99,160,239,247,252,259,260,261,263,281,286,294,296,301,303,308,317,323,413],howto:[36,242],hpux:97,href:128,hsk:[113,158],hsts:403,html:[46,48,49,52,58,65,91,100,110,178,180,181,182,183,184,185,186,187,188,323,338,346,418],hton:97,http2:193,http:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75],http_timezon:125,httpallowcompress:323,httpallowcor:[130,323],httpallowedurl:[129,323],httpallowtrac:323,httpcontentmd5:[132,323],httpdocroot:[91,93,128,323],httpkeepal:323,httploghead:323,httpmodul:[66,88],httpprettytelemetri:[130,323],https:[81,93,164,165,166,167,168,190,191,192,193,194,195,202,203,323],httptest:321,httptimeout:323,hudson:97,huge:[46,74],human:[6,11,277,323],humili:11,hunch:74,hundr:[36,136,312],hung:[105,323],hurt:[99,277],husband:19,hybi:403,hypertext:403,hypervisor:11,hyphen:[74,421],hypothet:30,ian:[147,175],iana:[88,96],ibm:312,ical:[51,199],ical_obj:6,ical_uid:6,icalendar:[6,88,93,126,131,133,221,223,323,403],icu:[49,191,220],idea:[0,49,58,71,74,75,80,85,248,259,300,312],ideal:[11,38,57,74,248,259],idealli:[75,239],ident:[5,41,44,45,74,97,246,273,290,323,325,392,393,395,396,398,400,401,402],identifi:[3,5,14,27,33],identified:18,idl:[12,26,47,49,51,79,96,98,100,103,109,110,160,162,163,174,198,203,239,240,253,268,281,321,322,323],idle:[12,82,83,84,86,87,98,100,103,147,163,240,323,353,403],idled:4,idlesocket:[96,240,253,268,323],idx_ical_uid:6,ietf:[23,66,102,131,228,229,231,232,233,234,235,273,299,323],ignor:[41,72,76,89,92,97,98,108,122,164,191,224,236,247,322,323,324,337,341,351,378,421],ignore:[349,352,367,376,403,421],ignorequota:[47,403],ignorerefer:323,ihav:323,ihave:[265,273,323,403],iii:[11,411],ill:[11,59],illustr:[3,11,36,41,52,247,282],ilovecyru:40,imag:[3,11,36,259,312,323,421],image:403,imagin:[11,28,252,255,286,312],imailbox:355,imap2:415,imap2bi:415,imap4:[56,82,83,84,86,97,241,247,284,403,411],imap4flag:[323,403],imap4rev1:[68,82,83,84,86,87,97,354,371],imap4rev2:[228,229,231,232,233,234,235],imap:[1,2,3,4,5,6],imap_:44,imap_dupdeliver:58,imap_enum_virtdomains_on:80,imap_mailbox_locked:[47,59],imap_quotaroot_nonexistent:97,imap_remot:305,imap_sharedseen:58,imap_uid:6,imapclon:196,imapd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95],imapd_authst:46,imapd_conf:[240,418],imapd_out:46,imapd_userid:46,imapext:299,imapflag:[273,323],imapidlepol:323,imapidletimeout:[147,163,323],imapidrespons:323,imapmagicplu:[63,100,323],imapnew:275,imapopt_annotation_db:[44,45],imapopt_annotation_db_path:[44,45],imaprev1:136,imaps:[13,240],imaptalk:51,imapus:[240,418],imaputf7:[51,239],imapv:97,imapwiki:70,imb:[113,158],imclient:67,imclient_addcallback:68,imclient_authent:[68,97],imclient_clearflag:68,imclient_clos:68,imclient_conn_nonsyncliteral:68,imclient_connect:68,imclient_eof:68,imclient_getselectinfo:68,imclient_havetl:68,imclient_proc_t:68,imclient_processoneev:68,imclient_repli:68,imclient_send:[68,97],imclient_servernam:68,imclient_setflag:68,imclient_starttl:68,imipnotifi:[178,180,181,182,183,184,185,186,187,188,323],immedi:[11,15,24,25,30,41,58,59,66,74,102,104,109,141,156,160,247,263,303,304,310,323,328,346,370,378,412],immediat:75,immens:80,immutabl:403,impact:[5,7,8,11,96],impad:358,imper:11,implement:[1,4,6],implementation:273,implementor:244,impli:[11,247,303,326,352,354,366,368,371,382,385,388],implic:[5,11,100,284],implicat:239,implicit:[3,5],implicit_owner_right:[41,245,323],implicitli:[41,88,245],implicitownerright:105,implied:81,important:[97,100,239,240,323,421],importantli:[11,415],impos:[41,97],imposs:259,impost:5,impract:11,impress:11,improperli:[97,294,323],improv:[55,58,80],improve:[97,99,100,104,145,169,178,179,180,181,182,183,184,185,186,187,188,196,197,228,229,231,232,233,234,235,414],improved_mboxlist_sort:[1,44,73],improvement:[99,206,207,208,209,210,211,212,213,214,216,217,218,219,228,229,231,232,233,234,235],imsp:[68,96,97,98,240,259,267,347,392,393,395,396,398,400,401,402,418],imspd:97,imtest:[82,83,84,86,87,97,98,99,119,156,200,240,321,392],inabl:11,inaccur:44,inact:[41,323,330],inadvert:[88,247],inbound:[248,287],inbox:[3,19,20,27,33,36,40,41,58,61,66,74,76,88,89,91,92,97,98,99,102,104,109,142,146,156,160,161,189,220,245,259,261,270,273,279,280,286,288,299],inboxe:[41,105,245],inc:86,incdir:[12,49,99],inclin:11,includ:[0,6,8,10,11,12,13,18,19,24,25,27,33,41,44,47,48,49,51,52,55,56,58,68,71,72,74,75,76,80,81,82,83,86,87,91,93,96,97,99,100,102,117,133,137,141,143,144,156],include:[36,64,97,99,178,179,180,181,182,183,184,185,186,187,188,273,323,403],including:81,inclus:[24,25,53,136,178,181,182,183,184,185,186,187,188,259],incom:[19,88,90,100,229,231,232,233,234,235,240,259,262,265,270,273,288,297],income:260,incompat:[108,273],incomplet:[97,112,140,154,220,248,269,282,403],inconsist:[41,160,175,259,261,375],incorpor:[11,19,52,53,71],incorrect:[44,45,80,97,108,109,142,154,156,240,375],incorrectli:[97,99,161,221,360],increas:[10,11,35,44,56,58,99,104,108,156,162,261,262,282,304,317,323,328,336,359,370,378,382],increasingli:44,increat:156,increment:[59,74,75,97,106,178,183,184,185,186,187,188,382],incur:11,inde:[44,317],indefinit:[105,303,323],indent:[55,323,337],independ:[41,55,97,228,229,231,232,233,234,235,248,259,265,272,282,383,403,415],index:[1,4],index_check:98,index_clos:46,index_init:46,index_lock:46,index_open:46,index_record:[46,47],index_refresh:46,index_search_evalu:97,index_searchcachehead:98,index_st:46,index_statu:47,index_tellchang:46,index_tellexpung:46,index_unlock:46,index_upgrad:153,indic:[11,12,18,51,56,58,62,63,68,78,108,160,247,259,261,263,299,311,323,338,347,376,382,394,421],indicat:[56,58,299,347,403],indirect:81,individu:[3,7,11,24,28,34,38,41,44,47,58,74,75,78,80,88,102,145,160],ineffici:[145,382],inet6:239,inet:418,inet_aton:351,inetd:97,inetdomainbasedn:323,infect:[95,213,214,216,217,218,219,323,346],infin:325,infinit:[11,141,156,201,291,323],inflict:61,influenc:[80,328],info:[11,33,38,41,51,58,72,74,97,98,99,191,265,271,273,277,278,291,292,323,341],inform:[3,5,6,7,11,12,14,22,24,28,30,34,35,36,38,41,47,49,51,53,58,61,64,68,70,72,74,88,90],informat:[20,21],infrastructur:[3,4,5,11,19,36,48,72,80,160,163,220,282,415,416],ingest:370,inher:[147,287],inherit:[33,41,166,192,193,265,341,347,382],ini:[51,306],inifil:[51,239],init:[46,52,55,74,80,239,240,418],initgroup:98,initi:[9,11,19,30,41,44,45,56,68,74,75,97,98,99,100,122,240,245,248,249,263,268,282,322,323,356,357,369,392,393,395,396,398,400,401,402,414,418],initialis:[44,59,80,346],initiat:403,inject:[156,299,347],inlin:[11,55,323],inmsg:68,inn:[97,265],inner:99,innosoft:294,inod:6,inode:6,input:[44,47,53],inquir:412,insecur:403,insensit:[97,99,229,231,232,233,234,235,323],insert:[11,18,41,44,76,88,106,142,244,246,247,263,265,277,282,308,322,323,347,349,403],insid:[27,33,40,47,55,60,62,74,98,99,240,269,273,277,418],insist:49,inspect:[48,74,336,337,342],inspir:[98,122,248],inspire:109,instabl:293,instal:[3,11,12,19,40,41,44,49,51,52,61,65,66,70,72],install:[2,42,49],installat:[7,70],installbinsymlink:[178,179,180,181,182,183,184,185,186,187,188],installsiev:[97,321],instanc:[3,9,11,13,30],instant:[11,403,416],instanti:261,instead:[11,18,19,25,36,41,44,47,52,53,55,56,58,66,71,72,74,75,80,96,97,98,99,100,109,160,162,163,178,182,183,184,185,186,187,188,199,212,213,214,216,217,218,219,223,247,254,259,261,262,282,299,303,307,316,320,323,331,332,347,350,355,356,357,359,364,368,369,375,376,378,392,393,394,395,396,398,399,400,401,402],instruct:[18,40,41,48,49,52,56,65,70,72],instrument:98,insuffici:259,insur:259,int64:51,int_date:[360,389],integ:[9,30,55,56,58,62,75,80,97,115,174,249,322,323],integer:[6,322],integr:[5,50,51,53,65,87,88,97,100,102,163,164,178,179,180,181,182,183,184,185,186,187,188,323,326,352,354,366,368,371,385,392,393,395,396,398,400,401,402,408,414],intel:97,intellig:[160,249],intend:[1,3,11,12,41,44,66,90,226,236,248,258,261,362,415,418],intens:[11,284,332],intent:[15,25,80,337,342],inter:[40,42],interact:[11,44,45,52,97,100,105,141,228,229,231,232,233,234,235,240,259,265,312,323,332,347,374,392,393,395,396,397,398,399,400,401,402,403,418],interchang:[56,259,403,415],interest:[1,6,11,12,44,45,47,70,71,81,85,248,250,259,316,405],interfac:[7,11,36,40,41],interfer:[80,160,282],interleav:259,interm:97,intermedi:[11,75,97,211,212,213,214,216,217,218,219],intermediari:332,intermeta:98,intern:[11,33,36,41,44,45,47,52,59,62,63,69,91,97,98,100,178,180,181,182,183,184,185,186,187,188,193,194,261,280,294,320,323,327,338,347,382,391,415],internal_flag:47,internald:[74,145,157,211,212,213,214,216,217,218,219,347,362,376],internaldate:[58,122],internaldate_heurist:145,internalindex:382,internation:[1,54],internet:[3,13,96,240,241,267,322,356,357,369,403,415,416,418],interoper:[96,205,206,207,208,209,210,211,212,213,214,216,217,218,219],interpret:[11,49,56,63,74,249,294,303,328,336,349,375,378],interrupt:[11,36,175],interv:[79,106,248,299,322,323,383,389],interval:403,interven:[56,160,259],intervent:[226,236,248],intial:97,intimid:56,intra2net:140,intra:40,introduc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422],introduct:[1,42],intuit:5,invalid:[47,62,74,97,98,138,139,163,189,221,223,248,294,323],invari:[57,98],invent:[241,413],inventor:241,inventori:403,invert:355,invest:11,investig:80,invis:[191,247],invit:[88,323,405],invoc:[52,248,282,328,336,370,389],invocat:274,invok:[15,41,68,99,147,240,248,273,280,282,287,323,326,328,346,347,352,354,356,357,365,366,368,369,371,381,382,386,418],invoke:242,involv:[0,13,55,98,100,143,239,262,309,414],ioerror:[189,193,376],iolog:323,ionic:382,ios:[175,199],iov:80,iov_bas:80,iov_len:80,iovec:80,ipaddr:351,iphon:[142,158],ipop3d:142,ipsum:80,ipurg:[52,98,99,109,138,152,176,189,192,203,321],ipv4:[322,323,378],ipv6:[99,100,322,323,378],irc:[71,72,240,282],irk:74,irrelev:19,irretriev:303,irrit:421,is_tacki:55,isc:364,ischedule_dkim_domain:323,ischedule_dkim_key_fil:323,ischedule_dkim_requir:323,ischedule_dkim_selector:323,iscsi:3,ish:72,ismemb:343,isn:[0,11,18,44,45,47,55,56,58,59,71,74,97,100,126,147,178,180,181,182,183,184,185,186,187,188,240,261,277,310,316,318,416],iso8601:51,iso:[27,56,97,216,218,219,220,323],isode:416,isol:[80,259],issu:[11,27,36,41,44,48,49,53,61,66,71,72,74,82,83,84,86,87,97,98,99,100,103,104,105,106,107,108,109,114,117,120,121,122,140,154,156,160,178,181,182,183,184,185,186,187,188,197,239,240,247,249,259,261,263,278,284,286,303,308,323,360,376,392,393,395,396,398,400,401,402,404,412,421],issubscrib:66,ital:[52,421],itchi:55,item1:249,item2:249,item3:249,item4:249,item:[6,11,33,40,41,47,51,57,58,60,62,74,76,105,155,178,179,180,181,182,183,184,185,186,187,188,212,213,214,216,217,218,219],iter:[44,45,47,58,72,99,194,195,224,282,382],iter_skip_expunged:47,iterat:403,itself:[6,11,35,41,46,52,55,69,70,74,80,82,83,86,87,97,99,192,216,217,218,219,250,251,253,261,282,287,293,303,322,323,347,359,370,382,406,418],iversen:97,j16:51,jack:240,jakob:[192,194,203],jame:33,jan:[154,347,360],jane:[3,18,19,27,33,36,375],janepas3:18,janepass:18,janitor:359,jansson:[49,133,162],januari:61,japanes:66,jarosch:[113,140,172,174],jarosh:147,jason:[196,202],javascript:[91,403],jbro:323,jcal:[133,403],jdoe:[3,5,19,280],jean:416,jeff:97,jeffrei:[221,412,416],jen:[147,174,175,178,180,181,182,183,184,185,186,187,188,416],jena:[113,158],jeremi:[99,102],jeroen:[163,412,416],jessi:49,jfs:312,jhoward:99,jim:97,jimson:98,jj12:324,jmap:[13,42],jmap_emailsearch_db_path:323,jmap_imagesize_annot:323,jmap_inlinedcids_annot:323,jmap_mail_max_size_attachments_per_email:323,jmap_max_calls_in_request:323,jmap_max_concurrent_request:323,jmap_max_concurrent_upload:323,jmap_max_delayed_send:323,jmap_max_objects_in_get:323,jmap_max_objects_in_set:323,jmap_max_size_blob_set:323,jmap_max_size_request:323,jmap_max_size_upload:323,jmap_nonstandard_extens:[214,216,217,218,219,220,221,228,229,231,232,233,234,235,236,323],jmap_preview_annot:323,jmap_preview_length:323,jmap_set_has_attach:323,jmap_vac:323,jmappushsubscript:323,jmappushsubscriptionfold:323,jmapqueri:[228,229,231,232,233,234,235,323],jmapsearch:323,jmapsubmiss:323,jmapsubmission_deleteonsend:323,jmapsubmissionfold:323,jmaptalk:51,jmapuploadfold:323,jmp:56,job:[41,64,74,97,160,248,257,282,303,322],john:[3,5,19,27,28,33,36,69,97,98,102,150,176,220,223,277,279,282,283,307,325,327,347,375,389,416,421],johnsmit:389,johnsmith:[332,342,389],join:[7,71,74,240,288],jonathan:199,josh:196,journei:[241,413],jpeg:323,jsmith:[74,360,361,362,376],json:[66,74,90,93,323,328,336,337,375,403],jsr:56,jtampli:102,judgement:[11,55,312],jul:[360,362],juli:261,julian:80,julien:[113,139,146,158,160],jump:[56,75],jun:64,june:55,junk:[19,173,250,273,323,345,347],just:[0,3,11,18,36,39,41,44,46,47,48,52,55,58,59,61,62,71,72,74,75,76,80,97,98,99,108,156,173,191,202,212,213,214,216,217,218,219,239,240,248,254,256,258,259,260,261,263,274],justgotspammedlot:341,justifi:[71,283],jwz:98,jy9o:324,jyager:324,kamen:199,katu:139,kbyte:[6,52,355],kde:11,keep:[12,15,26,41,44,45,46,47,53,55,56,57,58,74,75,87,88,97,98,104,129,160,224,239,240,248,249,251,259],keepal:[138,323],kei:[4,5],ken:[79,97,98,99,141,291,412,416],kept:[7,74,99,178,180,181,182,183,184,185,186,187,188,239,248,259,261,265,304,309,323,386,394],kerber:[96,240,267,368,418],kerbero:[5,13],kerberos_v4:[41,259,261,273,392,393,395,396,398,400,401,402],kernel:[11,286,301],key1:62,key2:62,key3:62,key:6,key_fil:68,keyboard:68,keycap:421,keyfil:[173,347,392,393,395,396,398,400,401,402],keytab:5,keyword:[41,55],kib:[9,30,249,261,323],kick:[11,33,36],kick_mupd:141,kiev:346,kill:[110,312,359],kilobyt:[15,19,34,41,270,272,323,347],kind:[6,10,33,44,57,74,80,240,250,303,323,403],kinda:[51,56],king:51,kingdom:417,kirk:33,kleinespel:416,kmurchison:74,knight:40,know:[3,5,7,9,30,31,40,41,44,47,49,51,55,56,71,72,74,79,93,109,239,240,247,248,249,255,259,273,275,287,291,323,354,371,382,404],knowledg:97,known:[4,5,7],kolab:[27,286,416],kolab_3:27,kolbu:416,konold:136,korean:66,korreio:81,kpop:[13,35,41,96,97,240,261,267,368,415,418],kravchenko:98,krb5:[49,288],krb5_enctyp:291,krb:[41,246,321,323],krb_pt:97,krb_sasl_client:68,krbck:97,krbimpl:49,kristof:[139,416],kssl:288,kssl_build_principal_2:291,kssl_cget_tkt:291,kssl_check_auth:291,kssl_ctx:291,kssl_ctx_setkei:291,kssl_ctx_setprinc:291,kssl_ctx_setstr:291,kssl_sget_tkt:291,kssl_validate_tim:291,kthxbye:55,kueck:190,kxte:[82,83,84,86,87],label1:323,label2:323,label3:323,label:[55,56,275,294,323,421],lack:[11,55,100],lag:[9,30,249,261,323],lai:11,laid:52,lam:347,land:[44,66],lappend:97,laps:[9,30,249],larg:[7,9,11,13,18,24,25,27,28,30,33,36,55,56,74,97,98,99,100,102,136,204,206,207,208,209,210,211,212,213,214,227,228,229,231,232,233,234,235,237,238,239,240,248,249,250,251,259,262,277,284,286,288,297,303],larger:[4,11,15,19,33,36,56,100,248,259,283,323,355,383],largest:[11,15,41,133,160,249,323,417],larri:[99,416],last:[6,39,44,47,58,60,61,72,74,97,100,162,231,234,235,239,240,252,255,273,282,299,323,347,350,351,360,382,389,403,418],last_appendd:74,last_chunk_id:74,last_uid:[74,197],last_upd:[47,74],lastchang:74,lastpop:[100,299],lastread:74,lastuid:74,lastupd:[299,360,389],latch:323,late:[74,97],latenc:11,later:[11,24,25,56,65,72,74,80,97,102,104,147,160,178,182,183,184,185,186,187,188,191,239,240,241,248,249,268,270,283,286,294,296,303,323,389,413,415,417,418],latest:[12,49,51,72,81,88,97,100,238,239,259,287,292,323,328,376,408],latter:[15,74,259,277,310,322,323,382],lauri:416,lawrenc:79,layer:[1,5,11,36,41,44,54],lazi:[74,97,240],lcunit:80,lcyru:68,ldap:[5,11,13],ldap_authz:323,ldap_bas:323,ldap_bind_dn:323,ldap_ca_dir:[160,323],ldap_ca_fil:[160,323],ldap_ciph:[160,323],ldap_client_cert:[160,323],ldap_client_kei:[160,323],ldap_deref:323,ldap_domain_base_dn:323,ldap_domain_filt:323,ldap_domain_name_attribut:323,ldap_domain_result_attribut:323,ldap_domain_scop:323,ldap_filt:323,ldap_group_bas:323,ldap_group_filt:323,ldap_group_scop:323,ldap_id:323,ldap_mech:323,ldap_member_attribut:323,ldap_member_bas:323,ldap_member_filt:323,ldap_member_method:323,ldap_member_scop:323,ldap_password:323,ldap_realm:323,ldap_referr:323,ldap_restart:323,ldap_sasl:323,ldap_sasl_authc:323,ldap_sasl_authz:323,ldap_sasl_mech:323,ldap_sasl_password:323,ldap_sasl_realm:323,ldap_scop:323,ldap_serv:323,ldap_size_limit:323,ldap_start_tl:323,ldap_time_limit:323,ldap_timeout:[162,323],ldap_tls_cacert_dir:[160,323],ldap_tls_cacert_fil:[160,323],ldap_tls_cert:[160,323],ldap_tls_check_p:[160,323],ldap_tls_ciph:[160,323],ldap_tls_kei:[160,323],ldap_uri:323,ldap_use_sasl:323,ldap_user_attribut:323,ldap_verify_p:[160,323],ldap_vers:323,ldflags:65,lead:[19,27,62,69,259,261,282,310,323,347,415,416],leader:61,leak:[51,55,58,80,88,97,98,99,100,122,129,130,132,133,143,147,160,163,164,168,169,195,196,203,225,239],leap:323,learn:[0,11,240,265,292],least:[3,11,44,56,65,66,74,80,87,100,239,240,247,248,251,255,259,261,282,286,294,303,311,322,323,324,325,326,341,355,362,376,382,418],leav:[24,47,51,59,72,75,80,88,89,92,108,110,175,261,291,323,359,389],led:44,lee:[173,175,178,180,181,182,183,184,185,186,187,188],leena:[98,139,146,158,161,173,174,416],leewai:323,left:[61,74,97,102,120,145,221,261,282,286,294,323,349,378,392,393,394,395,396,398,400,401,402,416,421],legaci:[6,41,49,136,174,181,205,206,207,208,209,210,211,212,213,214,216,217,218,219,247,323,335,361],legal:[44,45,81,99,403],lemonad:403,len:56,length:[41,44,45,55,56,58,74,75,97,100,114,240,277,323,351],lengthen:282,less:[6,9,10,11,30,48,55,74,96,98,132,133,155,161,191,239,248,249,253,259,282,286,303,323,328,376,382,415],lessen:98,let:[11,36,44,45,61,74,80,97,216,217,218,219,239,240,248,252,255,261,418],letter:[41,254,259,305,323],level:[1,3],levenshteinx:51,leverag:282,lex:[49,51,75,97,100],lexer:[97,98],lhlo:106,liable:81,lib64:293,lib:[11,12,44,45,49,55,56,65,74,80,97,98,160,239,240,253,270,273,277,280,281,282,283,285,286,291,293,311,323,332,334,338,353,363,382,383,418],libacap:98,libanyev:51,libari:97,libbrotli:49,libbsd:[49,51,239],libc:80,libcal:51,libcap:194,libchardet:49,libclamav:[49,293],libcld2:49,libclon:[51,239],libcom_err:97,libcomerr2:87,libconfig:[51,239],libcrypto:293,libcunit1:[49,80,239],libcunit:80,libcurl:323,libcyru:[44,55,68,80,97,99,100,193],libcyrus_imap:[49,190,196],libcyrus_init:55,libcyrus_min:[44,100],libdata:51,libdatetim:[51,239],libdb5:87,libdb:239,libdigest:239,libdir:[12,49,99],libencod:[51,239],liber:323,libexecdir:[178,179,180,181,182,183,184,185,186,187,188],libfil:[51,239],libglib2:239,libic:[49,88,93,125,176,216,217,218,219,239,240,323],libicu:49,libimap:55,libio:[51,239],libjansson:[49,239],libjson:51,libldap2:[49,239],libmag:51,libmariadb:49,libmim:51,libmysqlcli:[49,239],libnet:[51,239],libnew:[51,239],libnghttp2:[49,193],libpam0g:239,libpcre3:[49,239],librari:[0,12,41,42,49,51,66],libressl:[150,164,200],librt:[164,196],libsasl2:[49,87,239],libsasl:[97,98],libsqlite3:[49,239],libsrs2:49,libssl:[49,239,293],libstr:51,libtest:[51,239],libtext:51,libthread_db:80,libtool:[49,80,97],libunix:[51,239],liburi:239,libuuid:[49,74],libvex:80,libwrap0:239,libwrap:98,libwrap_init:98,libwslai:49,libxapian:[49,239],libxml2:[49,133,239],libxml:[49,51,191,239],libzephyr:239,licens:[2,27,66],life:[84,197,322,421],light:[11,80,96],lighter:75,lightweight:[96,240,263,267,268,418],liinu:98,like:[0,3,5,7,11,15,16,17,18,19,26,29,30,33,34,36,37,41,44,45,46,47,48,51,52,55,58,60,62,68,72,74,78,79,80,87,96,97,121,191,200,229,231,232,233,234,235,239,240,247,248,250,252,259,260,261,263,265,269,273,277,282,285,287,291,292,293,297,306,308,312,322,323,326,330,332,338,346,351,352,353,354,356,357,365,368,369,370,371,376,378,381,383,385,386,392,393,395,396,398,400,401,402,405,414,418,421],likelihood:11,likewis:[55,57,97,98],limit:[4,5,6,7],limitless:314,lin:140,line:[11,18,41,48,49,51,55,58,65,66,71,72],liner:277,lines:[360,389],lingual:403,link:[11,41,42,44,48,49,52,55,61,68],linkag:[72,74,287],linkend:9,linker:293,lint:[216,217,218,219,239,342,414],linux:[2,11,12,18,19,49,65,81,84],list:[0,3,4,5],list_curv:[160,323],list_fe:129,list_opt:74,listacl:347,listaclmailbox:41,listaclmamilbox:41,listen:[18,74,87,96,98,164,200,240,248,250,253,259,261,263,265,267,268,273,275,282,287,314,322,323,326,351,352,354,356,357,359,365,367,368,369,371,381,382,385,386],listext:[82,83,84,86,98,136],listmailbox:[40,161,277],listquota:41,listquotaroot:[41,278,279],listrights:[247,347],liter:[3,33,36,44,62,68,97,99,139,263,403,421],literal8:44,literal:[68,82,83,84,86,87,156,228,229,231,232,233,234,235,323],literalminu:323,littl:[44,72,74,79,97,98,122,286,309,405],live:[6,11,36,44,47,56,61,74,77,80,92,97,99,160,239,240,254,259,261,273,314,323,332,351,353],liveli:[74,248],lkxan:323,lmr:99,lmtp2nntp:[265,323],lmtp:[8,40],lmtp_admin:[41,100,261],lmtp_allowplaintext:100,lmtp_downcase_rcpt:[99,308,323],lmtp_exclude_specialus:323,lmtp_fuzzy_mailbox_match:102,lmtp_over_quota_perm_failur:[41,270,323],lmtp_prepars:[229,231,232,233,234,235,323],lmtp_strict_quota:[41,270,323],lmtp_strict_rfc2821:323,lmtpa:27,lmtpd:[19,40,41,87,98,100,102,146,147,149,156,161,166,174,193,197,199,200,203,220,221,224,240,253,261,268,270,273,282,287,297,301,304,306,321,322,323,331,349,352,354],lmtpengin:[98,100],lmtpproxyd:[87,99,100,102,260,261,262,297,321],lmtpsocket:[96,240,253,268,323,418],lmtptest:[99,321],lmtptxn_timeout:323,lmtpunix:[27,87,240,308,322,352,354,356,357,365,368,369,371,381,385,386],load:[5,7],loader:[49,253,268,374],loc:173,local0:323,local4:97,local6:[41,97,240],local7:323,local:[3,5,6,7,11,36,40],local_onli:74,local_rule_0:265,localdefs:291,localdomain:273,localhost:[18,28,41,66,82,83,84,86,87,240,262,265,273,322,323,347,350],localpart:[40,163,239],localtim:277,locat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250],lock:[1,4,5,6],lock_debugtim:323,lock_exclusive:[47,59],lock_expir:6,lock_nonblocking:59,lock_opt:74,lock_own:6,lock_ownerid:6,lock_shared:[47,59],lock_token:6,locker:99,lockfil:305,locktyp:59,lodg:0,log:[3,5,11,13,18,19,40],log_debug:323,logfil:359,logic:[3,5,7,11,46,55,56,97,152,158,330,355],login:[3,5,18,19],login_sasl_cli:68,login_unix_getspnam:97,login_unix_pwcheck:97,login_unix_shadow:97,logindisabled:[82,83,84,86,87],loginrealm:[41,323],loginuseacl:[41,99,323],logout:18,logrot:240,logtimestamp:[97,323],longer:[11,46,74,80,97,98,99,100,102,107,142,145,146,147,160,161,162,163,164,166,169,172,173,174,175,176,189,190,191,192,193,196,197,199,200,201,202,203,211,212,213,214,216,217,218,219,222,224,228,229,231,232,233,234,235,239,247,259,262,263,282],longest:108,longev:314,longstand:98,longwind:47,look:[11,18,33,36,40,41,44,45,47,48,51,52,55,56,58,62,66,72,74,79,80,91,96,97,98,158,160,200,216,217,218,219,240,253,259,260,261,287,288,293,312,323,347,360,414],lookup:[40,41,76,88,99,100,244,245,247,259,265,290,323,341,347],loop:[44,45,55,74,97,98,99,137,141,201,316],loopback:275,loos:[28,259],lorem:80,lose:[7,11,58,74,155,162,200,239,259,261,312],loss:[11,58,80,81,161],lost:[41,74,80,145,157,222,248,261,282,308,362,382],lot:[6,24,44,46,51,74,98,105,140,141,155,156,178,179,180,181,182,183,184,185,186,187,188,240,248,249,254,265,273,297,304,391,418],love:[27,52,70,71,80,239,312,414],low:[55,58,259,286,323,350,406],lower:[1,15,27,56,259,314,323],lowercas:[56,99,323],lowest:[9,30,58,249],lqm:347,lqr:347,lrp:41,lrsp:41,lrswip:41,lrswipcda:61,lrswipkxt:347,lrswipkxtea:[41,332],lrswipkxtecda:41,lrwipkxtan789:88,lrwipkxtan9:88,lrwipkxtan:88,lsb:239,lseek:55,lsub:[63,97,121,137,141,155,158,259,261,323,347,403],ltd:416,ltmp:160,lucent:117,luck:[80,97],luke:40,lukecag:40,lun:3,lvm:11,lwi:41,lwn:11,lyndon:97,lynx:203,machin:[1,11,40,56,64],maciel:416,macos:134,macro:41,mad:287,made:[4,7,44,45,46,51,55,57,58,68,74,80,91,97,98,100,107,108,139,153,154,156,173,239,260,261,263,279,322,323,328,378,412],mageia:81,magic:[41,44,47,58,75,100,255,376],mahoroba:100,mai:[3,5,7,8,9,10,11,18,19,25,27,30,31,33,36,38,40,41,44,45,49,51,52,55,56,57,58,60,68,69,74,75,80,81,87,90,96,97,98,99,100,102,130,160,166,174,191,193,217,218,219,222,223,231,234,235,239,240,244,246,247,248,249,250,251,252,253,254,255,257,259,261,262,263,265,267,268,269,270,271,275,277,280,282,283,284,286,291,293,297,303,304,308,309,311,312,313,314,315,316,322,323,327,332,336,338,341,347,359,362,376,377,378,382,388,389,392,393,395,396,398,399,400,401,402,404,405,412,413,414,415,418,421],maiden:19,mail1:261,mail1_password:261,mail2:261,mail2_password:261,mail:[0,3,5,6,11,13,15,18,19,22,27],mail_us:18,mailalternativeaddress:5,mailbox:[1,3,4],mailbox_append_index_record:47,mailbox_badformat:97,mailbox_cacherecord:47,mailbox_clos:[47,58],mailbox_commit:47,mailbox_cr:47,mailbox_creation_distribut:9,mailbox_default_opt:[108,323],mailbox_delet:47,mailbox_delete_cleanup:47,mailbox_deleted:[47,58],mailbox_id:74,mailbox_index_repack:47,mailbox_index_unlock:47,mailbox_initial_flag:323,mailbox_it:47,mailbox_iter_don:47,mailbox_iter_init:47,mailbox_iter_step:47,mailbox_lock:59,mailbox_lock_index:47,mailbox_maxmessages_addressbook:[228,229,231,232,233,234,235,323],mailbox_maxmessages_calendar:[228,229,231,232,233,234,235,323],mailbox_maxmessages_email:[228,229,231,232,233,234,235,323],mailbox_messag:74,mailbox_needs_repack:[47,58],mailbox_notsupported:97,mailbox_open_exclus:47,mailbox_open_irl:47,mailbox_open_iwl:47,mailbox_read_index_record:47,mailbox_rename_copi:47,mailbox_rewrite_index_record:47,mailbox_unlock_index:47,mailboxacl:[250,323],mailboxdb:365,mailboxe:74,mailboxes:[61,212,213,214,216,217,218,219],mailboxexist:200,mailboxid:[27,221,229,231,232,233,234,235,236,323,403],mailboxids:[212,213,214,216,217,218,219],mailboxlist:348,mailboxptr:47,maildrop:110,mailer:[40,240,265,418],mailer_definitions:[240,418],mailert:40,mailfoldernam:277,maillog:[18,308],mailnotifi:[41,99,323],mailoffsit:282,mailproxi:261,mailrepl1:282,mailrepl2:282,mailserv:240,mailspool:[14,102,287,323],mailstor:[61,69,241,282,287,309,356,357,369],mailto:[27,163,367,403],main:[28,44,45,55,66,68,80,251,252,253,255,256,259,282,292,309,329,418,421],mainli:[108,323,336,378],mainlin:352,mainstream:160,maintain:[6,10,11,22,33,35,36,38,41,46,47,48,49,52,71,72,75,84,90,97,241,244,247,248,251,259,261,263,284,289,317,370,406],mainten:[44,49,322,341,359],major:[56,81,97,99,100,106,160],make:[0,1,7,10,11,12,18,25,35,36,40,41,44,45,47,48,49,51,52,53,55],make_chang:47,make_md5:136,make_sha1:136,makedepend:97,makefil:[48,52,80,97,99,178,181,182,183,184,185,186,187,188],makemak:49,male:19,malet:154,malform:323,malici:88,malloc:[47,55,80,222],man:[1,18,19,49],manag:[6,11],managesiev:[98,107,108,202,222,261,273,323],managesieve:[99,100,273,399,400],mandatori:[3,160,216,217,218,219,263,378],mani:[5,11,19,24,36,41,44,47,55,58,62,70,74,75,80,93,97,98,99,100,152,155,156,191,203,224,239,248,251,253,259,261,265,282,283,286,293,297,303,312,316,322,323,351,354,371,383,415,416,418],manifest:199,manipul:[41,75,121,251,259,273,338,360,399],mann:416,manner:[3,11,24,97,323],manpag:[52,97,200,248,289,350],manual:[48,52,66,72,80,88,90,93,95,200,248,260],map:[6,11,40,41,44,46,47,55,56],map_priv:97,map_stupidshar:97,mapnl:56,mar:[277,360,389],marclaport:202,marco:203,margin:303,mari:[27,325],mariadb:[49,163],mario:[151,168,195,225],mark:[33,38,56,60,75,79,97,136,140,247,259,265,269,273,277,344,350,378,416],markdeliv:97,market:312,markup:323,marri:19,marti:[173,175,178,180,181,182,183,184,185,186,187,188],martin:[99,136,189,273,323,399,403,416],marysmith:327,mask:76,mass:[74,248,265,358],massag:248,massiv:[44,178,183,184,185,186,187,188],masssievec:[273,321],master:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95],master_bind_errors_fat:[216,217,218,219,323],master_machin:64,master_start_tim:64,master_uuid:64,match:[6,18,41,44,45,47,49,51,52,55,56,58,63,74,76,87,91,95,97,99,102,139,152,156,158,203,222,239,246,248,253,263,268,273,284,290,323,328,330,336,338,339,346,347,355,362,375,389,418],matchmim:221,materi:81,math:51,matt:[412,416],matter:[0,11,47,58,59,80,105,110,147,154,175,311,323,416],matur:90,matuska:189,matveev:416,max:[160,239,323,376,416],max_user_flags:58,maxcallsinrequest:323,maxchild:[87,98,314,322,352,354,356,357,365,368,369,371,381,385,386],maxconcurrentrequest:323,maxconcurrentupload:323,maxdelayedsend:323,maxdomname:224,maxfd:[99,322],maxforkr:322,maxheaderlin:323,maximum:[7,15,28,74,98,160,178,180,181,182,183,184,185,186,187,188,228,229,231,232,233,234,235,240,248,270,303],maxlogins_per_host:[160,166,193,323],maxlogins_per_us:[160,166,193,323],maxlogname:224,maxmessag:[27,161],maxmessages:323,maxobjectsinget:323,maxobjectsinset:323,maxquot:323,maxquoted:107,maxsizeattachmentsperemail:323,maxsizeblobset:323,maxsizerequest:323,maxsizeupload:323,maxssf:347,maxval:343,maxword:[107,323],may:[33,316],mayadditem:66,mayadmin:66,mayb:[0,49,55,58,72,74,191,216,217,218,219,228,229,231,232,233,234,235,282,342,383],maycreatechild:66,maydelet:66,mayreaditem:66,mayremoveitem:66,mayrenam:66,maysetkeyword:66,maysetseen:66,maysubmit:66,mbexamin:[99,106,202,203,239,321],mbname:74,mbox:[74,325,338],mboxcfg:[273,347],mboxconfig:[161,341],mboxev:[178,179,180,181,182,183,184,185,186,187,188,196],mboxkei:4,mboxkey_db:[160,323],mboxlist:[44,45,97,100,146],mboxlist_:47,mboxlist_create_partit:74,mboxlist_db:[160,236,323],mboxlist_db_path:[253,323],mboxlist_renamemailbox:74,mboxlock:59,mboxmetadata:323,mboxnam:[46,47,59,74,80,193,194,197,248,336,378],mboxname_lock:[10,59],mboxname_lockpath:[10,96,240,253,323],mboxname_releas:59,mboxpattern1:346,mboxpattern:346,mboxtyp:74,mboxutil:172,mbpath:[97,98,100,114,140,156,212,213,214,216,217,218,219,321],mbtool:321,mbtype:[250,323],mbtype_deleted:172,mbyte:[52,355],mcmurtri:[154,412,416],mcyru:347,md5:[5,18,41,49,93,99,132,155,323,347,392,393,395,396,398,400,401,402],mda:[26,418],mdn:[97,323,403],mean:[3,6,11,19,28,35,36,40,41,44,45,52,53,55,58,59,69,71,72,74,80,96,97,100,125,141,152,160,164,191,243,244,246,247,248,251,259,261,265,271,273,282,286,287,303,322,323,326,341,352,354,355,366,368,371,383,385,403],meant:[11,303,351],meantim:[72,74,323],meanwhil:[244,248],measli:28,measur:323,mech_list:93,mechan:[5,8,14,40,41,49,66,68,88,90,93,97,98,99,136,240,246,254,259,261,263,282,286,323,347,392,393,394,395,396,398,400,401,402,403,408,418],mechanisms:[240,418],mechlist:156,media:[15,251,256,312,323,403],meet:[71,88,294],meeuwen:[163,412,416],mega:74,megabyt:304,melbourn:27,mellon:[81,160,241,408,413,415,416,417],melnikov:[412,416],member:[38,41],membership:[49,374],memcheck:80,memmem:129,memmov:97,memori:[9,10,11,30,46,47,49,51],memrchr:224,memset:[46,80],men:[241,413],meng:[147,150,164,174,199,203],mental:97,mention:[41,56,57,108,136,143,247,271,273,323,421],menu:[97,421],merced:40,mercedesknight:40,merchantability:81,mere:[11,41,55,303],merg:[0,49,71,88,98,99,100,102,136,174,261,323,383],merit:96,mesh:[282,323],mess:[57,72,74,377],messag:[6,8,11],message:[41,74,272,347,375,403,414],message_guid_size:58,message_id:74,messagecont:[27,250,323],messagehead:27,messages:[27,74,250,323],messeng:[241,413],messi:74,met:[81,413,417],meta:[33,56,58,59,87,142,203,251,284,312,323,361,363,403],metadata:[6,13],metapartit:[102,251,255,256,283,323],metapartition_fil:[58,102,251,255,256,283,323],method:[5,41,58,59,76,80,87,88,90,95,97,99,110,129,133,163,221,239,240,241,248,250,259,262,273,323,346,347,349,367,413,421],methodcal:66,methodrespons:66,metric:[257,323,370],meyer:416,mib:[164,200],mic:323,michael:[147,150,164,174,199,203],micro:238,microsoft:[323,403],middl:[58,142,238,239,282],midset:[27,250,323],might:[0,7,11,40,44,48,49,52,56,58,72,74,80,100,160,239,259,261,265,275,276,282,286,287,293,294,301,306,313,322,323,351,418,421],migrat:[7,15,40,98,122,239,251,252,255,275,341],mileston:412,mill:[98,122],million:[11,46,312,417],milter:389,mime:[27,51,56,58,97,99,102,138,147,203,220,224,294,323,336,346,403,411],mimetransport:403,mimick:415,min:[72,100,173,323],mind:[11,58,248,249,276],mini:56,minim:[11,12,40,52],minimum:[18,49,74,240,248,257,265,323,383,392,393,395,396,398,400,401,402],minlevel:382,minor:[58,97,98,99,100,160,178,183,184,185,186,187,188,238,239,360,376],minpol:323,minssf:347,minut:[72,97,163,240,265,299,322,323,341,389,418],mirapoint:[259,399],mirror:[11,56,413],misbehav:[228,229,231,232,233,234,235],misc:[99,158,265],miscellan:[100,103,104,105,106,107,114,117,120,121,122],misconfigur:261,miscount:220,misinterpret:403,mislabel:220,mislead:[44,45,97,222],mismatch:[74,127,161,288],misnam:97,miss:[58,61,72,74,80,93,96,99,110,137,140,145,147,152,153,154,162,163,164,166,178,185,186,187,188,191,193,196,201,221,222,226,240,260,267,322,323,329,376,418,421],missing:74,missingok:240,missingstatoverrid:240,mistakenli:105,mit:[41,48,49,66,72,97,368],mithj:74,mitig:[11,286],mitr:[207,208,209,210,211],mix:[44,45,55,58,121,196],mixe:288,mixed:27,mkcalendar:88,mkcol:[88,223,403],mkdir:[51,97,240,313,418],mkf:11,mkgmtime:97,mkimap:[51,240,283,321],mknewsgroup:[265,321],mkstemp:74,mktime:97,mmap:[55,75,97,142,155,169,312,317],mmap_priv:98,mmape:46,mmddyyyi:325,mnenom:56,mobil:415,mod:[6,360],mod_ssl:49,modal:56,mode:4,model:[11,36],moder:289,modern:[18,46,80,152,241,251,413,417],modif:[6,58,81,97,105,244,259,281,299,382],modifi:[41,44,45,49,56,58,60],modified:403,modseq:[27,47,57,58,74,82,83,84,86,87,109,119,143,191,250,323,360,389],modsequ:108,modul:[5,18,41,44,45,47,49],modulo:98,moench:191,moment:[11,51,82,83,84,86,87],mon:[27,277,360,362],mondai:407,monitor:[11,28],month:[6,11,97,303,312,325],monthli:[160,303],mora:[99,100,137,416],more:[3,5,6,7,9,11,12,13,22,26,27,28,30,33,34,36,40,41,44,47,49,51,53,55],moreov:403,morgan:141,morn:328,mortal:[241,413],most:[4,5],mostli:[51,97,98,250,286,323,328,332,354,371,378],motd:[97,299,347,354,371],motto:417,mount:[11,28,59,286,300,312,421],mous:421,move:[10,15,27,36,44,45,47,58,61,65,74,75,77,88,97,98,99,100,133,141,156,162,178,181,182,183,184,185,186,187,188,200,224,239,247],movi:312,mozilla:323,msa:3,msg:[58,61,64,97,346,354,371],msg_base:56,msg_date:346,msg_from:346,msg_id:346,msg_subject:346,msg_uid:346,msgno:68,mss:421,mta:[3,26,40,41,82,83,84,86,87],mtbf:[3,11],mtime:[6,97,122],mua:3,much:[6,11,18,44,48,55,56,58,72,74,75,88,97,98,100,136,137,141,143,153,212,213,214,216,217,218,219,244,250,259,266,282,283,297,323,328],mult:97,multi:[4,5,6],multiappend:[82,83,84,86,87,98,100,403],multilingu:[56,220],multimailbox:403,multipart:58,multipl:[7,8,11,13,28,36,39],multiplexor:259,multipli:55,multipurpos:403,multithread:287,mung:[71,138,323],munge8bit:[120,323,349],mupdat:[7,36,59,74,87,96,99,109,121,122,141,147,150,151,157,164,168,169,174,175,195,197,199,225,239,240,242,258,259],mupdate:[36,109],mupdate_authnam:[261,323],mupdate_config:[102,323],mupdate_connections_max:323,mupdate_password:[261,323],mupdate_port:323,mupdate_realm:[261,323],mupdate_retry_delai:[260,323],mupdate_serv:[261,262,323,365],mupdate_synchron:109,mupdate_usernam:[261,323],mupdate_workers_max:323,mupdate_workers_maxspar:323,mupdate_workers_minspar:323,mupdate_workers_start:323,mupdatepush:[261,332],mupdateslave1:261,mupdatetest:[99,261,262,321],murch:[88,89,92],murchison:[79,97,98,99,291,403,412,416],murder:4,murdermast:260,must:[3,7,11,18,19,31,40,41,44,45,47,49,55,56,58,60,66,68,80,81,87,88,89,91,92,93,95,96,97,100,104,107,109,117,156,160,205,206,207,208,209,210,211,212,213,214,216,217,218,219,236,239,240,247,248,251,253,254,255,256,257,259,261,263,265,269,273,282,287,288],mutf:97,mutual:[11,40],mvgroup:265,my_next_bestselling_novel:421,my_script:273,mybox:80,myconsist:338,mydb:44,mydestin:3,mydomain:308,myer:97,myhost:308,mynewsgroup:265,mypassword:240,myright:66,myrights:[247,403],mysasl_canon_us:100,myscript:[273,347],myscriptnam:347,mysql:[11,12],myuser:308,nag:41,nagl:104,nah:74,naiv:72,name:[2,3,5,6,7,9,11,15,18,19,27,30,31,33,40,41,44,45,47,48,49,51,52,53,55,56,58,59,61,62,63,66,68,69,71,72,74,80,81,87,88,89,92,93],namelock:[1,46,47,54,57,58],namespac:[3,13,19,27,28],namespace:[33,82,83,84,86,87,97],nas:11,nasti:[59,137,158],nativ:[55,97,259],natur:[11,33,58,249,258,261,263,323],navig:72,ncontent:27,ndate:27,nearli:[212,213,214,216,217,218,219,418],necessari:[11,40,41,47,51,55,58,59,71,74,75,77,78,87,97,100,106,127,239,240,248,259,263,265,282,300,323,363,376,378,418],necessarili:[5,11,38,74,80,287,347],necessit:415,need_sys_errlist:97,needs:76,negligence:81,negoti:[11,68,82,83,84,86,87,93,98,173,263,323,383,392,393,395,396,398,400,401,402,403],neighbour:248,neither:[11,36,74,106,265,291,378,417],nerenberg:97,nest:[44,45,55,62,91,143,323],net:[18,40,51,80,81,100,109,140,239,287,313,342,405],netnew:[41,49,58,97,100,178,182,183,184,185,186,187,188,265,323,388,403],netscap:[97,259,323],netscape:[82,83,84,86],netscapehack:97,netscapeurl:323,network:[7,11,41,46],never:[25,40,47,56,57,58,59,80,97,141,154,248,259,261,265,291,314,323,378,382],new_cr:97,new_fnam:74,newer:[6,44,49,80,97,108,113,120,160,191,220,239,308,323,355,378,382],newest:72,newgroup:265,newhost:87,newimap:239,newlin:[41,97,288],newmailboxptr:47,newman:[97,294,416],newmboxlist:332,newmboxname:74,newmod:56,newnam:[47,347],newnew:323,newnews:[100,265,323,350,366],newpart:47,news2mail:[265,299,347],news:323,newsaddhead:323,newsfe:97,newsgroup:[41,97,100,242],newsgroups:100,newsmast:[265,323],newspeer:[265,323,366],newspostus:[265,323,366],newsprefix:[265,323,366],newsrc:[253,323],newsrc_db_path:[253,323],newsspool:97,newsstamp:350,next:[6,9,11,18,24,25,28,30,44,45,47,48,49,56,58,60,72,74,76,80,82,83,84,85,86,87,178,179,180,181,182,183,184,185,186,187,188,240,248,249,253,259,265,269,273,282,323,328,370,412,418],nfrom:27,nghttp2:49,nginx:[7,36,242,258,261],nic:[3,40,189,416],nice:[74,141,259,288],nicknam:[6,189],nicola:416,night:[241,303,413,417],nightli:[51,248],nil:[27,58,164,299,323,389],nis:40,nist:323,nix:[87,239],nmessag:27,nmime:27,nntp:[13,35,41,49,51,58,87,96,100,114,140,240,242,259,261],nntpclient:[51,239],nntpd:[87,100,111,112,114,139,140,143,146,157,240,261,265,282,321,323],nntptest:321,nntptimeout:[114,323],no_atomic_rename:[82,83,84,86,87],no_received:27,no_relays:27,noarg:55,noauth:323,noauthent:347,nobodi:[0,71,85,407],nodaemon:382,node:[3,7,11,13,36,286,323,332],noinferior:247,noisi:[51,323],nomin:412,non:[7,12,33,41,44,45,46,47,56,58,59,68,74,80,87,88,93,97,98,110,126,131,139,160,161,164,190,196,197,203,220,221,224,236,242,244,245,246,248,259,274],nonconform:294,none:[6,11,15,19,28,88,91,160,228,229,231,232,233,234,235,240],nonexist:[74,97,162,191,198,200,323,361],nono:295,nonsens:147,nonzero:[58,68],noop:139,nopasswd:51,nor:[36,60,74,106,248,249,265,269,303,317,320,323,341,378,404],norbert:161,norc:347,normal:[6,11,13,38,41,44,45,49,52],normalis:[190,231,234,235,323],noselect:[97,141,259],nosync:[100,334],notabl:[99,323],notat:[323,325,338,403],note:[1,2,4,7,9],notebook:415,notes:52,notesmailbox:323,notfound:66,noth:[3,11,25,56,57,64,97,147,199,241,255,259,300,323,378,413],notic:[0,41,44,58,72,74,80,81,97,98,99,100,154,240,314,323,376],notice:41,notif:13,notifempti:240,notifi:[11,41,75,87,96,99,100,102,160,240,253,268,273,287,323,346,352,354,356,357,365,367,368,369,371,381,385,386,403],notify:[27,403],notify_extern:[323,367],notify_unix:98,notifyd:[41,87,99,163,178,180,181,182,183,184,185,186,187,188,240,250,321,322,323,352,354,356,357,365],notifysocket:[96,240,253,268,323,367],notl:[173,347],notspam:323,notwithstand:[3,11,13],nov:360,now:[5,9,11,28,30,33,41,44,46,47,48,53,55,56,58,61,72,74,75,80,81,82,83,84,86,87,96,97,98,99,100,102,104,105,106,117,122,125,131,132,133,134,136,145,146,147,149,150,151,152,155,156,158,160,161,162,163,164,165,166,167,168,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,216,217,218,219,220,221,222,223,225,228,229,231,232,233,234,235,239,240,247],nreceiv:27,nss:[41,246],nss_ldap:[41,246],nsubject:27,nthi:27,ntht:403,ntlm:[93,403],nto:27,ntoz:251,nuanc:277,nul:[56,75],num:[28,41,58],num_record:47,number:[4,6,7,9,11,15,25,27,30,34,41,47,48,52,55,56,58,62,64,75,76,80,96,97,98,99,100,102,110,154,156,157,160,174,178,180,181,182,183,184,185,186,187,188,220,224,238,241,248,249,259,261,263,265,270,272,275,281,282,287,292,297,299,310,312,314,322,323,325,326,338,341,343,347,351,352,354,356,357,359,360,366,367,368,369,371,378,381,382,390,392,393,395,396,398,400,401,402,412,413,418],numrecord:58,nurtur:11,nvfsbc:74,nwdiag:52,nye:416,nyota:33,o_dsync:99,o_rdwr:55,obata:[139,140,220,223],obei:[46,97,110,145,160,323],obfusc:5,object:[3,11,41,44,47,49,58,61],object_storage_:[178,180,181,182,183,184,185,186,187,188],object_storage_dummy_spool:323,object_storage_en:323,objectclass:323,objectid:403,objectstor:[178,180,181,182,183,184,185,186,187,188],obligatori:384,obscur:[71,97],observ:[9,30,249],obsolet:[58,156,247,323,403],obstacl:403,obtain:[3,5,40,41,47,66,74,91,97,240,247,248,263,278,303,323,328,394],obviou:[259,287],obvious:[74,248,303,323],obviousli:12,occas:59,occasion:[55,58,61,97,288],occur:[8,11,19,27,44,45,56,74,75,80,97,100,125,152,153,160,196,204,206,207,208,209,210,211,212,213,214,227,228,229,231,232,233,234,235,237,238,248,250,259,260,263,270,273,282,305,314,323,328,341,361,378,382],occurr:323,oceana:[97,98,99],oct:[27,360],octal:240,october:65,odd:[238,376],off:11,offer:[10,11,18,156,160,258,261,303,323,382],offic:415,office:[81,96,240,241,267,403,415,418],offici:[90,406,418],offlin:11,offset:[55,56,58,74,75],offset_header_crc:58,offsit:282,offsite_shutdown:282,offsite_shutdown_fil:282,offsite_sync_host:282,offsite_sync_port:282,offsite_sync_repeat_interv:282,offsitesync:282,often:[5,7,11,26,36,41,44,55,58,72,240,244,265,268,285,303,314,392,393,395,396,398,400,401,402,405,415],ogri:[222,229,231,232,233,234,235,236],ohio:[98,315],okai:[61,248],old:[11,25,44,46,47,48,49,51,52,55,57,58,72,74,77,80,81,96,97,109,134,139,142,154,160,162,164,191,203,239,240,247,270,273,323,325,330,332,334,347,377,388],old_config_virtdomain:80,older:[2,6,15,48,51,66,72,74,75,80,81,82,83,86,87,97,108,110,141,147,152,160,202],oldest:[72,147],oldimap:239,oldmailbox:47,oldmailboxid:27,oldmboxname:74,oldnam:347,oldschool:323,olduidset:27,olivier:139,olson:[88,333],omit:[41,55,160,246,263,323,338,378],on_backend:9,onc:[9,11,27,30,44,45,55,56,58,59,72,74,95,97,98,100,102,104,136,137,231,234,235,248,249,256,259,265,287,288],once:[3,40,48,53,66,71,72,87,90,95,239,240,248,259,261,262,280,282,392,393,395,396,398,400,401,402,412,418],ondrej:[113,158],one:[6,11,49,56,240],ongo:15,onli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48],onlin:[11,28,48,71,80,248,259,273,347,407],only:[6,9,11,30,44,45,49,55,88,91,97,100,114,240,244,248,249,263,303,323,327,329,341,355,362,364,366,367,375,378,382,383],onto:[7,15,60,79,97,269,386,394],onward:15,opaqu:[44,45,60,269],opcod:75,opcode:75,open:[11,13,36,41,44,45,47,49,55,57,58,59,71,74,80,97,98,99,109,136,139,152,155,160,178,180,181,182,183,184,185,186,187,188,239,240,250,259,263,286,303,312,323,328,392,393,395,396,398,400,401,402,408,416],openbsd:[142,155,222],opene:44,openio:[178,180,181,182,183,184,185,186,187,188,323],openio_:[178,180,181,182,183,184,185,186,187,188],openio_account:323,openio_autocr:323,openio_namespac:323,openio_proxy_timeout:323,openio_rawx_timeout:323,openio_verbos:323,openldap:[49,100],openssl:[18,49,97,99,115,147,160,176,178,181,182,183,184,185,186,187,188,261,288,291],opensuse:[2,12,81],oper:[3,6,8,11,15,18,19,33,41,42,44,47,49,52,55,58,59,60,70],opera:160,operat:[242,248],opinion:11,opportun:[11,28,286,303,323],oppos:[3,58,97,160,247,276,303,347,405],opposit:[44,45,376],opt:[240,291,296],opt_mailbox_deleted:47,optim:[7,11,41,56,97,110,259,286,309,415],optimis:[74,178,180,181,182,183,184,185,186,187,188,224,228,229,231,232,233,234,235,323],optimize:97,option:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87],optional:4,options:[52,129,328,329,335,336,342,378,387],order:[3,9,12,19,30,40,41,42,44,45,49,52,55],orderedsubject:[82,83,84,86,87],ordinari:74,org:[3,5,11,18,19,27,28,33,36,38,40,48,51,55,65,69,70,72,99,100,137,141,207,208,209,210,211,238,273,277,279,282,283,285,323,324,327,331,338,342,364,375,389,408,416,418],organ:[6,7,11,19,24,27,55],organis:273,organizer:[76,163],orient:[11,47],orig:77,origin:[3,5,11,44,53,74,75,77,81,99,130,158,247,275,277,282,294,303,323,328,343,378,413,415,416],original_repository:53,origlist:343,ornl:99,orst:141,oshrin:[412,416],osi:11,ostens:74,other:[3,5,7,9,11,12,13,18,19,22,25,30,31],other_funct:55,othercond:55,otherwis:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422],otp:[392,393,395,396,398,400,401,402],ouch:[44,141],our:[3,49,52,66,70,71,74,76,80,81,84,94,99,156,160,238,239,240,252,255,256,259,263,286,292,312,332,404,408,418],ournew:265,ourselv:[68,71,74],out:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422],outag:[74,262,286],outbound:287,outbox:20,outbox_sendlat:[214,216,217,218,219],outbuf:56,outcom:41,outer:99,outgo:[221,265],outindex:56,outlen:56,outlin:[0,5,11,27,239,262],outlook:[102,161,261,323],output:[18,41,44,52,56,58,60,68,72,74,75,80,88,97,99,100,114,127,130,131,142,173,236,239,240,269,277,280,299,323,325,326,327,328,329,331,332,333,334,335,336,338,341,343,346,347,348,352,354,355,356,357,360,361,365,366,368,369,371,372,375,380,381,386,389,390,394,421],outputfil:379,outsid:[3,27,40,41,56,113,128,146,171,250,265,291,292],outstand:99,over:[5,7,11,36],overal:[11,58],overcom:259,overflow:[99,100,109,111,115,138,139,147,174,189,197,323],overhead:[6,11,41,88,272,273,314],overlai:75,overload:[262,297,341],overlook:421,overquota:220,overrid:[56,58,74,97,100,133,147,229,231,232,233,234,235,239,265,282,299,323,352,378,383],overridden:[44,65,76,253,323,346,347,377],overrun:[80,100,165,190],overshadow:415,overtur:66,overview:[1,4],overwrit:[44,68,77,99,108,197],overwritten:[58,394],own:[1,3,7,11,27,31,33,38,40,41,44,45,51,52,53,74,77],owner:[27,33],ownership:[18,71,240,301],p615:312,p630:312,pace:249,packag:[2,19,49,51,52,65],packet:[241,314,413],pad:[75,323],page:[1,18,19,48,49],pai:96,pair:[6,11,61,213,214,216,217,218,219,254,287,290,323,329,364],pairwis:51,palauzov:[139,141],pam:5,pam_deni:18,pam_ldap:[41,246],pam_nologin:18,pangolin:87,paragraph:[74,248,322,421],parallel:[11,297],param:[66,323],paramet:[9,11,18,27,30,44,45,46,47,49,51,55,56,62,75,76,88,93,97,100,161,169,190,223,224,239,250,261,263,301,303,323,382,399,403],paranoia:156,paranoid:98,parcel:346,pardon:3,parent:[9,10,30,41,74,142,166,193,224,245,247,249,259,261,265,268,323,347],parent_id:74,parenthes:[55,62,347],parentid:66,pariti:11,parlanc:80,pars:[47,62,68,74,75,97,98,99,102,104,105,131,134,138,145,153,156,158,160,189,200,229,231,232,233,234,235,248,263,265,273,323,329,343,376],parser:[75,97,323],part1:[9,30,249,251,255,256,323],part2:[9,30,249],part3:[9,30],part4:[9,30],part:[3,5,11,13,19,27,33,40,41,44,45,47,52,56,58,63,71,74,75,80,85,86,93,97,98,99,100,105,145,166,178,183,184,185,186,187,188,193,220,246,249,259,260,261,265,282,303,313,323,330,336,347,364,378,382,403,413,415,421],parta:[9,30],partb:[9,30],parti:[5,19,27,70,110,250,323],partial:[74,97,98,100,178,183,184,185,186,187,188,203,282,317,323,327,341,382],particip:[7,11],particular:[5,7,9,11,12,28,30,41,53,58,74,85,97,98,99,100,109,178,180,181,182,183,184,185,186,187,188,229,231,232,233,234,235],particularli:[11,44],partit:[3,4,6],partition:74,partition_mod:9,partition_mode_exclud:[9,30],partition_mode_soft_usage_limit:[9,30],partition_mode_usage_reinit:9,partition_select_exclud:[30,261,323],partition_select_mod:[9,30,249,261,323],partition_select_soft_usage_limit:[30,249,261,323],partition_select_usage_reinit:[30,249,261,323],partli:11,partlist:74,partlist_local_init:74,partlist_local_select:74,partner:[11,61],partstat:76,pass:[40,41,44,45,46,47,48,49,55,56,59,72,74,75,79,80,93,95,97,98,140,154,241,248,259,282,323,327,347,358,382,392,393,395,396,398,400,401,402,412,413],passiv:11,passphras:5,passwd:[41,82,83,84,86,87,97,240,246,392,393,395,396,398,400,401,402,418],password:[5,18,28,41,53,66,82,83,84,86,87,93,97,98,140,156,224,240,261,265,273,313,323,350,354,371,392,393,395,396,398,399,400,401,402,403,418],password_column:18,password_crypt:18,past:[6,44,46,48,52,58,72,147,158,240,263,323,325,329,411],pat:56,patch:0,path:[3,9,11,19,27,30,49,51,57,63,65,72,74,80,88,97,127,147,149,156,158],pathnam:[15,99,240,251,252,253,255,256,323,418],patholog:[161,248],pattern:[6,11,45,52],paul:[154,220,259],paus:[323,382],pavel:[189,200,203],payload:[3,11,36,286,323],pcre:[49,104,154,158,192,197,418],pdf:160,peek:[33,46],peer:[100,265,323,350],peernam:350,pem:[240,415],penalti:11,pend:[85,137,263,412],peopl:[33,55,71,72,80,97,98,262,292,317,390],per:[6,11,40,41,44,45,56,57,58,59,74,88,89,90,93,97,98,102,104,117,122,137,152,160,205,216,218,219,220,229,231,232,233,234,235,236,239,242,247,248,251],perceiv:323,percent:[9,30,76,249,261,270,323],percentag:[9,28,30,97,249,328],percentil:30,perdit:[258,259,261],perfectli:[0,11,44],perform:[4,6,7,9],performance:81,perhap:[11,24,33,41,246,269,286],perimet:[7,36],period:[11,41,44,74,88,95,96,98,178,179,180,181,182,183,184,185,186,187,188,240,248,249,263,265],perl5lib:240,perl:[49,51,52,66,74,97,98,99,113,139,154,156,158,178,181,182,183,184,185,186,187,188,196,199,221,239,240,277,347,351,363],perman:[9,30,41,97,270,277,280,303,323,403,415],permiss:[5,7,19,41,48,55,68,72,81,91,99,197,240,247,259,265,273,302,306,323,347,418,421],permit:[7,13,18,33,41,44,57,81,97,199,247,261,323,366,415],persia:51,persian:[51,241,413,417],persist:[59,97,240,259,323],person:[1,5,13,19,27,28],perspect:[33,303],pertain:96,pertin:270,peski:98,petabyt:11,pf_inet:351,pghmcfc:389,pgp:265,pgsql:[12,49,323],phase:[58,75,413],philip:[136,141],philipp:[136,141,163,190],phish:346,photo:[39,92,421],php:239,phpdomain:52,phrase:[48,72,392,393,395,396,398,400,401,402,421],phx2:389,physic:[3,11,251,256,323],pick:[38,48,72,74,97,240,323,383,418],pictur:[11,240,418],pid:[27,64,282,287,301,313,323,359,392,393,395,396,398,400,401,402],pidfil:[99,359],piec:[19,44,49,71,80,97,109,263,421],pile:[137,138],pine:[97,106,261],ping:259,pip:49,pipe:[74,133,296,347,392,393,395,396,398,400,401,402],pipelin:[121,403],pipelining:240,pipermail:65,pittsburgh:81,pkg:[49,164,239],pkg_config_path:65,pkgconfig:[49,65,196],pki:[240,418],place:[7,19,25,31,44,46,47,52,55,58,72,75,80,87,96,99,102,223],placehold:421,placement:259,plai:[55,61,288],plain:[5,27,41,49,58,82,83,84,86,87,97,120,156,173,240,262,273,311,323,328,347,389,392,393,395,396,398,400,401,402,403],plaintextloginalert:[100,114,323],plaintextloginpaus:[97,174,323],plan:[4,7,11,18,44,47,52,53,71,87,90],plane:56,planner:71,platform:4,pleas:[3,7,11,12,24,25,41,48,49,72,81,82,83,84,85,86,87,94,96,160,164,165,166,190,191,192,193,200,202,203,206,207,208,209,210,211,212,213,214,216,217,218,219,239,241,244,249,251,252,253,255,259,263,267,273,282,283,289,294,301,311,325,338,382,388,394,404,418],pleasur:79,plu:[11,74,97,100,160,244,248,263,303,323,382],plug:[129,130,132,133,408],plugin:[93,97],pmr:312,png:49,pod:[49,52,178,181,182,183,184,185,186,187,188],point:[3,4],pointer:[44,45,46,55,56,60,68,75,79,97,100,157,223,269,323,403],poitra:416,poke:[74,248],pokorra:202,polici:[3,56,84,259,323],poll:[76,323],pollin:42,pollstatus:76,pom:[49,52,178,181,182,183,184,185,186,187,188],poni:417,poodle:403,pool:[55,99,251,252,255,261],poor:[74,382],poorli:261,pop3:4,pop3_last_login:74,pop3_new_uidl:[58,108,360],pop3_show_aft:74,pop3d:[87,97,98,100,110,174,222,240,261,282,287,288],pop3newuidl:299,pop3proxyd:[87,99,100,321],pop3s:13,pop3showaft:347,pop3test:[99,321],pop:[8,18,35,40,41,58,61,63,64,110,240,241],popd:143,popexpiretim:323,popminpol:[97,166,193,240,323],poppollpad:323,popsubfold:[102,323],poptimeout:[58,299,323],popul:[88,260,332],popular:[3,11,145,415],popuseacl:[100,323],popuseimapflag:[110,323],port:[11,18,68,74,96,97,98,102,216,217,218,219],portabl:[44,75,97,98,99,100,139,140,331,332],portaddr:351,portion:[248,323,392,393,395,396,398,400,401,402,415],pose:33,posit:[11,56,58,74,322],posix:[10,35,41,192,246],possibl:[3,6,11,18,25,41,44,45,52,55,56,57,58,59,63,68,74,80,88,95,97,98,99,100,108,239,240,246,248,250,251,259,260,261,265,277,293,294,303,312,315,322,323,347,376,382,392,393,395,396,398,400,401,402,412,418],post:[26,28,41,66],postabl:381,postal:[241,413,417],postconf:418,postfix:[3,41,87,240,259,265,273,297,323],postfold:308,postgresql:[12,18,49,107],postman:261,postmast:[33,323],postpon:98,postrot:240,postus:[63,247,323],potenti:[5,11,74,97,99,107,109,154,239,244,248,259,281,323],power4:312,power:[11,13,14,41,58,65,286,406],ppc:191,practic:[11,36,41,44,45,55,74,248,286],prade:[193,203],prancer_sync_host:342,pre5:181,preauth:105,preauthent:41,preauthor:[356,357,369],preced:[40,56,58,74,299,323],precis:[11,38,44,87,244],preclud:323,precomput:75,predecessor:323,predefin:2,predict:[11,80,248,312],preemptiv:74,prefer:[3,6,28,41,49,51,71,87,95,96,97,131,146,160,240,265,273,292,303,310,311,323,346,376,403,421],prefix:[24,33,41],prefork:[74,87,141,240,248,261,265,273,275,322,326,351,352,354,356,357,365,367,368,369,371,381,385,386,418],pregener:[178,181,182,183,184,185,186,187,188],preliminari:[98,99,176,178,180,181,182,183,184,185,186,187,188],prematur:[68,323],prepar:[44,51,88,89,140,141],prepend:[256,323,366],prerequisit:42,prese:5,presenc:[80,95,280,403],present:[33,56,58,69,74,91,96,133,153,154,240,244,253,259,267,282,320,323,332,341,347,349,383,392,393,395,396,398,400,401,402,418,421],preserv:[11,24,41,52,74,98,104,121,164,196,247,248,280,308,323,328,376,378],press:[285,421],presum:[56,74,260,286],pretend:247,pretti:[44,45,51,74,79,244,250,259,312,337],prevent:[3,11,36,40,64,74,84,88,89,92,96,97,99,105,122,200,214,216,217,218,219,259,286,291,301,316,323,330,384],preview:[52,323],previou:[11,56,58,72,74,97,147,192,240,252,257,259,277,342,370,415],previous:[9,30,56,60,74,96,97,99,160,174,178,182,183,184,185,186,187,188,191,249,269,323,341,378],prevost:97,price:11,primari:[11,19,40,53,203,241,259,287,288],primarili:[6,11,249,359,415],primary:6,prime256:323,prime256v1:[146,160,323],primit:59,princip:[41,240,246,273,323,324,347,383,384,403],principl:[9,11,80,249],prindevil:[136,141],print:[11,68,80,97,140,145,147,154,162,277,332,337,338,342,344,346,351,355,364,375,377,390,392,393,394,395,396,398,400,401,402],printabl:97,printable:27,printer:332,printf:[68,97],prior:[4,7,9,10,30,74,81,88,93,97,160,191,197,239,240,247,268,303,322,323,346,378,412,413,417],priorit:11,prioriti:[11,74,323],priv:323,privaci:[5,97,326,352,354,366,368,371,385,415],privat:[13,35,161,192,221,240,265,294,323,347,392,393,395,396,398,400,401,402,408,415,418],privileg:[11,18,35,36,41,88,245,259,359,418],pro:262,probabilist:49,probabl:[9,15,18,30,41,47,55,58,62,64,72,74,98,102,160,248,249,258,261,277,280,300,315,328,347,376,383,418],probe:323,problem:[8,28,33,41,49,51,56,71,72,74,80,97,98,99,100,108,109,120,121,122,133,161,200,239,240,253,259,261,273],problemat:[11,75],proc:10,proc_path:[10,96,157,240,253,323],proce:[75,80,412],procedur:[74,97,242],proceed:[48,72,259],process:[0,3,5,10,11,12,19,25,35],processor:56,procfnam:97,procp_result:[44,45],produc:[41,49,52,56,81,131,173,190,240,248,273,282,323,325,328,335,346,347,348,370,378],product:[2,11,18,51,81,99,217,218,219],profession:[0,312],profil:[3,53,403],profits:81,program:[2,41,56,74,80],programoutput:52,progress:[66,85,88,98,160,248,382,399,413],prohibit:[11,317,323],project:[12,50,53,71,80,81,82,83,84,86,87,160,174,241,292,325,408,412,413,414,415,416,417],prometheu:[93,207,208,209,210,211,212,213,214,216,217,218,219,257,323,370],prometheus_en:[257,323,370],prometheus_need_auth:[257,323],prometheus_stats_dir:[257,323],prometheus_update_freq:[257,323,370],promin:[11,303],promot:[74,81,106,286,323],prompt:[41,48,72,97,98,240,301,347,392,393,395,396,398,400,401,402,421],promstatsd:[220,257,321,323],prop:128,propag:[259,265,359],proper:[75,76,87,96,240,265,267,270,301,323,418],properli:[18,44,45,56,97,99,104,114,126,155,157,161,163,164,169,192,201,221,261,294,323,346,354,367,371],properti:[6,56,76,88,145,199,201,223,236,240,248,323,337,403,418],propfind:[88,131,191,240],propnam:131,proport:265,propos:[56,259,412],proppatch:88,proprietari:289,propstat:76,prot:[1,54,55],prot_addwaitev:[60,79,269],prot_fil:[74,97],prot_fill_cb:74,prot_flush:99,prot_printf:97,prot_removewaitev:[60,79,269],prot_select:269,prot_waitev:[60,269],prot_waiteventcallback_t:[60,269],protallow:68,protect:[11,18,41,57,68,74,82,83,84,86,87,93,97,98,115,147,174,195,222,228,229,231,232,233,234,235,259,323,326,352,354,366,368,371,372,385,392,393,395,396,398,400,401,402],proto:[74,87,240,322,351,352,354,356,357,365,367,368,369,371,381,385,386],protocol:[1,4],prototyp:97,protstream:[60,269],prove:[41,246],provid:[3,5,6,7,8,10,11,12,13,14,15,19,22,27,33,40,41,44,45,46,48,49,53,55,58,65,70,71,72,74,80,81,84,88,90,93,96,97,99,100,136,160,217,218,219,222,228,229,231,232,233,234,235,239,240,244,246,249,250,254,258,259,261,265,267,268,270,282,287,292,315,322,323,328,336,337,338,339,342,346,347,349,351,353,358,370,374,375,377,378,382,383,385,403,404,413,415,416,418],provis:[11,20,66],provision:[13,323],prox:[100,114],proxi:4,proxy:323,proxy_and_backend:323,proxy_authnam:[261,323],proxy_compress:323,proxy_password:323,proxy_realm:323,proxyd:[79,87,98,100,102,259,261,321,323],proxyd_allow_status_referr:323,proxyd_disable_mailbox_referr:[141,259,323],proxyserv:[97,145,261,323],prune:[277,304,325,341,387],pselect:[174,175],pseudo:[9,30,249,261,265,323],psuedo:47,ptclient:[5,97,202,203,253,268,323],ptdump:[97,165,321],ptexpir:[165,321],pthread:315,ptloader:[5,41,49,97,99,100,152,165,169,246,253,268,321,323],ptloader_sock:[253,268,323],ptr:75,pts:4,pts_modul:[323,374],ptscach:4,ptscache_db:[160,323,373],ptscache_db_path:[96,165,203,240,253,323],ptscache_timeout:323,ptskrb5_convert524:323,ptskrb5_strip_default_realm:323,ptsmodule_standard_root_dn:169,ptsock:[253,268,323],pub:39,publican:421,publicli:313,publish:[72,421],pull:50,punctuat:[56,322],purchas:28,pure:[49,58,74,88,259],purg:[11,24,25,27,58,102,138,160,265,286,288,300],purifi:97,purpos:11,purposefulli:25,purposes:55,purview:41,push:[27,36,48,50,53,58,72,74,160,178,180,181,182,183,184,185,186,187,188,242],put:[1,11,15,19,36,41,56,72,74,75],pwcheck:[87,97,240,323],pwcommand:97,pwd:347,pwer4:312,python2:220,python:[49,52],q01:[82,83,84,86],qop:130,qos:[136,323],qosmark:323,qresync:[25,58,87,136,140,143,303,323,403],qualif:3,qualifi:[3,33,40,323,347,366],qualiti:[259,310],quantiti:28,queri:[47,66],querychang:323,question:[7,33],queu:317,queue:[38,41,270,317,323,359,415],quicker:[229,231,232,233,234,235],quickest:51,quickli:[25,58,74,239,240,244,303,382,415],quickstart:408,quiesc:[254,323],quiet:323,quietli:375,quit:[3,18,41,44,47,74,80,97,98,109,240,255,259,272,273,323,347,376],quot:[68,97,99,157,263,322,323],quota:4,quota_db:[41,160,253,254,270,323],quota_db_path:[253,270,323],quota_legaci:6,quota_use_convers:323,quotadb:[100,197],quotalegaci:4,quotaroot:[6,74,99,100,102,143,158,253,259,323],quotawarn:[41,270,323],quotawarnkb:[270,323],quotawarnmsg:[270,323],quoted:27,quux:55,r7dfjm9k083763:346,race:[57,58,59,74,98,100,145,147,154,155,189,214,216,217,218,219,286,323],racl:[239,330],radio:421,raid:[11,58],raii:55,rain:[241,413,417],rais:[11,27,80,347],ralf:[160,416],ram:[7,96,253],ran:[11,80,262,415],rancid:332,random:[9,18,30,74,97,98,110,249,261,277,289,310,323],randomli:121,rang:[47,56,59,97,104,113,115,126,131,145,146,147,171,174,323,325,343,382,403],rank:390,rare:[22,44,154,259,261],raspberri:11,rate:[11,282,323,359],rather:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422],ratio:[248,328],rational:[259,294],raw:[44,58,88,240,248,328,344],rawx:323,raymond:416,rc1:177,rc2:[72,177],rc3:177,rc4:177,rcpt:[40,98,240],rdate:76,rdn:5,reach:[9,30,166,193,249],reachabl:314,reactiv:74,read:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43],read_index_record:47,readabl:[6,19,41,57,71,88,239,277,323],reader:[41,47,58,100,325,366],readership:325,readi:[0,56,65,72,82,83,84,86,87,97,220,239,240,261,263,285],reading:44,readir:107,readlin:[49,347],readme:[97,178,180,181,182,183,184,185,186,187,188],readonli:323,real:[11,12,40,41,74,80,212,213,214,216,217,218,219,229,231,232,233,234,235,287,312,353,406,415],realist:72,realiz:56,realli:[0,9,15,30,38,55,56,74,248,249,282,291,294,303,312,323,351,359],realloc:56,realm:[3,5,18,33,41,63,246,323,392,393,395,396,398,399,400,401,402],reappear:141,reason:[11,12,41,44,48,55,74,80,96,97,252,255,273,300,301,304,309,312,316,323,346,354,370,371,404,415],reauth:[99,392,393,395,396,398,400,401,402],reauthent:97,reboot:[41,240,300],rebuild:41,rebuilt:[6,80,97,239,333],recal:56,recalcul:[41,239,280,329],receiv:[7,18,19,26,27,36,39,40,41,49,68,74,82,83,84,86,87,97,98,216,217,218,219,240,248,259,261,262,263,265,270,290,317,323,328,349,353,359,404,406,414,418],recent:[6,11,12,44,47,56,58,66,74,80,88,96,97,178,180,181,182,183,184,185,186,187,188,194,202,221,222,244,247,251,268,323,328,351,376],recenttim:74,recentuid:[47,74],recipi:[3,6,19,40,41],reckon:74,recno:47,recogn:[56,97,399],recognis:[74,150,151,167,168,194,195,222,225,239,342],recognit:175,recommend:[4,6,7],recommended:323,recompact:44,recompil:[95,178,185,186,187,188,248,310],recompress:74,reconfig:[74,323],reconfigur:[40,69,259,262],reconnect:[36,99,132,259,260,261],reconstruct:6,record:[6,11,18,25,41,44,45,46],record_crc:58,recov:[11,24,25,28,41,74,104,200,240,248,258],recover:[11,248],recoveri:[11,25],recreat:[141,160,239,240,253,277,329],recur:[76,126,220],recurrence:76,recurs:[55,58,74,80,98,277,323,329,347,355,376,378,382],recursivematch:198,recv:[277,351,389],recycl:359,red:[2,12,81],redact:79,redbot:131,redefin:[224,268],redesign:97,redfish:[136,141],redhat:[49,70,293],redirect:[6,50,66,75,77,98,99,203,273,290,323,347,359,403],rediscov:[191,376],redistribut:81,redo:97,reduc:[25,41,47,55,66,74,90,97,102,106,122,139,239],reduct:[259,287],redud:99,redund:[3,4],refactor:[75,98,191],refcount:[44,47,74],refer:[3,5,6,7,12,14,19,33,40,41],referenc:[52,97,273,323,382,403],references:[82,83,84,86,87,98,146],referr:[41,99,100,120],referrals:[82,83,84,86,87,259],reflect:[97,160,259,263],reformat:58,refresh:[9,11,30,46,249,403],refus:[74,97,216,217,218,219,347],regard:[11,81,323,406],regardless:[6,7,11,41,44,45,56,91,109,245,247,254,323,349,378,412],regener:[41,75,239,248],regex:[192,202,222,273,323,403],regim:46,region:312,regist:[3,27,44,45],registr:[323,403,404],registrar:3,regress:[50,80,100,145,154,158],regul:24,regular:[33,44,45,49,52],regularli:[11,44,52,71,72,301,328,370],regulatori:[11,25],rehash:[99,142,143,144,254,321,323],reindexti:382,reinsert:61,reintroduc:105,reject8bit:[97,323,349],reject:[41,74,75,97,98,99,113,156,161,164,200,203,221,223,273,288],rel:[11,30,58,239,248,265,323,328,347],relai:316,relat:[5,6,11,19,30,31,35,41,75,80,97,98,99,100,108,160,248,249,250,251,255,273,282,323,378,403,406,418,421],relationship:[5,248,323,326],relax:140,releas:[1,2,12],relev:[6,11,18,41,52,72,74,93,178,179,180,181,182,183,184,185,186,187,188,248,272,323,382,404],reli:[68,80,96,99,249,259,382],reliabl:[44,143,155,176,178,179,180,181,182,183,184,185,186,187,188,228,229,231,232,233,234,235,317,413],reload:[242,274],reloc:[87,239,253,347],remain:[11,24,25,44,48,58,59,61,69,76,93,197,247,248,250,277,282,286,303,314,328,341,378,383,412,415,416],remaind:[40,80],remap:324,rememb:[18,48,56,72,74,98,239,249,338,404],remind:27,remot:[18,40,48,53,72],remote:[41,161,246],remotepurg:99,remount:421,remov:[7,11,24,25,27,36,40],removeflag:75,renam:[19,24,36],rename:[36,74,97,98,99,122,142,247,259,323,347],renameing:104,renamemailbox:[277,283],render:[19,52,160],renew:97,renm:347,renounc:97,renown:416,reorder:226,repack:[47,57,58,59,65,154,338],repair:11,repeat:[52,58,175,248,323,383],repl1:282,repl1_shutdown:282,repl1_shutdown_fil:282,repl1_sync_host:282,repl1_sync_repeat_interv:282,repl1sync:282,repl2:282,repl2_shutdown:282,repl2_shutdown_fil:282,repl2_sync_host:282,repl2_sync_repeat_interv:282,repl2sync:282,replac:[11,44,45,47,49,52,55,60,66,74,76,90,91,97,100,133,136,160,191,240,241,247,249,256,261,269,273,277,294,323,329,403,415,418,421],replace:403,replai:[158,282],repli:[11,58,68],replic:[1,3,4,6],replica:[11,18,61,108,121,152,154,248,253,259,263],replman:282,reply:76,replyto:323,repopul:74,report:[0,24,41,49,80,88,95,97,98,99,109,112,131,140,147,154,156,158,163,164,165,166,189,190,191,192,193,196,199,202,203,220,221,239,240,257,316,317,323,325,328,332,340,346,353,360,370,375,376,378,382,383,403],reportmessag:90,repositori:[44,48,50,51,52],repository:53,repres:[56,60,62,63,68,74,75,213,214,216,217,218,219,249,263,269,349],represent:[6,33,41,69,75,97],reproduc:[11,81,306],reputedli:160,request:[9,11,19,30,36,41,44,50],requeu:41,requi:240,requir:[3,4,5,6,7,8,10,11],require:55,reread:[98,359],rerun:80,reschedul:[60,79,269],rescu:[25,323],research:[112,140,416],resent:323,reserv:[33,61,74,81,99,192,197,259,260,261,263,330,347],reserve:[61,74],reserved:[59,259],reset:4,resid:[6,7,15,27,36,41,88,89,91,92,160,251,252,255,259,263,265,303,323,389],resign:412,resili:74,resolut:[58,97,415],resolv:[11,40,75,98,203,259,261,262,323,343],resourc:[1,6,10,27,34,41],resource_acquisition_is_initi:55,respect:[9,27,28,30,40,68,80,93,100,102,205,212,213,214,216,217,218,219,228,229,231,232,233,234,235,247,251,259,312,323,328,341,347,378,418],respond:[11,33,36,74,244,263,316,323,326,351,352,354,356,357,365,366,368,369,371,381,386],respons:[6,18,25,33,44,46,58,60,61,66,74],rest:[3,11,36,44,51,55,58,59,72,74,75,200,239,248,265,282,323,399],restart:[44,59,72,74,100,223,239,240,248,251,261,262,265,281,282,297,308,313,322,323,359,383,421],restful:323,restor:[24,41],restore:74,restore_authnam:[323,378],restore_password:[323,378],restore_realm:[323,378],restrict:[5,11,14],restructur:[48,49,52,178,181,182,183,184,185,186,187,188],restructuredtext:160,result:[3,6,11,18,19,25,33,36,40,52,55,56,63,68,72,74,75,80,88,97,102,131,142,160,191,193,220,236,240,244,259,261,263,276,282,286,291,293,296,297,303,305,308,317,323,329,338,346,359,382,403,421],resulting:81,resum:248,resurrect:202,resync:[33,261],resynch:261,resynchron:[97,259,403],ret:56,retain:[25,59,81,303,323,357,369],retest:80,retext:52,retri:[44,45,74,261,270,297,323],retriev:[3,6,9,30,76,97,244,249,265,303,318,323,350,394,403],retrofit:309,retyp:[82,83,84,86,87],reus:[74,98,99,100,108,130,168,195,240],reuse:55,rev1:284,rev4:[96,240,267,418],reveal:[238,413],revers:[36,40,57,74,100,178,180,181,182,183,184,185,186,187,188,316,323],reverseacl:[178,180,181,182,183,184,185,186,187,188,192,228,229,231,232,233,234,235,239,323,330],reverseuniqueid:[228,229,231,232,233,234,235,323],revert:[100,239,347],review:[7,23,53,71,99,261,265,342,412,418],revis:[53,58,413,415],revisit:[231,234,235],revoc:323,revok:243,rewit:47,rework:110,rewrit:[47,49,58,59,75,143,153,157,191,202,323,329,376],rewritten:[58,59,99,136,323],rewrot:[98,102,107,129,131],rfc1234:55,rfc2046_strict:[99,323],rfc2047_utf8:[294,323],rfc3028_strict:[100,323],rfc3501:347,rfc3977:100,rfc4315:100,rfc6203:202,rfc822:58,rfc:[6,8,12,13,14,27,33,34,36,41],rhost:74,rich:[14,243,323,415],richard:416,rid:[49,97],rider:[241,413],right:[5,6,7,11,14,33],rightmost:80,rights:[82,83,84,86,87],ripe:96,risk:[11,44,97,174,346],rivera:220,rjs3:63,rlist:[161,259],rlsub:259,rmgroup:265,rmnew:97,road:[241,413],roadmap:[408,411],rob:[98,416],robert:154,robust:[6,105,139,199,408],roc:98,roland:139,role:[20,36,66,249],roll:[44,45,47,65,74,108,147,152,200],rollback:199,roncero:158,room:248,root:[5,6,11,18,27,33],rosenbaum:99,rotat:[7,64,240,282,287],rough:412,roughli:58,rougli:46,rouillard:154,round:[11,58],roundtrip:44,rout:[3,11,40,403],routin:[7,36,55,56,75,80,97,98,99,160,249,303],row:[33,74,323],rowid:6,royal:[241,413],rpath:[65,315],rpm:[82,83,84,86,281,291,311,404,421],rpost:265,rrule:76,rsa:[10,82,83,84,86,87,213,214,216,217,218,219,323],rscale:125,rss_feedlist:[91,323],rss_maxag:323,rss_maxitem:323,rss_maxsynopsi:323,rss_realm:323,rst:[48,52,72],rsvp:76,rsync:[65,191,239,382],rsyslog:[239,240],rudolf_sync_host:342,ruin:388,rule:[3,11,20,36,56,69,80,97,248,251,261,265,322,323,403],rummag:[74,248],rumpf:102,run:[1,6,7,10,11,13,18,19,25,28,33,35,36,41,44,47,48,49],run_test:80,runawai:156,rundir:268,runner:64,runtim:[69,80,100,160,249,253,310,337,342],s01:[82,83,84,86,87],s_client:18,sa46093:[112,140],sacrif:259,sacrific:[259,382],safe:[48,55,61,72,74,142,164,240,248,259,287,288],safeguard:384,safer:[45,141,160,259,323],safeti:[8,97,100,106,216,217,218,219,328],sai:[11,44,45,72,80,97,240,247,248,287,290,303,312,328],said:[5,7,11,48,72,97,265],sake:160,salt:[18,403],sam:[265,302,325,347,416],samantha:74,same:[3,4,5,6,7],sampl:[2,15,40],san:[11,312],sandbox:[239,240,418],sane:[55,98,178,180,181,182,183,184,185,186,187,188,323],saniti:[61,64,121,240,323,346],sas:11,sasl2:[49,87,239],sasl_:[248,323],sasl_auto_transit:[41,240,323],sasl_checkapop:99,sasl_client:68,sasl_maximum_lay:323,sasl_minimum_lay:[87,323],sasl_opt:323,sasl_prot_any:68,sasl_pwcheck_method:[41,87,240,323],saslauth:[240,418],sasldb2:240,sasldb:[41,240,323,418],sasldblistusers2:[87,240],sasldir:97,saslficat:97,saslpasswd2:[87,240,418],saslserv:100,saslv2:98,sat:[158,389],sata:11,satisfi:239,satur:11,saturdai:303,save:[19,41,47,56,61,72,74,98,109,139,168,195,271,282,301,311,323,394],saved:[210,211,212,213,214,216,217,218,219,403],savedate:403,savvi:[85,265],saw:363,sbin:[74,273],sbindir:[178,179,180,181,182,183,184,185,186,187,188],scalabl:[4,7],scalar:277,scale:[7,11,36,258,259,261,312,415],scan:[27,41,74,82,83,84,86,87],scarf:109,scaveng:[41,311],scenario:4,sched:88,sched_tag:6,schedul:[1,6,11,47,73,74],schedule:76,schema:64,scheme:[49,58,74,93,128,202,226,254,261,265,270,282,323,403],schiller:97,schmiedehausen:98,schult:100,schumach:203,scientif:81,scope:[5,11,40,94,323,415],score:[27,178,180,181,182,183,184,185,186,187,188,389],scott:[98,315],scp:239,scram:[93,216],scrape:257,scratch:[48,72,249],scratchi:55,screen:[97,346],screw:97,script:1,scriptfil:380,scriptnam:347,scsp:323,sda2:11,sdata:47,sdb2:11,sdk:323,seal:13,seamless:[13,415],seamlessli:248,search:[4,5],search_attachment_extractor_url:323,search_batchs:[65,256,323],search_engin:[65,178,179,180,181,182,183,184,185,186,187,188,256,323,382],search_fuzzy_alwai:[202,229,231,232,233,234,235,323],search_index_head:[65,256,323],search_index_languag:323,search_index_part:323,search_index_skip_domain:[229,231,232,233,234,235,323],search_index_skip_us:[229,231,232,233,234,235,323],search_indexed_db:[6,323],search_maxtim:323,search_normalisation_max:[231,234,235,323],search_query_languag:323,search_queryscan:323,search_skipdiacrit:323,search_skiphtml:323,search_snippet_length:323,search_stopword_path:323,search_whitespac:323,search_xapian:382,searchabl:323,searched:382,searchpartit:[251,256,323],searchtier:[251,256,323],searchtierpartit:[251,256,323],sec:[44,82,83,84,86,87,323],second:[11,41,47,55,56,58,64,69,74,79,97,157,241,246,248,257,259,260,261,263,273,282,287,322,323,324,326,329,339,341,351,352,354,356,357,359,366,367,368,369,370,371,376,378,381,382,383,389,403,413,421],secondari:[3,11,19],secret:5,sect:9,section:[3,6,11,12,26,34,36,41,51,52,56,65,70,72,80,87,88,91,93,95],sector:[11,58],secunia:[112,140],secur:[3,5,10],securityapprais:99,see:[3,7,9,11,19,25,33,36,38,40,41,46,47,48,49,51,52,53,55,56,58,59,64,66],seek:[80,160],seem:[74,99,100,114,130,240,247,407],seemingli:26,seen:4,seen_db:[58,98],seenstate_db:[160,323],seenuid:74,segfault:[100,114,146,150,151,168,172,173,174,195,203,225],segment:[3,222,259,323],segmul:99,select:[4,6,7],selector:323,self:[28,82,83,84,86,87],selinux:275,selski:[412,416],semanag:275,semant:[46,47,56,59,71,98,99,259,403],semi:244,semicolon:56,semidelai:[25,323],send:[5,11,26,41,48,49,52,68,71,72,74,76,88,97,100,105,164,174,178,179,180,181,182,183,184,185,186,187,188,239],sender:[3,27,41,49,76,265,288,290],sendmail_auth_id:323,sendmailconfig:[240,418],sens:[72,100,317],sensibl:[71,80,259],sensit:[33,97,98,259,323],sent:[10,26,27,33,39,41,44,52,62,74,97,100,154,213,214,216,217,218,219,240,259,261,263,273,277,280,299,316,323,339,345,346,347,360,376,382,389,404,421],sentdate:[58,360,389],sep:[64,338],separ:[5,6,7,9,11,19,24,25,30,31,33,36,40,41,56,58,63,68,69,70,74,75,91,93,97,98,102,103,152,158,160,179,180,181,182,183,184,220,240,247,250,251,255,261,263,277,282,286,303,312,322,323,324,325,328,339,343,346,347,354,361,364,371,382,388,389,418],seq:104,seqdiag:52,seqnum:360,seqset:343,sequenc:[6,11,56,58,62,68,74,75,97,98,104,105,212,213,214,216,217,218,219,263,296,299,322,323,338,343,360,383],sequence1:343,sequence2:343,sequence:76,serer:323,sergei:[166,193],seri:[2,56,72,84,96,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176],serial:[75,312],serialis:59,serious:[97,154,297],serv:[11,36,91,93,97,102,248,259,263,265,282,299,316,323,349,352,354,366,368,370,371,376],servant:110,server:[1,4,5,6],server_side_tls:323,serverdomain:27,serverfail:220,serverfqdn:27,serverinfo:[106,173,323],serverlist:[9,30,109,249,261,323],serverlist_mod:9,serverlist_mode_soft_usage_limit:9,serverlist_mode_usage_reinit:9,serverlist_select_mod:[9,30,249,261,323],serverlist_select_soft_usage_limit:30,serverlist_select_usage_reinit:[30,249,261,323],servermetadata:323,servernam:[74,88,89,92,93,261,273,323,347,350,383],serverport:27,servic:[2,3,6,7,9,11,18,27,30,35,40,41,49,55,68,74,81,82,83,84,86,87],service_abort:99,servicenam:[100,342],services:[74,87,96,160,240,248,261,265,273,282,287,288],session:[3,6,8,18,41,97,98,99,108,160,163,168,173,189,195,197,240,253,259,261,263,282,303,323,326,352,354,359,365,366,368,371,387,392,393,395,396,398,400,401,402,421],sessionid:[27,142,250,323],sessionst:66,set:[1,3,5,7,8,9,10,11,13,15,18],set_up:80,setacl:[27,40,109,163,247,259,317,323,347],setaclmailbox:[40,41],setannotation:[161,323],setannotations:[211,212,213,214,216,217,218,219],setcreat:223,setflag:[61,75],setflags:61,setgid:98,setident:90,setinfo:341,setmd:347,setquota:[40,41,98,109,259,261,271,279],setrlimit:[98,174],setseen:[41,61],setseen_al:108,settl:11,setuid:[97,301],setuidvalidity:104,setup:[1,7,12,18,44,52],setupd:223,setvacationrespons:90,sever:[11,19,36,41,52,56,72,75,96,97,98,99,100,105,107,131,132,239,240,251,253,261,262,263,268,270,312,413,418,421],severalfold:75,seward:80,sha1:[58,62,74,104],sha1sum:74,sha384:[82,83,84,86],sha:[87,93,239],shadow:[41,97],shake:[74,248],shall:[9,30,81,87,249,412],shape:11,shapelib:49,share:[4,5,6],shared:57,sharedprefix:[33,323],sharedscript:240,sharedseen:[58,104,244,247,299,347],she:[33,48,72],shed:80,sheet:91,shell:[33,74,80,97,99,193,240,338,347,364,421],shini:51,shinier:[178,179,180,181,182,183,184,185,186,187,188],ship:[11,81,82,83,84,86,87,96,250,286,293,346],shm:10,shoot:7,shortcut:421,shorter:6,shorthand:[33,347],shortnam:323,should:[3,6,7,9,11,12,18,22,25,26,27,30,33,36,40,41,44,45,47,48,49,52,55,56,58,59,60,63,64,66,68,72,74,75,77,79,80,82,83,84,86,87,88,89,91,92,96,97,98,99,102,105,160,164,169,204,206,207,208,209,210,211,212,213,214,216,217,218,219,227,228,229,237,238,239,240,244,245,247,248,249,253,257,258,259,261,263,265,268,269,273,275,277,282,285,287,288],shouldn:[74,80,97],show:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422],showalt:416,shown:[15,52,87,248,265,286,322,336,361,388],shut:[74,96,97,99,160],shut_down:55,shutdown:[7,97,99,110,162,174,176,197,282,299,314,322,347,354,371,383],shutdown_fil:383,sibl:98,side:[5,11,13,19,36],siemborski:[98,416],siev:[1,4,6],sieve:[41,74,98,99,222,259,273,323],sieve_allowreferr:[100,120,323],sieve_duplicate_max_expir:323,sieve_emit_bytecod:75,sieve_extens:[102,166,180,181,182,183,184,193,323],sieve_generate_bytecod:75,sieve_maxscript:323,sieve_maxscripts:323,sieve_sasl_expect_unsolicited_cap:107,sieve_sasl_send_unsolicited_cap:[107,323],sieve_use_lmtp_reject:323,sieve_utf8fileinto:[107,323],sieve_vacation_max_respons:323,sieve_vacation_min_respons:323,sievec:[273,321,358],sievedir:[97,174,240,253,273,323,358],sievenotifi:[41,99,323],sieveshel:[99,224,273,321,394],sieveusehomedir:[97,240,253,273,323],sig:[160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,216,217,218,219,220,221,222,223,224,225,226,231,232,233,234,235,236],sighup:[98,216,217,218,219,281,323,359],sign:[28,48,53,72,82,83,84,86,87,97,127,140,163,263,308,323,413],signal:[58,98,197,281,299,323,353,359],signatur:[44,48,72,80,88,323,346,403],signific:[5,11,75,99],significantli:[74,100,106,160,239,259,284,382],sigsegv:261,sigserv:261,sigterm:359,sigusr2:199,silent:[44,45,47,143,161,301,323,351],silli:98,similar:[8,9,11,18,47,49,56,66,74,75,77,80,93,108,239,240,248,255,258,259,261,263,265,273,277,282,287,322,382,415],similarli:[5,55,80,248,261,265,303,322],simon:[105,110,147,154,175,311,416],simpl:[48,55,56,58,59,66,74,75,79,80,91,97,98,100,239,240,258,261,263,265,277,323,347,403,408,412,415,418],simpler:143,simplest:[36,418],simpli:[11,41,55,60,74,75,79,97,160,200,261,265,269,272,315,392,393,395,396,398,400,401,402,418],simplifi:[58,75],simplist:11,simultan:[8,74,248,418,421],sinc:[7,9,11,18,25,30,33,35,44,46,55,56,58,59,61,69,74,91,97,98,99,100,102,103,104,105,106,107,108,109,110,111,114,116,117,118,119,120,121,122,124,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,148,152,153,154,155,156,157,158],since:98,sincest:224,singl:[3,4,6],singleinstancestor:[41,323],singular:11,sip:403,siriusit:140,sit:[7,61,66,312],site:[41,44,50,91,96,97,154,158,246,254,259,268,270,282,315,323],situat:[11,33,58,137,160,249,303,312],sivtest:[99,273,321],six:71,sixth:382,size:[6,9,11,15,27,28,30,41,55,56,58,59,62,74,75,97,98,100,106,107,108,109,142,147,228,229,231,232,233,234,235,248,249,250,251,274,277],sizeof:[46,55,80],skeleton:[68,240,261],skip:[6,44,45,47,65,74,75,76,97,99,100,122,229,231,232,233,234,235,323,328,341,355,382],skiplist:4,skiplist_always_checkpoint:323,skiplist_unsaf:323,skynet:282,slash:[33,98,240,347],slave:[11,87,122,259,261],sleep:[47,282,322,382],sleepycat:315,sleev:74,slide:6,slight:282,slightli:[44,74,79,133,160,261,282,316,323,417],slot1:327,slot:[282,323],sloti30t15:27,slow:[6,11,28,109,138,220,249,251,288,289],slower:[11,15,51,55,137,251,282,286,323],small:[0,11,13,28,55,74,80,97,98,99,139,141,239,248,283,286,312,363,384,415,418],smaller:[11,15,74,202,248,270,323,355,383],smallest:80,smart:11,smarter:97,smigielski:416,smilint:164,smith:416,smithj:74,smmap:[96,240,267,381,418],smmapd:[96,100,240,267,321,322],smooth:382,smoother:[9,30,249],smoothli:84,smtp:[41,49,61],smtp_auth_authnam:323,smtp_auth_password:323,smtp_auth_realm:323,smtp_backend:323,smtp_host:323,smtpclient:323,smtpd:87,smtptest:[99,321],snakeoil:240,snappi:66,snapshot:[2,3,8,11,46,51,204,206,207,208,209,210,211,212,213,214,227,228,229,237],snip:389,snippet:[15,58,240,283,323,404],snmp:[98,100,216,217,218,219,229,231,232,233,234,235],snmpgen:99,snooz:[221,228,229,231,232,233,234,235,323],snow:[241,413,417],snuck:[152,220],sock_dgram:351,sockaddr_in:351,socket:[5,27,36,40,41,55,64,87,96,97,98,99,100,122,149,156,164,203,239,240,242,253,261],socketmap:[240,418],socklen_t:98,soft:[55,249],soft_noauth:323,softer:323,softwar:[4,11],software:81,solari:[12,97,99,127,148,156,161,173,178,180,181,182,183,184,185,186,187,188],sole:[11,415],solut:[11,19,74,80,136,141,240,248,253,258,259,261,286,291,308,311,312,317,323,412,415],solv:[108,133,415],some:[7,10,11,24,25,28,31,33,40,41,44,47,49,51,52,55,56,58,60,61,65,71,72,74,79,80,84,87,88,91,93,96,97,98,99,102,109,115,141,145,147,152,156,160,163,189,191,200,220,223,239,240,245,247,248,250,251,253,255,259,261,263,265,269,273,277,281,282,286,291,293,297,301,306,309,310,312,315,317,322,323,326,335,346,347,349,352,354,366,368,370,371,376,377,382,385,413,414,415,418],somebodi:80,somehow:[74,261],someon:[0,59,72,74,248,308],someth:[18,26,44,48,49,55,58,61,72,74,76,77,78,80,99,239,240,250,252,265,273,277,285,287,294,306,312,315],sometim:[11,26,72,80,100,288],somewhat:[15,47,56,58,80,97,259],somewher:[11,48,58,72,74],soon:[25,44,45,74,100,249,281,311,323,382,418],soref:196,sorri:[74,97],sort:[41,44,45,46,56,58,74,80,82,83,84,86,87,96,98,104,138,141,178,179,180,181,182,183,184,185,186,187,188,263,273,280,299,323,338,376,390,403,414],sortcache_db:323,sortorder:66,soth:98,sound:259,sourc:[2,5,27,41,44,49,51,52,53,55,61,65],source:403,sourceforg:[18,80],space:[3,6,7,9,10,11,15,19,28,30,41,52,53,55,56,58,64,68,71,74,93,97,109,139,140,142,160,164,190,203,240,248,249,250,251,255,259,261,263,270,272,277,304,323,325,340,361,382,389],spam:[27,33,41,160,178,180,181,182,183,184,185,186,187,188,273,323,347,360,376,389],spamtest:403,span:[74,126,216,217,218,219,259],sparc:104,spare:[11,58,312,317],sparingli:55,spars:343,spawn:[96,98,281,282,287,314,322],speak:[3,11,36,41],spec:[56,282,375],special:[1,4],specialus:[161,347,414],specialuse_extra:323,specialuse_protect:323,specialusealwai:[205,206,207,208,209,210,211,212,213,214,216,217,218,219,323,403],specif:[6,7,8,11,24,40,41,44,48,49,55,56,58,66,68,72,75,76,91],specifi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40],speed:[15,58,71,81,99,102,109,241,259,284,323,408,413],spell:[52,56,196,285,323],spellman:154,spend:[36,97],spew:97,spf:408,sph:102,sphinx:[49,52],sphinxcontrib:52,spice:51,spil:[150,164,200],spin:[15,97,121],split:[31,55,58,74,87,97,100,106,109,121,136,203,242,247,248,252,255,274],splitmeta:283,spnego:[93,403],spock:33,spoke:74,sponsor:102,spoof:41,spoofeddomain:346,spool:[7,11,13,15],spous:19,spread:[41,44,74,259,312],sql:[4,5],sql_:107,sql_databas:323,sql_engin:323,sql_hostnam:323,sql_passwd:323,sql_user:323,sql_usessl:323,sqldb:44,sqlite3:328,sqlite:[6,44,49,74,107,196,248,323,391],squat:4,squat_decode_64:140,squatter1:382,squatter:[6,56,65,99,100,106,109,164,189,200,209,210,211,212,213,214,216,217,218,219,231,234,235,242,251,256,274,282],squattera:382,squirrl:97,src:[55,240],srcdir:99,srctier:382,srs:[49,323],srs_alwaysrewrit:323,srs_domain:323,srs_hashlength:323,srs_secret:323,srs_separ:323,srvtab:[41,97,323],ssd:[11,15,139,251,286],ssf:[120,323,326,352,354,366,368,371,385],ssl2:160,ssl3:160,ssl:[5,6,49,55,68,87,93,98,99,105],ssl_accept:105,ssl_ctx_load_verify_loc:68,sslv23:[98,174],sslv2:[98,113,146,174],sslv3:[113,146,174,403],sssd:[41,246],stabl:[2,11,12,48,52,56,72,81,84,87,96,158,161,162,163,164,165,166,169,170,171,172,173,174,175,176,189,190,191,192,193,196,197,198,199,200,201,202,203],stack:[56,75,80,100,138,323],staff:[11,41,246,416],stage:[47,48,64,72,74,90,99,100,197,248,250,303,323],stai:[9,30,53,249,261,355],stale:[74,96,248,282,286,328,338],stall:[178,183,184,185,186,187,188,226,236],stamp:362,stand:[7,226,236,247,249,252,259,418],standalon:[240,248,259,282,287,317],standard:[7,12,13,27,33],standardis:[220,221,236],stanza:253,start:[1,10,11,27,33,36],starttl:[18,163,200],starttls:[68,82,83,84,86,87,97,98,105,107,156,164,173,240,261,323],stat:[97,189,196,207,208,209,210,211,212,213,214,216,217,218,219,220,248,257,323,328,370,376],state:[1,4],statedir:97,stateless:[44,66,90,287],statement:[55,75,140,143,223],station:[241,413],statist:[3,98,99,248,257,323,325,370],statoverrid:240,statscleanup:370,statu:[6,27,47,58,61,66],status:4,statuscach:4,statuscache_db:[10,160,323],statuscache_db_path:[10,96,240,253,323],statusdata:47,std:[49,51,100],stderr:[68,100,327,359,383],stdin:[74,156,323,338,359],stdio:[60,68,269],stdout:[44,45,68,74,140,327,331,348,359,380,399],stefan:[112,140],stefano:220,steinar:97,stem:323,stemmer:323,step:[18,41,44,48,49,56,72,74,76,80,88,95,239,240,250,261,262,275,328],stephen:312,stick:[48,259],still:[3,9,11,19,30,41,44,45,47,50,51,56,58,59,65,71,74,75,79,81,88,97,98,99,104,108,138,153,158,160,178,182,183,184,185,186,187,188,189,191,197,247,248,249,259,260,265,275,293,294,299,303,312,314,315,317,322,323,328,347,377,378,382,389],stipul:251,stock:[82,83,86,87,240],stomach:11,stonith:11,stop:[56,74,75,77,97,154,240,248,260,282,291,323,328,359,361,383,417,418],stopper:226,stopword:323,storag:[3,4],storage:[41,272,347,375],store:[6,9,11,13,15,22,27,30,31,33,36],storeing:98,storm:[24,99,160],straight:[44,45,65,75],straightforward:[249,259],strang:[44,80,261,323],strarrai:197,strategi:[11,239],strcmp:55,strconcat:[80,140],strdup:55,stream:[26,55,56,60,74,79,97,126,221,263,269,312,328,336,403],strength:[82,83,84,86,87,323,326,352,354,366,368,371,385],strerror:97,stress:[11,70,72],stretch:[36,416],strict:[323,403],stricter:158,strictli:[11,15,152,160,173,251,252,305,323],strike:98,string:[6,33,41,44,45,55,56,58,62,74,75,88,93,95,97,98,99,100,137,162,236,246,251,255,256,261],stringi:[51,239],stringlist:[75,99],strip:[19,58,88,323],strndup:55,stromso:172,strong:[310,316,323],strongest:[392,393,394,395,396,398,400,401,402],strongli:[40,160,239,261,282,388],strstr:68,structur:[1,6,11],struggl:52,stub:[99,224],stuck:201,student:[415,416],studio:175,stuf:11,stuff:[52,74,97,269,312,346,391,421],stupend:240,stupid:97,style:[18,41,52,55,58],stylesheet:[91,323],styx:202,sub:4,subaddress:[273,323,403],subcommand:[41,216,217,218,219,228,229,231,232,233,234,235],subdirectori:[41,58,88,97,248,301],subdivid:323,subfold:[9,19,30,33,41,63,102,139,141,142,191,245,249,277,288],subj:[277,360,389],subjct:389,subject:[3,7,8,11,27,49,58,66,79,98,100,125,163,179,180,181,182,183,184,185,186,187,188,190,197,221,244,247,277,323,325,346],submailbox:[63,74,261,378],submiss:[3,41,222,247,323],submit:[1,36,50],submitserv:323,submitt:412,subpart:58,subscrib:[6,7,19,41,52,88,100,132,137,160,247,261,280,287,323,325],subscribe:[259,347],subscribed:[82,83,84,86],subscript:4,subscription_db:[160,323],subsequ:[6,55,97,160,164,265,299,303,338,347],subset:[88,89,92,259,273,287,329,382],subshel:347,substanti:[100,200],substitut:[35,48,72,251,255,323,346],substr:[56,99,141,323],subsystem:44,subtl:[80,98,277],subtract:323,succe:[44,45,47,59,68,77,80,109,160,178,179,180,181,182,183,184,185,186,187,188,247],succeed:74,success:[4,11,18,19,26,41,44,45,47,55,68,74,80,82,83,84,86,87,99,164,240,247,259,263,270,317,323,418],successfulli:[11,19,82,83,84,86,87,106,216,217,218,219,247,261,263,323,328,394],successor:[247,312],suck:[44,46,59,72],suddenli:74,sudo:[49,51,80,87,239,240,306,418],suffer:160,suffici:[11,18,25,105,240,323,382,418],suffix:[74,213,214,216,217,218,219,323,341],suggest:[96,98,240,248,262,291,294,296,312,315,317,412],suid_dump:301,suit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79],suitabl:[11,40,48],sum:[9,30,41,71,74,249,271,323],summari:[27,49,80],summary:80,summer:413,sun:[97,174,175,389],sundai:303,superb:[241,413],supersed:351,supervis:108,suppli:[5,11,41,68,74,93,97,99,100,130,294,315,334,338,341,392,393,395,396,398,400,401,402,404],support:[2,4,7,10],suppos:[3,5,7,9,11,30,59,63,97,100,247,248,249],suppress:[6,13],suppress_cap:[141,323],sure:[7,12,44,47,48,49,53,55,66,71,72,74,87,96,100,160,223,239,240,248,261,262,265,267,273,281,286,287,291,297,301,311,315,322,323,330,376,407,418],suri:[113,158],surnam:19,surpris:[84,261],surround:421,survei:239,suse:[12,98],suspect:[79,248,261,287],sustain:[160,417],svg:421,svn:[80,421],swap:[33,53,97,239],sweep:[59,359,373],swiftli:11,symbol:[80,193,226,323],symlink:[59,98,178,179,180,181,182,183,184,185,186,187,188,371],sync:[53,58,61,64,65,74,78,87,108,141,173,200,216,217,218,219,240,248,253,259,260],sync_:[139,248,282],sync_apply_renam:74,sync_authnam:[282,323],sync_batchs:[178,183,184,185,186,187,188,282,323],sync_cache_db:[229,231,232,233,234,235,323],sync_cache_db_path:[229,231,232,233,234,235,323],sync_client:[64,74,104,108,122,138,145,150,152,176,178,180,181,182,183,184,185,186,187,188,223,248,282,287,321,323,326,332,344],sync_compress:[110,282],sync_crc:[74,154,161],sync_crc_annot:74,sync_host:[282,323,383],sync_log:[65,74,248,282,287,323,382],sync_log_chain:[282,323],sync_log_channel:[65,74,248,282,323,382,383],sync_log_fil:383,sync_log_mailbox:47,sync_log_unsuppressable_channel:[282,323,382],sync_mailbox_ful:141,sync_password:[282,323],sync_port:[282,323],sync_realm:[282,323],sync_repeat_interv:[282,323],sync_reset:[139,153,321],sync_response_pars:287,sync_rightnow_channel:[229,231,232,233,234,235,323],sync_send_lookup:287,sync_serv:[61,74,104,109,122,143,154,174,248,282,287,321,323,378,383],sync_shutdown_fil:[282,323,383],sync_sieve_list_gener:74,sync_timeout:323,sync_try_imap:[282,323],syncapply:197,syncclient:[282,332,383],syncget:197,synchron:[11,68,93,97,121,122,242,258,259,260,261],synchronis:[66,74,90,248,287],synclog:382,synclogfil:382,syncnew:97,syncproto:196,syncrestore:197,syncserv:[282,385],syncstop:282,synctest:[248,321],syndic:403,synopsis:52,syntact:97,syntax:[15,18,40,52,97,273,291,294,323,347,403,421],synthet:[282,323],sys:[285,403],syscal:312,sysconfdir:253,sysconfig:286,sysctl:[41,246],sysexit:[212,213,214,216,217,218,219],sysflags:[360,389],syslog_facil:323,syslog_prefix:[240,323],syslogd:100,system:[0,1,3,4,6,11],systemctl:[84,239],systemrc:347,t1searchpartit:65,t227:147,t229:147,tab:[6,41,55,71,97,140,285,328,338,421],tabl:[1,6,18],table:[6,18],tag:[1,2,11,42,48],tagged_abov:27,tahr:87,tail:51,tailor:[41,239,268,270],takatukaland:98,take:[7,11,19,25,33,36,40,44,45,46,52,55,56,57,58,59,68,71,72,74,75,79,80,81,96,97,98,99,102,122,239,240,241,248,249,259,261,263,273,275,288,299,303],taken:[7,11,80,100,248,323],talk:[3,6,15,66,71,74,160,240,259,261,282,297,315,323,405,418],tamplin:102,tar:[48,51,72,74,81,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,216,217,218,219,220,221,222,223,224,225,226,231,232,233,234,235,236],tarbal:[2,48,49,72],target:[3,7,9,11,27,30,36,52,61,63,64,76,80,98,152],tartaru:65,task:[11,33,36,47,49,58,59,66],tast:257,tasti:74,tcl:[97,98,239,347],tcl_rcfilenam:97,tclconfig:97,tclsh:97,tcp4:322,tcp6:322,tcp:[41,96,138,139,240,259,261,266,267,268,275,282,314,322,323,418],tcp_keepal:[314,323],tcp_keepalive_:314,tcp_keepalive_cnt:323,tcp_keepalive_idl:323,tcp_keepalive_intvl:323,team:[12,38,50,53,81,85,87,96,97,175,240,399,404],tear:44,tear_down:80,teardown:1,tech:[41,52,81,325,331,332,376],technet:332,technic:[3,40,56,412],techniqu:[11,312],technolog:[5,11,13,26,81,252,255,286,413,415],teged:191,telemetri:[41,51,97,99,131,134,253,269,288],telemetry_bysessionid:323,tell:[11,31,42,46,71],telnet:[239,240,273,285,404],temp:[74,256,285],temp_path:[248,323],tempfail:317,templat:[52,76,91,93,213,214,216,217,218,219,323,345,346],temporari:4,temporarili:259,tempsearchpartit:256,ten:304,tenant:33,tend:[9,11,30,44,84,248,249,253,303,322,354,371],term:[11,33,36,49,74,75,109,221,294,303,323,347,382,389,421],termin:[36,52,56,58,68,75,99,100,240,273],terminated:55,terminolog:258,terribl:261,test:0,test_iovec:80,test_map:80,test_uncast_nul:80,test_whatev:80,testabl:80,testb:154,testc:80,tester:[0,70],testfold:27,testfolder_renam:27,testrunn:51,tests:80,testsaslauthd:[18,82,83,84,86,87,240,418],testslist:75,text1:80,text2:80,text:[5,6,27,48,49,51,52,56,58,68,74,80,81,87,97,98,100,102,147,178,181,182,183,184,185,186,187,188,223,260,311,323,328,329,331,332,338,346,370,382,389,403,421],tfz:48,than:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75],thank:[97,98,100,109,110,112,113,137,139,140,141,146,147,150,151,154,158,160,161,162,163,164,165,166,168,172,173,174,175,176,178,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,199,200,202,203,213,214,216,217,218,219,220,221,222,223,224,225,226,229,231,232,233,234,235,236,421],thei:[3,7,9,11,15,19,22,25,30,33,36,38,40,41,44,45,47,48,51,55,57,58,65,72,74,78,79,80,81,88,93,96,97,99,141,160,162,166,174,178,181,182,183,184,185,186,187,188,193,205,220,239,240,241,247,248,249,251,252,253,259,260,261,263,265,267,271,273,280,281,282,287,294,300,303,305,306,312,315,316,323,330,341,342,347,354,359,362,370,371,378,413,415,418],them:[3,6,7,10,11,18,25,31,41,44,45,47,48,49,51,55,56,57,58,59,66,71,72,74,75,80,81,88,89,90,92,96,97,100,102,104,160,174,191,216,217,218,219,239,240,244,247,248,255,259,261,263,265,267,271,273,277,287,294,306,313,317,323,328,343,346,347,350,354,359,364,371,375,376,378,382,383,389,391,415,418],themovieposterpag:346,themselv:[6,28,41,55,56,76,96,146,160,243,244,251,259,261,322,323,376,386],theoret:[44,259],theori:[11,280],thereaft:5,therebi:[11,259],therefor:[3,9,11,26,36,38,41,58,84,96,191,248,284,302,303,316],therein:[11,253,286,360,382],thereof:[11,24,55],thewrittenword:100,thi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159],thin:80,thing:[3,11,15,41,44,45,47,55,60,72,74],think:[0,11,40,44,46,55,61,72,74,80,81,260,312,323,376],third:[19,27,41,47,70,74,75,97,110,241,250,323,329,339,370,382,413],thoma:[27,110,113,140,147,172,174,346],thomas_cooper94:346,thomson:403,thorough:261,those:[1,3,5,6,9,11,30,33,40,44,47,71,72,74,76,80,87,88,89,91,92,96,99,133,160,239,240,247,248,249,253,254,255,258,259,260,261,263,273,282,287,293,311,312,322,323,326,329,332,338,339,342,349,352,354,355,356,357,365,366,368,369,371,381,382,383,386,392,393,395,396,398,400,401,402,418],though:[3,5,33,36,44,55,56,72,74,84,97,99,100,247,250,259,261,263,303,312,315,323,351],thought:1,thousand:[3,36,312],thrash:55,thread:[56,80,82,83,84,86,87,98,100,139,141,146,157,178,179,180,181,182,183,184,185,186,187,188,261,265,299,315,323,403,418],threadid:[250,323],three:[3,5,6,7,24,33,36,40,44,45,56,75,247,256,259,263,303,382,403,421],threshold:[15,27,41,74],throttl:382,through:[4,7],throughout:[3,18,44,45,56,58,98,99,277],throughput:[104,259,297],thu:[7,9,30,33,41,56,104,246,248,249,251,259,261,277,322,323,360,418,421],thumb:11,tibbit:202,tibbitt:196,tick:324,ticket:[5,11,41],tickl:97,tidi:[74,141,154,196],tie:51,tier1:[251,256,323],tier1searchpartit:[251,256,323],tier:6,tilt:282,tim:[273,399,416],time:[0,3,6,7,9,11,12,15,25,27,30,36,41,44,47,48,53,55,56,58,60,64,71,72,74,79,80],time_t:[58,60,220,269,299],timefram:11,timeout:[41,80,100,114,138,147,163,220,297,323,326,351,352,354,356,357,366,367,368,369,371,381,383,403],timer:323,timespec_to_timeval:223,timestamp:[6,27,58,61,72,74,97,145,250,277,281,323,328,350,403],timestamp_gener:64,timezon:[6,27,51,58,71,88,97,133,191,216,217,218,219,323,333],timonei:416,timotheu:202,timsiev:[33,87,96,97,98,99,100,105,120,139,150,173,200,240,261,267,273,287,321,322,323,352,354,356,357,359,365,368,369,371,381,385],tini:[136,220,248],tinyint:18,titl:[273,421],tld:[273,307,308,323],tls1_0:[146,160,323],tls1_1:[146,160,323],tls1_2:[146,160,323],tls1_3:[192,323],tls:[4,5],tls_:100,tls_ca_:160,tls_ca_fil:[160,323],tls_ca_path:[160,323],tls_cert_fil:[160,323],tls_cipher:323,tls_cipher_list:323,tls_client_ca_dir:[160,240,323],tls_client_ca_fil:[160,240,323],tls_client_cert:[160,323],tls_client_kei:[160,323],tls_compress:[146,160,174],tls_crl_file:323,tls_eccurv:[146,160,323],tls_key_fil:[160,323],tls_prefer_server_ciph:[146,160,323],tls_prune:[164,199,240,253,321,322],tls_requir:[93,173,323],tls_server_ca_dir:[160,323],tls_server_ca_fil:[160,323],tls_server_cert:[160,213,214,216,217,218,219,240,323],tls_server_dhparam:323,tls_server_kei:[160,213,214,216,217,218,219,240,323],tls_session:4,tls_session_timeout:[240,323,387],tls_sessions_db:[160,253,323],tls_sessions_db_path:[96,160,240,253,323],tls_version:[146,160,174,323],tlscache_db:[160,323],tlscache_db_path:[160,323],tlskei:[173,347],tlsprune:[240,253,322],tlsv1:[82,83,84,86,87,98],tm_gmtoff:97,tmartin:399,tmp:[44,51,74,77,239,261,273,285,301,323,331,334],tmpf:[59,96,139,239,253,286,288],tmpfile:99,tocdepth:196,todai:[8,11,241,413,416],todd:325,todo:[6,27,41],toe:44,toedtmann:98,togeth:7,token:[44,82,83,84,86,87,97,291,323],tokenis:222,told:[80,248],tom:[117,259],tombston:195,tomorrow:11,toni:98,tons:[49,51],too:[5,11,46,58,74,80,88,97,136,137,138,149,155,160,162,163,164,197,200,239,240,253,254,292,303,347],took:[46,282],tool:[1,2,22],toolkit:408,toolnam:[44,45],toomanyarg:55,top:[3,27,33,44,48,55,58,72,80,98,178,181,182,183,184,185,186,187,188,259,261,280,323,347],topic:[53,72,323],topicbox:406,toplevel:[52,88,89,91,92,109,160,265,323],topolog:11,tortious:81,tos:323,total:[6,9,11,28,30,58,75,80,249,261,323,360],totalemail:66,totalthread:66,touch:[7,44,281,286,349],toward:[9,11,30,35,40,96,178,181,182,183,184,185,186,187,188,249,279,303],trace:[80,247,323],track:[6,47,58],tracker:404,trade:282,tradeoff:[6,314],tradit:[6,15,52,55,80,102,251],tradition:[3,75,249,259],traffic:[11,33,46,88,100,110,114,120,136,248,323,341,383,406],trail:[19,71,97,98,323,389],transact:6,transfer:[3,7,27],transfig:[49,239],transform:56,transit:[56,98,239,283],translat:[3,6,33,56,69,106,273,323,361,388],translates:224,translatesiev:[33,195,196,273,321],transmiss:403,transmit:[5,240,263,316],transp:76,transpar:[7,36,71,74,88,99,259,286,392,393,395,396,398,400,401,402,403],transport:[5,36,41,66,90,96,240,259,267,268,273,274],trap:55,trash:[19,33,41,66,273,277,280,287],travel:[241,413],travers:[75,98],travi:50,treat:[11,19,41,44,58,91,95,97,171,190,216,218,219,246,265,270,287,316,323,346],treatment:80,tree:[5,10,51,59,75,80,160,164,240,254,259,261,265,283,306,309,323,341,382],trend:98,tri:[97,138,142,164,192,240,306,316,378],trial:[164,165,166,190,191,192,193,202,203],tricki:44,trickier:[56,259],trigger:[24,27,60,87,90,100,250,269,282,287,303,323,382],trim:[74,76,378],trip:[11,97],tripl:11,trivial:[56,317],trojan:346,trojita:154,troubl:[74,164,165,166,190,191,192,193,202,203,261,297],troubleshoot:35,truncat:[55,97,108,131,133,139,250,305,323],trust:[5,11,97,160,356,357,369],trusti:87,trycreate:97,tselina:346,tstampfil:350,ttest:27,tue:[346,360,362],tugowar:99,tune:[99,259],turbid:98,turn:[11,40,41,44,80,87,97,98,108,239,248,250,301,315,323,377,403],turnaround:[229,231,232,233,234,235],tweak:[11,97,98,242],twelv:80,twice:[100,145,287,322,383],two:[3,4,5],twoskip:4,txt:[56,77,97,99,316,323,331],ty347:324,type:[3,4],typedef:[44,60,68,269],typic:[5,11,27,33,36,41,52,61,64,80,244,247,251,253,270,282,286,303,309,322,323,326,336,338,382,383,404,418],typo:[97,98,223,225],tyq4:324,tyranni:71,tyrrel:416,tzdist:49,tzid:[6,76,221],u00fcederli:27,u7f:56,u7n:56,u83:56,u83_2:56,u83_3:56,ubuntu:[2,70,80,81],ucd:98,udp4:322,udp6:322,udp:[87,99,240,275,322,351,352,354,356,357,365,367,368,369,371,381,385,386],udv:277,ufl:312,uggh:74,ugli:[55,62,139],uhura:[33,69],uid:[5,6,27,36,41,47,58,61,74,76,97,122,201,202,248,259,277,299,303,323,331,336,346,360,376,389],uidl:[58,178,180,181,182,183,184,185,186,187,188,299,323],uidl_format:[178,180,181,182,183,184,185,186,187,188,323],uidlast:61,uidnext:[27,58,97,250,323],uidonli:323,uidplus:[82,83,84,86,87,97,100,303,403],uidset:27,uidvalid:[47,58,74,299,360,378,382],uidvalidity:[27,74,97,137,323],uint32:80,uint32_t:[47,80],uint:323,uintptr_t:223,ulimit:301,ulmer:312,ultim:[5,11,160],umanitoba:98,umask:323,umbrella:81,umemoto:100,umich:117,unabl:[3,11,68,74,97,142,216,217,218,219,236,240,288,311],unaffect:[98,323],unalign:220,unambigu:62,unanim:412,unauthent:[41,88,122,192,246,263],unauthenticate:[139,403],unavail:[25,74,160,205,206,207,208,209,210,211,212,213,214,221,222,228,229,258,259],unavailable:[41,311],unbind:88,unbound:323,unchang:[6,160],unclear:79,uncom:[87,240],uncommit:[48,72],uncommon:[11,24,36,39,304],uncomplet:126,uncompress:[74,248,328,336],uncondit:75,uncondition:382,unconfirmed:160,uncov:[80,312],undelet:[74,141,242,244,247,274],undeliver:346,under:[5,6,10,11,19,24,25,28,33,35,41,46,47,48,51,52,55,56,57,58,59],underestim:328,underflow:222,undergo:53,underli:[11,44,46,47,59,158,323,376],underlin:52,underneath:[41,261,271,303,376],understand:[0,11,41,44,56,98,239,240,261,347],understood:[11,347],undertaken:241,undesir:160,undetermin:303,undifferenti:74,undocu:106,undocument:299,undump:[74,100,117,155,192,323,329,332],unencod:[56,120],unescap:[223,323],unexpect:[11,97,142,261],unexpung:[25,47,74,106,109,142,145,277,303,321,323],unfortun:[59,98,250,277,354,371],unhappi:80,unicod:49,unicode:56,unicorn:87,unidata2:56,unifi:4,unifix:56,uniform:[258,261],unindex:382,uniniti:97,uninitialis:[191,197,223],uninterrupt:259,union:[41,74,75,100],uniqu:[3,5,6,11,27,33,55,58,74,137,212,213,214,216,217,218,219,259,261,282,287,322,323,360,362,376],unique:6,uniqueid:[47,58,61,74,98,104,145,200,248,323,336,342,376,378],uniserv:98,unite:417,univers:[3,81,100,102,160,241,408,413,415,416,417],university:81,unix:[27,33],unix_group_en:323,unix_pwcheck:97,unixheirsep:155,unixheriarchysep:139,unixhierarchi:[33,202],unixhierarchysep:[18,33,51,63,87,91,98,99,100,131,145,178,182,183,184,185,186,187,188,239,240,265,273,307,323,335,347,388,389,404],unixhiersep:99,unknown:[191,294,323,347],unlabel:294,unless:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422],unlik:[36,80,259,309],unlike:[259,287,341],unlimit:[19,28,140,157,158,171,228,229,231,232,233,234,235,270,301,322,323],unlink:[24,25,47,58,97],unlock:[44,45,46],unmailbox:[74,344],unmaintain:[229,231,232,233,234,235],unmark:75,unmodifi:99,unnecessari:[222,328],unnecessarili:197,unord:[91,323],unpack:74,unpars:[74,138],unpleas:84,unpredict:74,unqualifi:[40,323,347],unreach:259,unread:[38,74,248],unreademail:66,unreadthread:66,unrealm:33,unrecogn:342,unreport:156,unrespons:323,unseen:[6,74,209,210,211,212,213,214,216,217,218,219,222],unseenmessag:[27,250,323],unselect:[82,83,84,86,87,153,323,403],unset:[58,323,389],unsign:[47,56,68,97,223],unsolicit:[61,122],unspecifi:[97,240,328,378],unstabl:200,unsubscrib:[74,100,323],unsubscribe:[97,259],unsuccess:[41,282],unsuit:[88,89,92,292],unsupport:[163,174,414],untag:[49,68,97,244],until:[8,11,25,26,44,45,47,55,58,59,74,96,102,142,157,160,216,217,218,219,239,241,248,261,270,275,294,303,322,323,328,359,383],untouch:355,unus:[41,44,49,56,59,74,222,248,304,314,344],unusu:[56,98],unwrap_str:75,upcom:96,updat:[1,6,7,12,18,36,41,42,45,46,47],update:[48,61,72,76,88,97,100,102,103,109,125],updated:58,updatenotifi:47,upgrad:[33,40,44,58,84,87,97,98,100,110,152,153,155,156,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203],upgrade:[96,97,156],upload:[42,48,61],upon:[6,9,19,30],upper:[56,163,412],uppercas:[56,141],ups:11,upstream:[11,48,51,53,65,72,100,174,189,222,250,265,366,404],urandom:[310,323],urg:98,urgent:72,uri:[27,36,122,192,323],url:[6,47,72],urlauth:[6,51,82,83,84,86,87,102,136,323,403],urlfetch:[113,115,146,147,162,171,174,403],urn:[66,323],usabl:[80,334,338],usag:[6,9,30,35,41,44,45,66,74,75,80,90,98,99,102,106,109,138,141,143,154,155,160,162,196,223,239,248,249,261,270,271,280,282,303,323,340,344,347,360,375,376,382,421],usage:[4,6],use:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35],usefulli:80,useless:56,usenet:[6,41,100,240,265,323,364,403],user:[3,4],user_column:18,user_deleteacl:99,user_deni:4,user_deny_db:160,user_folder_limit:[110,342],user_som:61,user_some:61,useradd:[240,418],userdeni:[146,253,323],userdeny_db:323,userdeny_db_path:[253,323],userflag:59,userflags:[360,389],userid:4,userid_list:391,usermod:[240,418],usernam:[3,5,18,19,33,40,49,51,63,66,88,89,93,99,240,254,261,265,285,302,307,313,323,341,347,351,376,382,418,421],username:53,username_idx:18,username_tolow:323,userpassword:87,userprefix:[33,323],userrc:347,userspac:55,using:[1,18,33,36,41],usr:[49,51,61,65,80,96,97,154,160,191,239,240,253,261,273,277,280,281,282,283,285,291,293,301,323,327,330,332,334,351,353,382,383,418],usual:[6,11,40,41,52,72,74,80,86,98,166,193,240,244,246,248,259,273,283,287,303,323,353,392,393,395,396,398,400,401,402,404,418],uta:98,utc:[221,389,407],utcdate:236,utdalla:[98,99],utf7:323,utf8:[62,294,323],utf8smtp:323,utf:[27,49],util:55,utilis:328,utopic:87,uuid:[49,51,64,122,239,362],uutari:200,v14:209,v16:[210,211,212,213,214,216,217,218,219],v17:[228,229,231,232,233,234,235],vacat:[6,75,97,98,99,100,102,139,163,221,273,288,290],vader:[287,313],vain:98,val:55,valarm:76,valentin:176,valgrind:[1,49,51,74],valid:[6,19,33,41,44,45,68,74,98,100,131,166,173,192,193,194,222,239,246,263,285,294,322,323,332,341,351,370],validitii:58,valu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422],value1:62,value3:62,value:52,van:[163,412,416],vansant:416,varchar:18,vari:[52,277],variabl:[41,44,45,47,49,55,58,71,80,91,97,98,102,157,178,185,186,187,188,192,200,273,276,323,328,359,403,421],variable:55,variant:[41,164],varieti:[5,7,9,10,11,94],variou:[2,11,31,40,41,49,55,58,72,80,88,90],vast:[259,286],vastli:35,vavailability:[23,125,323],vcard:[6,93,189,221,323,403],vcard_obj:6,vcard_uid:6,vcardfast:51,velasco:[162,173,224],vendonr:341,vendor:[11,88,99,102,104,117,128,240,244,247,265,292,299,323,341,382,418],ver:347,verbatim:[56,221],verbos:[18,52,74,98,132,323,328,329,333,335,336,341,346,348,355,370,376,377,378,382,383,384,388,389,392,393,395,396,398,400,401,402],verbose:240,verdor:341,veri:[5,7,11,18,28,36,44,47,48,51,55,56,58,72,75,80,87,97,141,145,240,247,248,254,259,261,265,282,289,316,323,328,332,382,413,414,416],verif:[5,41,49,74,87,160,225,248,265,281,328,332,392,393,395,396,398,400,401,402],verifi:[5,28,41],versa:[36,263,287,388],version:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47],versions:52,vertic:36,vervet:87,verysecret:5,vevent:[23,132,323,403],vfreebusy:[23,323],vg_replace_malloc:80,via:[6,11,15,19,28,36,40,41,49,50,51,55,71,74],viabil:11,viabl:315,vice:[36,263,287,388],video:39,videocharg:312,vidic:176,viehmann:110,view:[11,33,42,46,49,52,53,66],vim:[49,239],violat:[44,47,261],virtdomain:[18,40,100,138,163,178,182,183,184,185,186,187,188,197,240,313,323,347,404],virtual:[3,6,8,11,13,18,33],virtual_destination_concurrency_limit:418,virtual_destination_recipient_limit:418,virtual_mailbox_domain:418,virtual_mailbox_map:418,virtual_recipi:418,virtual_recipient_domain:418,virtual_transport:418,viru:27,virus:[273,346],virusscan_notification_subject:[323,346],virusscan_notification_templ:[323,346],virustest:403,visibl:[41,88,160,226,247,259,323,347],visit:[44,376],visual:[48,421],visudo:51,vivid:87,vjournal:[23,323,403],vladimir:98,vnd:[27,228,229,231,232,233,234,235,250,323],volatil:10,volum:3,volunt:85,vote:412,vpath:196,vpoll:23,vsd:312,vtimezone:[76,88,93],vtodo:[23,323,403],vulner:[156,403],vzic:[88,133,323],wai:[11,12,31,40,41,44,47,52,55,58,59,60,72,74,77,80,87,97,141,152,160,200,246,247,248,249,255,258,259,261],wait:[11,15,26,44,47,58,71,72,74,88,281,322,323,326,328,351,352,354,356,357,359,366,367,368,369,370,371,378,381,383],wait_interv:383,waitev:269,walk:303,walkthrough:53,wall:[49,51,79],wallet:11,walter:[98,416],wamerican:239,wan:282,want:[0,5,11,18,26,33,41,44,47,51,52,53,57,65,66,72,74,79,80,81,83,84,87,88,97,160,164,231,234,235],wanttowrit:68,warm:312,warmuth:161,warning:[41,47,376],warranties:81,wart:62,wasn:[97,98,100,158,248,416],wast:99,water:[97,265,350],wbreyha:140,wcw:98,web1:342,web2:342,web:[11,22,36,66,88,89,93,205,273,312,323,403,405],webdav:6,webmast:33,webserv:36,websit:[11,42,48,52,56],websocket:[49,211,212,213,214,216,217,218,219,403],wed:360,week:[39,303,389,412],weekend:[24,39],weekli:[240,407,408,420,422],weight:4,weiler:416,weird:[44,97,100,102,240],welcom:[0,318],well:[5,7,10,11,13,19,25,31,33,40,44,45,46,47,48,51,55,58,61,68,74,79,97,98,99,100,122,133,152,160,220,240,244,247,249,255,259,260,261,263,277,282,288,303],went:[74,97,109,239],were:[9,11,30,38,41,44,58,74,80,96,97,98,99,108,127,139,141,147,160,174,191,194,195,220,221,222,223,226,231,234,235,236,246,247,248,249,260,275,277,280,317,322,323,341,345,350,360,361,376,378,382,413],werewolf:87,werror:[49,51],wextra:[49,51],wget:239,what:[1,3,4,5],whatev:[41,44,45,55,80,88,97,239,240,246,248,261,311,312,323,404],whatsoev:81,whatsoever:81,whatwg:[216,218,219],wheaton:98,when:[3,4,5,6,8],whenev:[50,55,58,59,97,263,265,277,323],where:[1,3,5,7,11,13,26,33,36,41,44,47,49,51,55,56,58,59,60,61,74,75],where_claus:18,wherea:[75,248,282],wherein:256,wherev:133,whether:[3,7,38,44,45,53,56,68,74,80,81,87,88,93,97,98,100,102,104,120,160,238,240,244,247,249,257,277,282,299,323,347,378,382,418],which:[3,5,6,7,9,10,11,15,19,24,25,27,30,31,33,34,36,38,40,41,44,45,46,47,49,51,52,53,55,56,58,60,61,62,64,65,66,68,71,72,74,75,79,80,82,83,84,86,87,88,89,91,92,93,96,97,99,100,102,104,106,109,110,121,122,125,137,138,139,145,152,154,155,156,158,160,178,179,180,181,182,183,184,185,186,187,188,191,196,212,213,214,216,217,218,219,228,229,231,232,233,234,235,239,240,241,245,246,247,248,249,250,251,254,255,256,257,259,261,262,265,269,270,271,273,282,283,286,287,288],whichev:[88,109,293],whilst:341,white:416,whitespac:[19,56,97,98,190,261,322,323,324,364],who:[0,5,18,19,33,41,71,72,80,97,158,174],whole:[11,58,80,160,241,303,323,413,415],whom:[27,243],whose:[9,30,41,88,216,217,218,219,228,229,231,232,233,234,235,239,261,305,323,328,336,342,347,378,383,391,392,393,395,396,398,399,400,401,402,417],why:[11,33,51,56,58,71,74,240,288],wide:[13,49,58,228,229,231,232,233,234,235,259,275,299,317,335,415,417],widespread:415,widget:72,width:[58,323],wierd:156,wiggl:248,wiki:[55,70,323],wikidb:331,wikipedia:[51,55,80,241],wildcard:[140,339,347,376],wildmat:[6,91,265,323,338,350,364],wili:87,wind:[74,323],window:[11,52,99,216,218,219,239,333,403,421],wire:[5,11,58,62,74,93,263,323,408],wisdom:[239,291],wise:415,wish:[8,41,47,87,97,178,181,182,183,184,185,186,187,188,200,239,246,248,254,259,273,275,277,282,323],with_ldap:156,within:[3,5,6,11,14,15],without:[3,6,7,11,12,15,18,24,28,33,40,41,44,45,47,49,53,55,56,57,58,59,64,69,70,72,74,75,80,81,88,95,97,98,100,120,129,140,141,142,152,155,158,164,174,190,191,198,200,220,223,239,240,246,247,248,249,251,252,259,262,263,273,275,280,282,315,323,328,334,338,341,344,345,346,378,384,390,403,415,418],wno:[49,163],woefulli:269,wolfgang:[140,146,147,162,163,164,175,199,200],won:[15,47,48,74,98,141,178,183,184,185,186,187,188,247,259,260,261,270,301,313,323,378],wong:[98,416],word:[3,7,41,46,55,62,66,80,97,160,203,222,303,312,323,382,421],work:[0,1,5,11,18,33,40],workabl:248,workaround:[11,74,97,134,315,323],worker:323,workflow:74,workshop:11,world:[41,42,61],worst:312,worth:[7,11,53,98,160,248,407],worthwhil:81,would:[3,5,7,8,9,11,16,17,18,26,29,30,33,34,36,37,38,40,41,44,47,48,49,52,56,58,59,69,72,74,75,80,81,88,89,92,96,97,98,99,109,138,156,160,166,191,193,217,218,219,221,239,240,247,248,249,251,252,259,260,261,270,275,282,286,303,312,315,322,323,328,332,338,345,346,347,355,363,383,388,404,405,413,418],wouldn:74,wrap:[47,105,203],wrapper:[44,45,55,74,80,97,98,200,265,296,322],writabl:[18,44,239,323],write:[0,3,6,7,11,13,41],write_bodi:131,writeabl:[10,273],writefil:140,writer:58,writeutf8:56,written:[6,7,11,16,17,29,36,37,46,47,55,56,58,68,80,81,85,97,98,144,160,265,309,330,347,382,388,413],wrong:[48,51,55,72,74,97,141,220,223,239,323,375,391],wrote:[44,47,48,71,79],wrt:74,wslai:49,www:[36,40,70,81,238,240,323,408,418],x86:220,x86_64:[49,65,224,293],xapian:[6,44,49,51],xapianact:4,xapplepush:[178,180,181,182,183,184,185,186,187,188,250],xavier:[191,193,220,224],xbackup:[248,323],xbackup_en:[248,323],xcal:[133,403],xconversations:[90,323],xconvmodseq:74,xconvmultisort:323,xfd:[48,72],xfer:[74,100,121,122,125,140,141,145,147,150,151,152,153,154,155,156,158,161,167,168,175,193,194,195,199,222,225,239,259,323,347],xfz:[48,72],xlist:[19,87,145,161,239,323,335],xlt:56,xmalloc:[55,68,80],xml:[27,49,51,142,169,323,333,403],xml_support:223,xmpp:403,xor:58,xpath:239,xrealloc:[55,100],xref:[9,100],xrunannot:323,xsha1:196,xsnippets:[201,323],xstrdup:68,xutil:239,xxd:49,xxx:[40,44,47,56,259,301],xzmalloc:55,xzvf:81,y2k:350,yacc:[75,97,100],yahoo:[27,250],yann:154,yapc12:160,yeah:74,year:[11,44,154,158,203,312,325,350,408,413],yep:74,yet:[11,19,38,44,45,46,47,51,66,72,74,85],yield:248,yjh:202,yoni:416,york:403,you:[0,3,6,7,9,11,12,15,16,17,18,26,27,28,29,30,33,34,36,37,40,41,44,45,46,47,48,49,51,52,53,55,57,58,59,65,66,70],young:265,your_fork:53,your_username:53,yourself:[2,3,44,45,55],yourserv:257,yum:[82,84,86],yyi:40,zan:203,zephyr:[97,98,367],zephyrgram:367,zero:[19,41,44,45,47,55,56,58,59,68,80,97,98,107,147,156,239,246,248,263,265,270,322,323,324,326,351,352,354,356,357,366,367,368,369,371,376,381,382],zeroskip:[6,88,90,211,212,213,214,216,217,218,219,270,323],zhukov:[189,200,203],zlib1g:[49,239],zlib:[12,49,74,222],zoneinfo:4,zoneinfo_db:[88,323],zoneinfo_db_path:[88,253,323,333],zoneinfo_dir:[88,216,217,218,219,323],zoom:407,zstandard:403,zstd:403,zzz:[40,61]},titles:["We need your help","Developers","Download","Glossary","Configuration Guide","Authentication and Authorization","Databases","Deployment Scenarios","Known Protocol Limitations","Mailbox Creation Distribution","Performance Recommendations","Storage Considerations","Supported Platforms and System Requirements","Features","Access Control","Archiving","Kerberos Authentication","LDAP Authentication","SQL Authentication","Automatic Creation of Mailboxes","CalDAV Collections","CardDAV Support","DAV Collection Management","DAV Components","Delayed Delete","Delayed Expunge","Duplicate Message Delivery Suppression","Event Notifications","Mail Spool Partitions","Mailbox Annotations (METADATA)","Mailbox Distribution","Mailbox Metadata Partitions","Message Annotations (METADATA)","Mailbox Namespaces","Quota","Sealed System Design","Cyrus IMAP Murder (Server Aggregation)","Server Side Filtering (Sieve)","Shared Seen State","Single-Instance Store","Virtual Domains","Concepts","IMAP Developer Guide","Developer APIs","CyrusDB API","cyrusdb API","Index API","Mailbox API","Releasing new builds of ancient Cyrus IMAP versions","Compiling","Cyrus Works","Developer Test Environment","Documentation","GitHub guide","Developer Guidance","Cyrus IMAP Server: Hacking","Cyrus IMAP Server: Internationalization","Cyrus IMAP Server: Locking","Cyrus IMAP Server: Mailbox File Formats","Cyrus IMAP Server: Namelocks","Cyrus IMAP Server: prot layer","Cyrus IMAP Server: Replication Examples","Cyrus IMAP Server: Replication Protocol v2.4+","Cyrus IMAP Server: Special Characters","Cyrus IMAP Server: var directory structure","Xapian for searching","JMAP support","Developer Libraries","<strong>imclient</strong> library","Namespaces: a developer view","Overview of Cyrus development environment","Development Process","Releasing Cyrus IMAP","Developer Thoughts &amp; Notes","Notes for backup implementation","Cyrus IMAP Server: Sieve Bytecode","Cyrus CalDAV Scheduling Flowchart","Enabling improved_mboxlist_sort","Cyrus IMAP Server: Notes","Cyrus IMAP Server: Prot Events","Unit Tests","Get Cyrus","CentOS","Debian","Fedora","openSUSE","Red Hat Enterprise Linux","Ubuntu","CalDAV","CardDAV","JMAP","RSS Feeds","WebDAV","HTTP modules","Configuring the MTA","Virus Scanner","Notes for Packagers","Cyrus IMAP 1.x Release Notes","Cyrus IMAP 2.0.x Release Notes","Cyrus IMAP 2.1.x Release Notes","Cyrus IMAP 2.2.x Release Notes","Cyrus IMAP 2.3 Releases","Cyrus IMAP 2.3.0 Release Notes","Cyrus IMAP 2.3.1 Release Notes","Cyrus IMAP 2.3.10 Release Notes","Cyrus IMAP 2.3.11 Release Notes","Cyrus IMAP 2.3.12 Release Notes","Cyrus IMAP 2.3.13 Release Notes","Cyrus IMAP 2.3.14 Release Notes","Cyrus IMAP 2.3.15 Release Notes","Cyrus IMAP 2.3.16 Release Notes","Cyrus IMAP 2.3.17 Release Notes","Cyrus IMAP 2.3.18 Release Notes","Cyrus IMAP 2.3.19 Release Notes","Cyrus IMAP 2.3.2 Release Notes","Cyrus IMAP 2.3.20 Release Notes","Cyrus IMAP 2.3.3 Release Notes","Cyrus IMAP 2.3.4 Release Notes","Cyrus IMAP 2.3.5 Release Notes","Cyrus IMAP 2.3.6 Release Notes","Cyrus IMAP 2.3.7 Release Notes","Cyrus IMAP 2.3.8 Release Notes","Cyrus IMAP 2.3.9 Release Notes","Cyrus IMAP 2.4-caldav Releases","Cyrus IMAP 2.4.17-caldav-beta1 Release Notes","Cyrus IMAP 2.4.17-caldav-beta10 Release Notes","Cyrus IMAP 2.4.17-caldav-beta11 Release Notes","Cyrus IMAP 2.4.17-caldav-beta2 Release Notes","Cyrus IMAP 2.4.17-caldav-beta3 Release Notes","Cyrus IMAP 2.4.17-caldav-beta4 Release Notes","Cyrus IMAP 2.4.17-caldav-beta5 Release Notes","Cyrus IMAP 2.4.17-caldav-beta6 Release Notes","Cyrus IMAP 2.4.17-caldav-beta7 Release Notes","Cyrus IMAP 2.4.17-caldav-beta8 Release Notes","Cyrus IMAP 2.4.17-caldav-beta9 Release Notes","Cyrus IMAP 2.4 Releases","Cyrus IMAP 2.4.0 Release Notes","Cyrus IMAP 2.4.1 Release Notes","Cyrus IMAP 2.4.10 Release Notes","Cyrus IMAP 2.4.11 Release Notes","Cyrus IMAP 2.4.12 Release Notes","Cyrus IMAP 2.4.13 Release Notes","Cyrus IMAP 2.4.14 Release Notes","Cyrus IMAP 2.4.15 Release Notes","Cyrus IMAP 2.4.16 Release Notes","Cyrus IMAP 2.4.17 Release Notes","Cyrus IMAP 2.4.18 Release Notes","Cyrus IMAP 2.4.19 Release Notes","Cyrus IMAP 2.4.2 Release Notes","Cyrus IMAP 2.4.20 Release Notes","Cyrus IMAP 2.4.21 Release Notes","Cyrus IMAP 2.4.22 Release Notes","Cyrus IMAP 2.4.3 Release Notes","Cyrus IMAP 2.4.4 Release Notes","Cyrus IMAP 2.4.5 Release Notes","Cyrus IMAP 2.4.6 Release Notes","Cyrus IMAP 2.4.7 Release Notes","Cyrus IMAP 2.4.8 Release Notes","Cyrus IMAP 2.4.9 Release Notes","Cyrus IMAP 2.5 Releases","Cyrus IMAP 2.5.0 Release Notes","Cyrus IMAP 2.5.1 Release Notes","Cyrus IMAP 2.5.10 Release Notes","Cyrus IMAP 2.5.11 Release Notes","Cyrus IMAP 2.5.12 Release Notes","Cyrus IMAP 2.5.13 Release Notes","Cyrus IMAP 2.5.15 Release Notes","Cyrus IMAP 2.5.16 Release Notes","Cyrus IMAP 2.5.17 Release Notes","Cyrus IMAP 2.5.2 Release Notes","Cyrus IMAP 2.5.3 Release Notes","Cyrus IMAP 2.5.4 Release Notes","Cyrus IMAP 2.5.5 Release Notes","Cyrus IMAP 2.5.6 Release Notes","Cyrus IMAP 2.5.7 Release Notes","Cyrus IMAP 2.5.8 Release Notes","Cyrus IMAP 2.5.9 Release Notes","Cyrus IMAP 3.0 Releases","Cyrus IMAP 3.0.0 Release Notes","Cyrus IMAP 3.0.0 beta1 Release Notes","Cyrus IMAP 3.0.0 beta2 Release Notes","Cyrus IMAP 3.0.0 beta3 Release Notes","Cyrus IMAP 3.0.0 beta4 Release Notes","Cyrus IMAP 3.0.0 beta5 Release Notes","Cyrus IMAP 3.0.0 beta6 Release Notes","Cyrus IMAP 3.0.0 rc1 Release Notes","Cyrus IMAP 3.0.0 rc2 Release Notes","Cyrus IMAP 3.0.0 rc3 Release Notes","Cyrus IMAP 3.0.0 rc4 Release Notes","Cyrus IMAP 3.0.1 Release Notes","Cyrus IMAP 3.0.10 Release Notes","Cyrus IMAP 3.0.11 Release Notes","Cyrus IMAP 3.0.12 Release Notes","Cyrus IMAP 3.0.13 Release Notes","Cyrus IMAP 3.0.14 Release Notes","Cyrus IMAP 3.0.15 Release Notes","Cyrus IMAP 3.0.2 Release Notes","Cyrus IMAP 3.0.3 Release Notes","Cyrus IMAP 3.0.4 Release Notes","Cyrus IMAP 3.0.5 Release Notes","Cyrus IMAP 3.0.6 Release Notes","Cyrus IMAP 3.0.7 Release Notes","Cyrus IMAP 3.0.8 Release Notes","Cyrus IMAP 3.0.9 Release Notes","Cyrus IMAP 3.1 Tags","Cyrus IMAP 3.1.0-dev Release Notes","Cyrus IMAP 3.1.1 Tag Notes","Cyrus IMAP 3.1.2 Tag Notes","Cyrus IMAP 3.1.3 Tag Notes","Cyrus IMAP 3.1.4 Tag Notes","Cyrus IMAP 3.1.5 Tag Notes","Cyrus IMAP 3.1.6 Tag Notes","Cyrus IMAP 3.1.7 Tag Notes","Cyrus IMAP 3.1.8 Tag Notes","Cyrus IMAP 3.1.9 Tag Notes","Cyrus IMAP 3.2 Releases","Cyrus IMAP 3.2.0 Release Notes","Cyrus IMAP 3.2.0-beta3 Release Notes","Cyrus IMAP 3.2.0-beta4 Release Notes","Cyrus IMAP 3.2.0-rc1 Release Notes","Cyrus IMAP 3.2.1 Release Notes","Cyrus IMAP 3.2.2 Release Notes","Cyrus IMAP 3.2.3 Release Notes","Cyrus IMAP 3.2.4 Release Notes","Cyrus IMAP 3.2.5 Release Notes","Cyrus IMAP 3.2.6 Release Notes","Cyrus IMAP 3.2.7 Release Notes","Cyrus IMAP 3.3 Tags","Cyrus IMAP 3.3.0 Tag Notes","Cyrus IMAP 3.3.1 Tag Notes","Cyrus IMAP 3.4 Releases","Cyrus IMAP 3.4.0 Release Notes","Cyrus IMAP 3.4.0-beta1 Release Notes","Cyrus IMAP 3.4.0-beta2 Release Notes","Cyrus IMAP 3.4.0-beta3 Release Notes","Cyrus IMAP 3.4.0-rc1 Release Notes","Cyrus IMAP 3.4.1 Release Notes","Cyrus IMAP 3.5 Tags","Release Notes","Upgrading to 3.4","Installing Cyrus","Introduction to Cyrus IMAP","Administrator Guide","Access Control","Combining Access Rights","Access Control Defaults","Access Control Identifier (ACI)","Access Control Lists Rights Reference","Cyrus Backups","Mailbox Distribution","Cyrus Event Source","File &amp; Directory Locations","Archive Partitions","Configuration file locations","Directory Hashing","Spool Directories","Search Tiers","Monitoring","Cyrus Murder","Cyrus Murder: Concepts","Cyrus Murder Failure Modes","Cyrus Murder: Installation and Administration","Cyrus Murder Mail Delivery","Cyrus Murder Mupdate Details","HOWTO: Using an NGINX IMAP Proxy","Cyrus NNTP","Ports and Sockets","Cyrus Service Definitions","Cyrus Socket Locations","Cyrus Prot Layer","Quotas","Quota Roots","Supported Quota Types","Cyrus Sieve","Standard Operating Procedures","Running Cyrus IMAP Services on Non-Standard Ports","Alternative Namespace","Deleting and Undeleting Messages and Folders","Mailbox Operations","Mailbox Folders exempt from quota","Reconstructing Mailboxes","Reloading Cyrus IMAP Services","Replication: Installation and Administration","Splitting Metadata from Partitions","Using Squatter for Faster IMAP SEARCH","Managing user_deny.db","Tweaking Cyrus IMAP","System Architecture","Frequently Asked Questions","Which database backend should I use for which databases?","Duplicate Delivery Suppression","Compilation errors about kssl.h and krb5.h on Red Hat Linux/Fedora","Help! There must be an easier way to get all this going...","OpenSSL Version Mismatches","Why does Cyrus reject 8-bit characters in the headers of my messages?","Why does Cyrus reject messages with &quot;bare newlines&quot;?","How do I get Cyrus Sieve to play nice with Exim?","Why does mail delivery go slow or hang sometimes?","How do I view ACLs on a mailbox?","What annotations are available?","Is it safe to put &lt;configdirectory&gt;/proc and &lt;configdirectory&gt;/lock on a tmpfs filesystem?","How to enable core dumps","Why can I not delete a mailbox as an admin user?","When is What ... Deleted, Expired, Expunged or Purged?","Why is deliver.db so large?","I have multiple imapd-SERVICES configured and experience occasional freezes when I try to log in!","How to run gdb on Cyrus components","Cyrus delivers claims that the mailbox does not exist","Why is mail being rejected with No Mailbox found due to MiXed CaSe incoming e-mail?","Can I use MySQL (or another SQL database) as the primary mail store?","Why do POP3 connections take so long, but once the connection is established all is well?","Why does reconstruct -m not work?","Shared File Systems GPFS for high availability","How to enable telemetry","The process count keeps growing!","&quot;unable to join environment&quot; error","Why does Cyrus set the MAIL FROM address of the sender of vacation responses to '&lt;&gt;'?","Does the Cyrus Murder support High Availability configurations?","Can I configure pop3d to log amount and size of messages fetched by user?","How can I make CyrusSieve work with public shared folders?","Can I have subfolders not appear under INBOX?","Man pages","<strong>cyrus.conf</strong>","<strong>imapd.conf</strong>","<strong>krb.equiv</strong>","<strong>arbitron</strong>","<strong>backupd</strong>","<strong>chk_cyrus</strong>","<strong>ctl_backups</strong>","<strong>ctl_conversationsdb</strong>","<strong>ctl_cyrusdb</strong>","<strong>ctl_deliver</strong>","<strong>ctl_mboxlist</strong>","<strong>ctl_zoneinfo</strong>","<strong>cvt_cyrusdb</strong>","<strong>cvt_xlist_specialuse</strong>","<strong>cyr_backup</strong>","<strong>cyr_buildinfo</strong>","<strong>cyr_dbtool</strong>","<strong>cyr_deny</strong>","<strong>cyr_df</strong>","<strong>cyr_expire</strong>","<strong>cyr_info</strong>","<strong>cyr_sequence</strong>","<strong>cyr_synclog</strong>","<strong>cyr_userseen</strong>","<strong>cyr_virusscan</strong>","<strong>cyradm</strong>","<strong>cyrdump</strong>","<strong>deliver</strong>","<strong>fetchnews</strong>","<strong>fud</strong>","<strong>httpd</strong>","<strong>idled</strong>","<strong>imapd</strong>","<strong>ipurge</strong>","<strong>lmtpd</strong>","<strong>lmtpproxyd</strong>","<strong>masssievec</strong>","<strong>master</strong>","<strong>mbexamine</strong>","<strong>mbpath</strong>","<strong>mbtool</strong>","<strong>mkimap</strong>","<strong>mknewsgroups</strong>","<strong>mupdate</strong>","<strong>nntpd</strong>","<strong>notifyd</strong>","<strong>pop3d</strong>","<strong>pop3proxyd</strong>","<strong>promstatsd</strong>","<strong>proxyd</strong>","<strong>ptdump</strong>","<strong>ptexpire</strong>","<strong>ptloader</strong>","<strong>quota</strong>","<strong>reconstruct</strong>","<strong>rehash</strong>","<strong>restore</strong>","<strong>sievec</strong>","<strong>sieved</strong>","<strong>smmapd</strong>","<strong>squatter</strong>","<strong>sync_client</strong>","<strong>sync_reset</strong>","<strong>sync_server</strong>","<strong>timsieved</strong>","<strong>tls_prune</strong>","<strong>translatesieve</strong>","<strong>unexpunge</strong>","<strong>arbitronsort.pl</strong>","<strong>dav_reconstruct</strong>","<strong>httptest</strong>","<strong>imtest</strong>","<strong>installsieve</strong>","<strong>lmtptest</strong>","<strong>mupdatetest</strong>","<strong>nntptest</strong>","<strong>pop3test</strong>","<strong>sieveshell</strong>","<strong>sivtest</strong>","<strong>smtptest</strong>","<strong>synctest</strong>","RFCs Supported by Cyrus IMAP","Reporting Bugs","IRC Chat","Mailing Lists","Online Meetings","What is Cyrus IMAP?","Operations","Overview","About Cyrus","Cyrus Bylaws","Cyrus History","Cyrus Roadmap","About Cyrus","Who Is Cyrus","Preface","Quickstart Guide","Setup","Sitemap","Document Conventions","Support/Community"],titleterms:{"case":[9,30,36,249,308],"char":[44,45],"const":[44,45],"default":[12,41,49,96,160,178,182,183,184,185,186,187,188,205,206,207,208,209,210,211,212,213,214,216,217,218,219,228,229,231,232,233,234,235,245,255,256],"delete":[76,263],"export":261,"function":[49,55],"int":[44,45],"long":310,"new":[6,41,48,80,96,146,160,173,202,203,239,265],"public":319,"short":61,"switch":[160,276],"true":259,"try":305,"var":64,"void":[44,45],about:[44,45,50,74,88,90,91,93,95,248,291,411,415,417],acap:56,access:[6,14,33,41,88,89,92,243,244,245,246,247,250,322],account:53,aci:[41,246],acl:[41,244,245,298],aclchang:27,action:[47,61],activate:263,actual:249,add:[53,76],adding:[80,261],addit:[49,261],addition:[65,255,261],address:[40,316],addressbook:89,addressbookprefix:89,adjust:56,admin:302,administr:[33,40,41,66,88,89,92,242,245,248,261,282],again:260,aggreg:7,aggregat:[36,41],all:[76,244,292,310],allocat:55,allow:160,allowplaintext:93,also:[68,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,338,339,340,341,342,344,345,346,347,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,392,393,394,395,396,398,400,401,402],altern:[41,246,276],alternat:49,altnamespac:33,amount:318,analysi:259,ancient:48,ani:239,annot:[6,299],annotat:[6,29,32,160],anonym:[41,246],anoth:309,anyon:[41,246],api:[43,44,45,46,47,59,269],appear:320,append:[47,244],appendic:259,appendix:259,apple:250,applepushservic:27,applicat:[11,249],arbitron:325,arbitronsort:390,architectur:[242,248,259,261,282,287],archive:[15,251,252],arguments:347,articl:265,asked:288,assumption:259,atom:[62,263],attende:76,authent:[5,13,16,17,18,41,49,93,240,259,347,418],authenticate:263,author:[5,41,55,246,347,399],autoconf:160,autocr:[19,88,160],autom:19,automat:19,avail:[260,299,312],availabl:[9,11,27,30,249,317],back:261,backend:[9,30,36,44,45,160,249,259,261,263,289],background:421,backup:[6,74,239,248,261],backupd:[74,326],bad:263,balanc:259,bare:295,basic:33,befor:71,begin:71,behavior:[41,270],benefit:259,beta10:125,beta11:126,beta1:[124,179,232],beta2:[127,180,233],beta3:[128,181,217,234],beta4:[129,182,218],beta5:[130,183],beta6:[131,184],beta7:132,beta8:133,beta9:134,between:[61,261],binari:96,bit:294,blow:260,board:412,bold:421,boyer:56,buffer:11,bug:[68,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,220,221,222,223,224,225,226,236,351,404],bugfix:[178,179,180,181,182,183,184,185,186,187,188,205,206,207,208,209,210,211,212,213,214,216,217,218,219,228,229,231,232,233,234,235],build:[12,48,49,52,81,192,193,194,220,221,222,223,224,226,236],busytim:76,busytime_query_loc:76,busytime_query_remot:76,bylaw:412,bytecod:75,cach:[6,47,58,239],calcul:41,caldav:[6,20,49,76,88,123,124,125,126,127,128,129,130,131,132,133,134,160,240],caldav_allowcalendaradmin:88,caldav_allowschedul:88,caldav_delete_sch:76,caldav_post:76,caldav_put:76,calendar:[13,76,88],calendaralarm:27,calendarprefix:88,callout:160,can:[160,302,309,318,319,320],cancel:76,canon:56,capac:11,carddav:[6,21,49,89,160,240],carddav_allowaddressbookadmin:89,cassandan:51,catchal:160,centos:82,certif:[10,240],chain:282,chang:[41,71,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,216,217,218,219,220,221,222,223,224,225,226,228,229,231,232,233,234,235,236,261,275,412],channel:[282,287],charact:[56,63,294],charset:56,chartabl:56,chat:[74,405],chdir:347,check:[49,240],child:314,chk_cyru:327,claim:307,clamav:95,clean:314,clean_compon:76,client:[5,40,66,90,259,265,303,351],close:[46,47],cmd:160,code:[45,55,56,71],collect:[13,20,22],combin:244,come:259,command:[74,263,321,347],commands:347,commit:47,common:288,commun:[71,240,418,422],compact:74,compar:56,compil:[49,56,65,66,250,291],complet:[239,280],compon:[12,23,70,76,240,306],compress:282,comput:9,concept:[40,41,259],conf:[96,160,173,287,322,323],config:[88,239,240],configdirectori:[240,300,418],configur:[4,18,24,25,40,41,44,45,51,65,80,88,89,90,91,92,93,94,95,96,146,160,178,182,183,184,185,186,187,188,202,203,205,206,207,208,209,210,211,212,213,214,216,217,218,219,228,229,231,232,233,234,235,239,250,253,257,261,265,273,282,305,317,318,321,359,418],connect:[310,314],consid:75,consider:[11,58,59,282],consist:72,contact:[13,262],content:[48,72,80,248,273],context:277,contributor:416,control:[14,15,41,56,88,89,92,243,245,246,247,265,267,268,270,322],convent:[52,421],converg:9,convers:6,convert:270,copi:239,copy:259,core:[301,412,416],corrupt:74,cost:11,count:314,counter:6,creat:[18,41,47,53,76,240,245],createmailbox:347,creation:[9,19],cross:48,ctl_backup:[74,248,328],ctl_conversationsdb:329,ctl_cyrusdb:[44,330],ctl_deliv:331,ctl_mboxlist:332,ctl_zoneinfo:333,current:63,cvt_cyrusdb:[44,334],cvt_xlist_specialus:335,cyr_backup:[74,248,336],cyr_buildinfo:337,cyr_dbtool:[44,338],cyr_deni:339,cyr_df:340,cyr_expir:341,cyr_info:342,cyr_sequ:343,cyr_synclog:344,cyr_userseen:345,cyr_virusscan:346,cyradm:[161,173,265,347],cyrdump:348,cyru:[1,6,7,8,12,18,24,25,30,36,41,48,49,50,51,55,56,57,58,59,60,61,62,63,64,65,66,70,72,75,76,78,79,81,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,248,250,258,259,260,261,262,263,265,267,268,269,273,275,281,286,287,294,295,296,306,307,316,317,322,403,408,411,412,413,414,415,416,417,418],cyrusdb:[44,45],cyrusdb_:44,cyrusdb_abort:[44,45],cyrusdb_clos:[44,45],cyrusdb_commit:[44,45],cyrusdb_consist:[44,45],cyrusdb_cr:[44,45],cyrusdb_delet:[44,45],cyrusdb_don:[44,45],cyrusdb_dump:[44,45],cyrusdb_fetch:[44,45],cyrusdb_fetchlock:[44,45],cyrusdb_foreach:[44,45],cyrusdb_foron:[44,45],cyrusdb_init:[44,45],cyrusdb_open:[44,45],cyrusdb_stor:[44,45],cyrusdb_sync:[44,45],cyrusman:52,cyrussiev:319,daemon:[306,322],data:[9,11,44,45,56,74,191,239,249,263],databas:[6,10,18,42,49,74,160,239,253,259,261,263,270,289,309],datalen:[44,45],dav:[6,13,22,23],dav_reconstruct:391,davdriveprefix:92,debian:[83,174],debug:[51,80],declin:76,defin:[15,265],definit:[259,267,277],delai:[24,25,47],delet:[24,47,244,277,302,303],delete_mod:160,deleteaclmailbox:347,deletemailbox:347,deliv:[6,40,76,261,304,307,349],deliver_merge_pollstatu:76,deliver_merge_repli:76,deliver_merge_request:76,deliver_merge_vpoll_repli:76,deliveri:[6,26,41,240,259,262,290,297,418],depend:[49,65,162,163,164,176,189,196,203],deploy:7,descript:[15,68,322,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,398,400,401,402],description:[323,347,399],descriptions:323,design:35,detail:[44,45,58,263],determin:278,dev:205,develop:[1,42,43,49,51,54,66,67,69,70,71,73,160,238,412],devic:[9,30],differ:248,directori:[41,64,240,251,253,254,255,280],disconnect:347,discret:[7,36],discretionari:243,disk:11,displai:91,distribut:[9,30,81,88,160,249,261,286],dlist:62,dns:259,document:[52,160,421],doe:[160,294,295,297,307,311,316,317],domain:40,down:239,download:2,draft:403,due:308,dump:301,duplic:[6,26,41,290],each:76,earlier:414,easi:260,easier:292,email:[240,265],enabl:[12,15,77,301,313],end:[93,261],engineer:412,enhanc:275,enhancement:160,enterpris:86,environ:[7,51,70,240,315],ephemer:[96,240,253],equal:[9,30,249],equiv:324,erratum:197,error:[291,315],establish:310,etc:[96,248],evaluat:75,event:[27,60,76,79,160,250,269],events:322,everyon:248,everyth:18,exampl:[27,30,33,44,45,52,59,61,68,249,322,324,325,326,327,328,329,330,331,332,333,334,335,336,338,339,340,341,342,343,344,345,346,349,352,353,354,355,356,357,360,361,362,363,365,368,369,370,371,375,376,378,381,382,383,385,386,389,390,392,393,395,396,398,400,401,402],exclud:76,exclude:30,exclus:249,exclusion:[9,249],exempt:279,exim:296,exist:[239,307],exit:347,experi:305,experiment:[200,220],expire:[265,277,303],expung:[25,303],expunge_mod:160,extend:160,extens:[220,221,236,273],extern:56,external:81,facil:41,fail:80,failov:282,failur:[259,260],faster:284,featur:[13,96,160,200,220,239,244,288,408],fedora:[84,291],feed:[91,265],fetch:318,fetchnew:[6,350],field:323,file:[6,41,42,52,58,62,96,239,240,248,251,253,259,286,287,312,321,324,325,326,328,329,330,331,332,333,334,335,336,338,339,340,341,342,344,345,346,349,350,351,352,353,354,355,356,357,359,360,361,362,365,366,367,368,369,370,371,372,373,374,375,376,377,378,381,382,383,384,385,386,387,389],filesystem:[10,96,300],filter:[37,41],find:[259,263],finish:48,first:47,fit:[9,30,249],fix:[160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,207,208,209,210,211,212,213,214,216,217,218,219,220,221,222,223,224,225,226,228,229,231,232,233,234,235,236],fixup:56,flag:[44,45,62,303],flagsclear:27,flagsset:27,flat:6,flowchart:76,fname:[44,45],folder:[11,19,61,160,273,277,279,280,303,319],footprint:160,forc:[44,45],foreach_p:[44,45],fork:53,form:56,format:[49,58,75,160,263],found:308,freebusi:88,freez:305,frequent:288,from:[76,81,239,240,248,261,279,283,316,418],front:261,frontend:[9,30,249,259],fud:351,full:[44,45],further:[66,265],futur:[56,58,63,259,414],gdb:306,gener:[11,55,56,75,93,95,284],get:[42,81,292,296],getmetadata:347,git:81,github:[52,53,71],global:275,glossari:3,goodp:[44,45],gotcha:[44,261],govern:412,gpfs:312,greater:160,group:[240,248,412,418],groupwar:11,grow:314,guid:[4,42,53,242,418],guidanc:54,guidelin:249,hack:55,handl:56,hang:297,happen:[9,30,249,259,260],hard:260,hash:254,hat:[86,291],have:[260,305,320],header:[58,294],help:[0,292,347],hex32:62,hex:62,high:[287,312,317,414],hint:55,histori:[326,328,329,333,335,336,339,341,342,344,346,352,370,376,378,382,383,394,413],host:[7,160],how:[44,50,239,296,298,301,306,313,319],howto:264,http:[76,93],httpd:[49,93,352],httpmodul:93,httptest:392,hub:70,idempot:282,identifi:[41,246],idl:353,idled:12,ietf:403,iii:412,imap4:415,imap:[7,8,12,24,25,30,36,41,42,44,48,55,56,57,58,59,60,61,62,63,64,72,75,78,79,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,241,248,259,264,275,281,284,286,303,403,408,415],imap_current_stable_vers:52,imapd:[96,173,287,305,323,354],imapfe:265,imaptest:51,imclient:68,imip:76,imip_send:76,impact:160,implement:[8,56,59,74,90,259],implicit:[41,245],improv:96,improved_mboxlist_sort:77,imtest:393,inbox:320,includ:160,incom:308,index:[6,46,58,74,160,284],individu:[247,280,416],info:347,inform:[93,265],informat:[30,71],initial:[41,245,248,263],input:56,instal:[74,418],install:[51,66,81,239,240,273,418],installat:[239,248,261,282,288],installsiev:394,instanc:[39,41,76],instruct:74,integrat:11,inter:72,interfac:[44,56],internal:1,internation:56,interoper:288,intro:[45,46,47,58,59],introduct:[48,56,61,80,241,248,273],invocat:284,invoke:287,ipurg:355,irc:405,isched_send:76,ischedul:[76,88],iscsi:11,issue:[53,191],italic:421,item:[239,249],itip:76,jmap:[49,66,90,220,221,236],join:315,just:275,keep:[261,314],kei:[6,44,45,53],kerbero:[16,41,246],keylen:[44,45],keyword:68,known:8,krb5:291,krb:324,kssl:291,kvlist:62,languag:41,larg:304,launch:[240,418],layer:[60,269],layout:45,ldap:17,ldap_tls_:160,level:[11,287,414],librari:[67,68],libtool:160,licens:81,lifetim:57,limit:[8,19,248],line:[74,347],link:72,linux:[86,275,291],lirstw:244,list:[6,41,52,62,67,71,74,91,247,259,263,328,406],listaclmailbox:347,listmailbox:347,listquota:347,listquotaroot:347,lmtp:[41,160],lmtp_catchall_mailbox:160,lmtp_fuzzy_mailbox_match:160,lmtpd:356,lmtpproxyd:357,lmtptest:395,load:[13,248,259],local:[41,76,262],locat:[251,253,255,256,268],lock:[8,47,57,58,59,74,248,286,300,328],log:[41,287,305,318],login:[27,41,160],logout:[27,263],longer:314,loss:191,lrsip:244,lrsp:244,lrswipkxtecd:244,lrswipkxtecda:244,lrxte:244,lun:11,machin:80,macro:[56,244],mail:[28,40,41,49,52,71,240,251,259,261,262,273,286,297,308,309,316,406,418],mailbox:[5,6,8,9,13,18,19,29,30,31,33,41,47,57,58,74,91,160,245,249,259,261,262,263,277,278,279,280,286,298,302,307,308],mailboxcr:27,mailboxdelet:27,mailboxrenam:27,mailboxsubscrib:27,mailboxunsubscrib:27,major:[178,179,180,181,182,183,184,185,186,187,188,205,206,207,208,209,210,211,212,213,214,216,217,218,219,228,229,231,232,233,234,235],make:[56,71,80,319],man:[52,321],manag:[13,22,242,273,285],manual:282,map:62,map_fre:55,map_refresh:55,masssievec:358,master:[96,260,261,263,282,359],maximum:314,mbexamin:360,mboxconfig:347,mboxkei:6,mbpath:361,mbtool:362,meet:407,member:76,memcpi:55,memori:[55,160],messag:[13,26,32,41,58,61,74,76,265,277,294,295,303,318],messageappend:27,messagecopi:27,messageexpir:27,messageexpung:27,messagemov:27,messagenew:27,messageread:27,messagetrash:27,metadata:[29,31,32,160,244,251,255,283,286],methods:367,mime:415,minim:56,miscellan:160,mismatch:293,mixe:308,mkchartabl:56,mkimap:363,mknewsgroup:364,mode:[9,30,33,249,259,260,282,328,336,378],model:46,modifi:76,modul:[55,93],monitor:[41,257,270],mono:421,moor:56,more:56,most:[9,30,249],motiv:75,move:[248,261,303],mta:[94,240,418],multi:7,multipath:11,multipl:[40,248,305],multiplex:259,mupdat:[260,262,263,365],mupdate:[259,261],mupdatetest:396,murder:[7,9,12,30,36,41,49,160,175,239,258,259,260,261,262,263,287,317],must:292,mysql:[18,309],name:[96,160,256,259,347,399],namelock:[59,160],namespac:[33,69,276],need:0,neg:41,network:55,newli:[41,245],newlin:295,newsgroup:265,nfs:11,nginx:264,nice:296,nntp:265,nntpd:366,nntptest:397,non:[275,421],none:244,nonstandard:[220,221,236],noop:263,normal:56,note:[11,48,58,72,73,74,78,96,97,98,99,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,216,217,218,219,220,221,222,223,224,225,226,228,229,231,232,233,234,235,236,238,239,359,421],notes:[347,349],notif:[27,41,160,346],notification:367,notifyd:367,now:248,num32:62,num:62,numer:[41,272],object:62,occasion:305,octet:56,off:33,older:238,onc:310,one:248,onli:49,online:407,opene:[46,47],openssl:293,opensuse:85,oper:72,operat:[259,274,278,282,286,288,409],option:[88,146,160,173,202,203,250,257,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,391,392,393,394,395,396,398,400,401,402],optional:[12,49,66,240],options:399,order:[57,72],organ:76,other:[33,41,49,75,76,162,163,164,175,176,189,192,196,197,198,199,200,224,245,248,282],outbox:76,outgo:273,over:41,overal:75,overview:[6,52,70,239,250,259,265,410],own:80,owner:[41,245],packag:[81,96,418],page:[52,321],pam:18,pam_mysql:18,particip:[71,263],particular:248,partit:[9,28,30,31,41,74,160,248,251,252,255,256,283,286],past:416,patch:[52,71,174],path:160,pattern:56,per:253,perform:[10,11,15,76],period:282,person:33,phabric:160,place:239,plai:296,plaintext:41,plan:239,platform:12,point:[9,30],pollin:48,pop3:[8,41,310],pop3d:[318,368],pop3proxyd:369,pop3test:398,pop:259,port:[240,266,267,275,418],post:[76,244,265],postfix:418,pre:[18,48,70,72],predefin:96,prefac:417,prefix:[44,45],prefixlen:[44,45],prepar:[239,240],prerequisit:[48,72],primari:309,problem:288,proc:[41,300],procedur:274,process:[36,71,314,412],process_attende:76,procp:[44,45],product:238,program:96,promstatsd:370,proport:421,prot:[60,79,269],protocol:[8,11,41,62,240,418],provis:92,provok:248,proxi:[7,264],proxyd:371,ptdump:372,ptexpir:373,ptloader:374,pts:6,ptscach:6,pull:[52,53,248,265,421],purg:303,purpos:[15,96],push:[248,250,261,265],put:[76,80,300],queri:[76,262],question:[74,288],quick:[40,418],quickstart:418,quot:421,quota:[6,19,34,41,160,270,271,272,279,375],quotachang:27,quotaexce:27,quotalegaci:6,quotawithin:27,rc1:[185,219,235],rc2:186,rc3:187,rc4:188,read:[44,47,244,265],readahead:11,rebuild:51,recipi:76,recommend:[10,12],reconstruct:[41,74,239,280,311,347,376],record:[47,58],recov:[260,280],recoveri:[41,260],recurr:76,red:[86,291],reduc:248,redund:11,refer:[44,45,56,247],references:399,referr:259,regular:56,rehash:377,reindex:74,reject:[294,295,308],releas:[42,48,72,81,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,215,216,217,218,219,220,221,222,223,224,225,226,230,231,232,233,234,235,236,238,412],reload:281,remot:76,remov:[41,76,220],renam:[41,47,74],renamemailbox:347,repair:[41,270],repli:76,replic:[7,11,12,36,49,61,62,239,248,282,287],replica:282,report:404,repositori:53,represent:249,request:[52,53,76,288],requir:[12,49,56,65,248,261,282],requisit:[18,70],reserve:263,reset:[9,30,249],resourc:[42,76],respons:[76,263,316],restor:[74,248,378],restrict:[28,160],retdb:[44,45],retent:11,reus:314,rfc822:62,rfc:[52,160,403],right:[41,244,245,247,248],roadmap:[412,414],rock:[44,45],roll:[248,282],root:[41,271],rss:91,rss_feed:91,rss_feedlist_templ:91,run:[51,80,240,275,306],safe:300,same:[9,30,249],sampl:[41,66,96],sanit:76,sasl:[18,49,240,408,418],saslauthd:18,scalabl:11,scan:95,scanner:95,scenario:[7,30],sched_busytime_queri:76,sched_cancel:76,sched_declin:76,sched_deliv:76,sched_deliver_loc:76,sched_deliver_remot:76,sched_exclud:76,sched_pollstatu:76,sched_repli:76,sched_request:76,sched_vpoll_repli:76,schedul:[76,248],script:[19,80,273],seal:35,search:[6,56,65,251,256,284],secret:41,section:[96,322],secur:[13,165,166,174,190,192,193,197,207,208,209,210,211,212,213,214,216,217,218,219,226,228,229,231,232,233,234,235,236,275],see:[68,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,338,339,340,341,342,344,345,346,347,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,392,393,394,395,396,398,400,401,402],seen:[6,38],select:[9,30,41,160,249],selector:361,send:240,sender:316,sendmail:[40,240,418],seri:[178,180,181,182,183,184,185,186,187,188,205,206,207,208,209,210,211,212,213,214,216,217,218,219,228,229,231,232,233,234,235,238],server:[7,18,36,37,41,55,56,57,58,59,60,61,62,63,64,75,78,79,248,259,261,262,263,273,282,347],serverlist_select_soft_usage_limit:249,servic:[88,96,250,267,275,281,306],services:[305,322],set:[19,49,80,96,240,261,316,418],setaclmailbox:347,setinfo:347,setmetadata:[160,347],setquota:347,setup:[80,248,257,265,418,419],share:[7,11,33,38,41,160,273,312,319],should:289,shut:239,side:37,siev:[12,19,37,41,56,75,273,296,380],sievec:379,sieveshel:399,signific:[178,179,180,181,182,183,184,185,186,187,188,205,206,207,208,209,210,211,212,213,214,216,217,218,219,228,229,231,232,233,234,235],sinc:[161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,178,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,216,217,218,219,220,221,222,223,224,225,226,228,229,231,232,233,234,235,236],singl:[7,39,41],sitemap:420,sivtest:400,size:[278,318],size_t:[44,45],skiplist:6,slave:263,slow:297,smmapd:381,smtp:[76,415],smtptest:401,snapshot:238,socket:[266,267,268],softwar:12,sometim:297,sourc:[70,81,250],space:421,special:[9,30,52,63,239,249,273],specif:[93,239],specifi:41,sphinx:160,split:283,spool:[28,64,251,255,280,286],sql:[6,18,309],squat:6,squatter:[284,382],ssh:53,ssl:[146,174],stabl:238,stacktrac:51,standard:[55,262,274,275],start:[40,42,239,322],startup:36,state:[6,38,253],statu:[76,90],status:6,statuscach:6,storag:[6,11,13,28,41,92,240,248,272,286],store:[39,41,309],string:263,strlcpy:55,strncpy:55,struct:[44,45],structur:[18,64],style:71,sub:[6,160],subfold:320,submit:52,subscrib:347,subscript:[6,19,41,259],subsystem:49,suck:265,suit:80,suitabl:76,summari:259,support:[12,21,41,65,66,93,95,160,238,272,273,317,403,422],suppress:[26,41,290],sync:[261,282],sync_client:383,sync_reset:384,sync_serv:385,synchron:[263,286],synctest:402,synopsi:[52,68,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,398,400,401,402],synopsis:[347,399],syslog:[41,240],system:[12,35,42,287,312,321],tabl:[56,80],tag:[52,72,204,206,207,208,209,210,211,212,213,214,227,228,229,237],take:310,tape:248,tarbal:[81,239],target:160,task:76,teardown:80,telemetri:313,tell:72,temporari:[10,96],termin:282,terminolog:[261,277,282],test:[1,18,48,51,66,70,72,80,240,273],than:76,thi:[160,292],thing:75,thought:73,through:[9,52,71],tid:[44,45],tidptr:[44,45],tier:[11,28,256,286],time:[88,240],timsiev:386,tip:51,tls:[6,240],tls_:160,tls_prune:387,tls_session:6,tmpf:300,todo:[55,74],togeth:18,tool:[44,52,70,81,248,273],topolog:[36,160],track:61,tradit:265,transact:[44,45],transcod:56,transfer:41,translate:56,translatesiev:388,transport:282,trash:303,trick:51,trim_attende:76,troubleshoot:[240,261],tweak:[282,286],two:[9,30,249],twoskip:[6,160],txn:[44,45],type:[6,41,62,160,250,251,272],typograph:421,tzdist:88,ubuntu:87,unabl:315,unavail:260,undefin:160,undelet:277,under:[64,320],underscor:160,unexpung:389,unicod:56,unifi:[7,36],unit:[1,80],unix:[41,246],unlock:47,unsubscrib:347,updat:[48,52,76,239],update:[178,182,183,184,185,186,187,188,205,206,207,208,209,210,211,212,213,214,216,217,218,219,228,229,231,232,233,234,235,263],upgrad:239,upgrade:[160,239],upload:72,upon:41,url:88,usage:[9,30,249],use:[36,63,81],used:28,useful:71,user:[5,6,11,19,33,41,76,93,160,240,248,253,302,303,318,321,418],user_deni:[6,285],userid:6,using:[52,71,80,248,264,265,284,286],utf:56,util:74,vacat:316,valgrind:80,variou:96,verifi:[74,239],version:[48,72,238,293,347,415],via:76,view:[69,298],virtual:40,viru:95,volum:11,voter:76,vpoll:76,wai:[262,292],want:239,warn:[41,421],webdav:[49,92],websit:72,weight:9,well:310,what:[9,30,40,80,88,239,241,248,249,259,260,299,303,306,408,415],when:[9,30,41,249,259,260,303,305],where:[80,259,303],which:289,white:421,who:[239,416],why:[294,295,297,302,304,308,310,311,316],wishlist:403,within:[18,259],work:[41,50,90,251,311,319],world:72,write:[44,47,244,273],xapian:[57,65],xapianact:6,xfermailbox:347,yet:90,you:[71,239],your:[0,53,80,240,418],yourself:81,zone:88,zoneinfo:[6,88]}})
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Setup &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Setup &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="genindex.html"/>
3636 <link rel="search" title="Search" href="search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="index.html"/>
3838 <link rel="next" title="Compiling" href="imap/developer/compiling.html"/>
3939 <link rel="prev" title="Concepts" href="imap/concepts/overview_and_concepts.html"/>
4040
761761
762762 <div role="navigation" aria-label="breadcrumbs navigation">
763763 <ul class="wy-breadcrumbs">
764 <li><a href="index.html">Docs v3.4.0</a> &raquo;</li>
764 <li><a href="index.html">Docs v3.4.1</a> &raquo;</li>
765765
766766 <li>Setup</li>
767767 <li class="wy-breadcrumbs-aside">
866866 <script type="text/javascript">
867867 var DOCUMENTATION_OPTIONS = {
868868 URL_ROOT:'./',
869 VERSION:'3.4.0',
869 VERSION:'3.4.1',
870870 COLLAPSE_INDEX:false,
871871 FILE_SUFFIX:'.html',
872872 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Sitemap &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Sitemap &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="genindex.html"/>
3636 <link rel="search" title="Search" href="search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="index.html"/>
3838
3939
4040
759759
760760 <div role="navigation" aria-label="breadcrumbs navigation">
761761 <ul class="wy-breadcrumbs">
762 <li><a href="index.html">Docs v3.4.0</a> &raquo;</li>
762 <li><a href="index.html">Docs v3.4.1</a> &raquo;</li>
763763
764764 <li>Sitemap</li>
765765 <li class="wy-breadcrumbs-aside">
26122612 <script type="text/javascript">
26132613 var DOCUMENTATION_OPTIONS = {
26142614 URL_ROOT:'./',
2615 VERSION:'3.4.0',
2615 VERSION:'3.4.1',
26162616 COLLAPSE_INDEX:false,
26172617 FILE_SUFFIX:'.html',
26182618 HAS_SOURCE: true
00 <?xml version='1.0' encoding='UTF-8'?>
1 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.7.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/authentication-ldap.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/locations/archive-partitions.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.9.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/altnamespace.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/preface.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/API/cyrusdb2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.0.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/distributions/centos.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/locking.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-sharedfilesystem-gpfs.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/feature-database-backend.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cvt_cyrusdb.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_df.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/databases.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-coredump.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_dbtool.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/master.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.8.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.2/2.2.x.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/thoughts/improved_mboxlist_sort.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/install-xapian.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/namespaces.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/thoughts/backup.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/reloading.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/replication_protocol.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/httptest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/commands.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.18.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.19.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.10.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.11.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.12.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.13.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.14.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.15.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.16.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.17.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/authentication-kerberos.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyrdump.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/feature-duplicate-delivery.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/download.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_sequence.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/dav-collection-mgmt.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/delayed-delete.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/mupdate.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_info.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/quotas/quotaroots.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/fetchnews.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/proxyd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/documentation.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/support/feedback-mailing-lists.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/jmap.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/API/cyrusdb.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/mailbox-distribution.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-toomanyprocesses.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.0-beta3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/eventsource.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/namespaces.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/dav-components.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_virusscan.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/nntpd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/nntptest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/support/feedback-bugs.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/deleting.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/promstatsd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/locations/configuration-state.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/murder/murder-concepts.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/http/jmap.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyradm.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/pop3test.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/setup.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/murder/murder-mupdate-details.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/mknewsgroups.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.4/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/pop3proxyd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/quickstart.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/overview/about_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/sync_server.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-mixedcase.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-pop3slow.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta11.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta10.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/mail-spool-partitions.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-mailbox-doesnotexist.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/locations/searchtiers.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/API/index-api.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/operations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/compiling.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.0.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/http/rss.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.7.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.8.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.9.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.8.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.9.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.0.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.7.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/var_directory_structure.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/translatesieve.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/performance_recommendations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/access-control/combining-rights.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/architecture.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/squatter.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/libraries.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.4/x/3.4.0-beta1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.4/x/3.4.0-beta3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.4/x/3.4.0-beta2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/sievec.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/sieved.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/mailbox-quota.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/tls_prune.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/github-guide.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/mupdatetest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/squatter.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/idled.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/prot.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/access-control/defaults.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/message-annotations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/mailbox_creation_distribution.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/backupd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/install-install-help.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-freezes.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/access-control.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.0-beta4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/distributions/ubuntu.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/API.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-deliverdb-size.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/mailbox-operations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.7.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-vacation-mailfrom.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/mbpath.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/single-instance-store.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.8.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.9.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-deleted-expired-expunged-purged.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_userseen.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-reconstruct.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_expire.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/pop3d.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/namelocks.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/protlayer.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.0/2.0.x.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/replication_examples.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/mailbox-format.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ctl_mboxlist.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.14.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_backup.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/support/feedback-irc.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.10.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.11.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.12.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.13.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/event-notifications.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/install-compilationerrors.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/installsieve.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/manage-dav.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/interop-sieve-exim.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/sealed-system.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.1/2.1.x.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/distributions/debian.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/overview_and_concepts.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/rehash.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/rfc-support.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/process.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_deny.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cvt_xlist_specialuse.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/upgrade.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ipurge.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/shared-seen-state.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/authentication-sql.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/quotas/quotatypes.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/splitting-metadata.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/overview/who_is_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/httpd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/replication.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/imtest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-otherdatabases.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/userdeny.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/chk_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/nginx-proxy.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/supported-platforms.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/hacking.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/releasing.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/monitoring.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-gdb.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/mkimap.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.8.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/sync_client.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-telemetry.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/nntp.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sieve.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.20.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/config-mailboxdistribution.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/mailbox-annotations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.4/x/3.4.0.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/interop-barenewlines.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/r-publicssharedfolders.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/restore.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/quota.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/unit-tests.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/configs/krb.equiv.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/access-control/identifiers.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.3/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/thoughts/notes.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.15.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/quotas.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/lmtpproxyd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ptexpire.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/1/1.x.x.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-unable-join-environment.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/lmtptest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/smtptest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/thoughts/caldav_scheduling_flowchart.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/overview/cyrus_history.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ctl_backups.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/ports/services.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/overview.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/mbexamine.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/archiving.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/storage.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/getcyrus.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/sync_reset.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/http/webdav.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/fud.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/quota.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/libraries/imclient.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-beta1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-beta3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-beta2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-beta5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-beta4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-beta6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-rc4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/masssievec.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-rc2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-rc3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-rc1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/glossary.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/reconstructing.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/overview.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/sieveshell.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/styles.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/delayed-expunge.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/r-murder-ha.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/server-aggregation.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta7.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta9.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta8.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.18.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.19.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.14.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.15.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.16.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.17.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.10.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.11.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.12.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.13.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/murder/murder-mail-delivery.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/unexpunge.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_buildinfo.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/synctest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/locations/hashing.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/support/feedback-meetings.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/automatic-creation-of-mailboxes.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/reconstruct.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/imapd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.7.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/install-linkerwarnings.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.9.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/backups.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/r-subfolders.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.5/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/locations/mailspool.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.0-dev.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-delete-mailbox.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/ports/sockets.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/sivtest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/special_chars.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/arbitron.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/interop-slow-delivery.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/thoughts/prot-events.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-configdir-tempfs.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/timsieved.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/deployment_scenarios.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/smmapd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/virus.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ptloader.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/http/caldav.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/caldav-collections.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/thoughts.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/quickstart/introduction.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-annotations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/cyrusworks.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/internationalization.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/configs/imapd.conf.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.0-rc1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/overview/cyrus_roadmap.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/arbitronsort.pl.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/murder/murder.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/sitemap.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/API/mailbox-api.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/dav_reconstruct.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/mailbox-metadata-partitions.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ctl_deliver.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_synclog.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ctl_cyrusdb.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/distributions/fedora.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.3/x/3.3.0.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.3/x/3.3.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/support.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.21.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.20.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.22.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/access-control.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/http/carddav.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/developer-testing.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/carddav.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/administration-running.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/interop-8bit.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/distributions/rhel.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/mbtool.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/deliver.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.4/x/3.4.0-rc1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/ports-sockets.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/access-control/rights-reference.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.15.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.16.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.17.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.10.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.11.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.12.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.13.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.0.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ctl_zoneinfo.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/contribute.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/r-pop3-logging.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/distributions/opensuse.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/notifyd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/locations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/configs/cyrus.conf.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ctl_conversationsdb.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/known_protocol_limitations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/tweaking.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faq.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/murder/murder-installation.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/duplicate-message-delivery-suppression.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/overview/cyrus_bylaws.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/authentication_and_authorization.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/developers.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/overview/what_is_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/murder/murder-failure-modes.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/lmtpd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/installing.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-acls.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ptdump.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/ancient-releasing.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/virtual-domains.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/thoughts/bytecode.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/packagers.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/server-side-filtering.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/mta/configuration.html</loc></url></urlset>
1 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.7.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/authentication-ldap.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/locations/archive-partitions.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.9.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/altnamespace.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/preface.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/API/cyrusdb2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.0.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/distributions/centos.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/locking.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-sharedfilesystem-gpfs.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/feature-database-backend.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cvt_cyrusdb.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_df.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/databases.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-coredump.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_dbtool.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/master.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.8.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.2/2.2.x.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/thoughts/improved_mboxlist_sort.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/install-xapian.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/namespaces.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/thoughts/backup.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/reloading.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/replication_protocol.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/httptest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/commands.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.18.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.19.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.10.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.11.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.12.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.13.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.14.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.15.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.16.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.17.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/authentication-kerberos.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyrdump.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/feature-duplicate-delivery.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/download.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_sequence.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/dav-collection-mgmt.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/delayed-delete.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/mupdate.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_info.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/quotas/quotaroots.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/fetchnews.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/proxyd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/documentation.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/support/feedback-mailing-lists.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/jmap.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/API/cyrusdb.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/mailbox-distribution.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-toomanyprocesses.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.0-beta3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/eventsource.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/namespaces.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/dav-components.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_virusscan.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/nntpd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/nntptest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/support/feedback-bugs.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/deleting.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/promstatsd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/locations/configuration-state.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/murder/murder-concepts.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/http/jmap.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyradm.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/pop3test.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/setup.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/murder/murder-mupdate-details.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/mknewsgroups.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.4/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/pop3proxyd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/quickstart.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/overview/about_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/sync_server.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-mixedcase.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-pop3slow.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta11.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta10.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/mail-spool-partitions.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-mailbox-doesnotexist.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/locations/searchtiers.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/API/index-api.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/operations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/compiling.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.0.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/http/rss.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.7.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.8.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.9.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.8.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.9.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.0.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.7.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/var_directory_structure.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/translatesieve.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/performance_recommendations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/access-control/combining-rights.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/architecture.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/squatter.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/libraries.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.4/x/3.4.0-beta1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.4/x/3.4.0-beta3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.4/x/3.4.0-beta2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/sievec.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/sieved.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/mailbox-quota.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/tls_prune.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/github-guide.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/mupdatetest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/squatter.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/idled.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/prot.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/interop-barenewlines.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/access-control/defaults.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/message-annotations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/mailbox_creation_distribution.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/backupd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/install-install-help.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-freezes.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/access-control.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.0-beta4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/distributions/ubuntu.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/API.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-deliverdb-size.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/mailbox-operations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.7.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-vacation-mailfrom.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/mbpath.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/single-instance-store.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.8.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.9.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-deleted-expired-expunged-purged.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_userseen.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-reconstruct.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_expire.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/pop3d.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/namelocks.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/protlayer.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.0/2.0.x.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/replication_examples.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/mailbox-format.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ctl_mboxlist.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.14.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_backup.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/support/feedback-irc.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.10.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.11.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.12.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.13.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/event-notifications.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/install-compilationerrors.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/installsieve.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/manage-dav.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/interop-sieve-exim.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/sealed-system.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.1/2.1.x.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/distributions/debian.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/overview_and_concepts.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/rehash.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/rfc-support.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/process.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_deny.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cvt_xlist_specialuse.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/upgrade.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ipurge.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/shared-seen-state.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/authentication-sql.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/quotas/quotatypes.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/splitting-metadata.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/overview/who_is_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/httpd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/replication.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/imtest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-otherdatabases.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/userdeny.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/chk_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/nginx-proxy.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/supported-platforms.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/hacking.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/releasing.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/monitoring.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-gdb.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/mkimap.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.8.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/sync_client.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-telemetry.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/nntp.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sieve.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.20.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/config-mailboxdistribution.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/mailbox-annotations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.4/x/3.4.0.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.4/x/3.4.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/r-publicssharedfolders.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/restore.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/quota.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/unit-tests.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/configs/krb.equiv.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/access-control/identifiers.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.3/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/thoughts/notes.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.15.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/quotas.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/lmtpproxyd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ptexpire.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/1/1.x.x.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-unable-join-environment.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/lmtptest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/smtptest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/thoughts/caldav_scheduling_flowchart.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/overview/cyrus_history.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ctl_backups.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/ports/services.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/overview.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/mbexamine.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/archiving.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/storage.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/getcyrus.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/sync_reset.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/http/webdav.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/fud.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/quota.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/libraries/imclient.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-beta1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-beta3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-beta2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-beta5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-beta4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-beta6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-rc4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/masssievec.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-rc2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-rc3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0-rc1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/glossary.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/reconstructing.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/overview.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/sieveshell.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/styles.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/delayed-expunge.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/r-murder-ha.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/server-aggregation.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta7.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta9.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4-dav/x/2.4.17-caldav-beta8.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.18.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.19.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.14.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.15.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.16.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.17.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.10.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.11.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.12.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/x/2.3.13.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/murder/murder-mail-delivery.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/unexpunge.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_buildinfo.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/synctest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.3/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/locations/hashing.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/support/feedback-meetings.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/automatic-creation-of-mailboxes.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/reconstruct.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/imapd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.0.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.7.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/install-linkerwarnings.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.0/x/3.0.9.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/backups.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/r-subfolders.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.5/index.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/locations/mailspool.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.0-dev.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-delete-mailbox.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/ports/sockets.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/sivtest.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/special_chars.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/arbitron.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/interop-slow-delivery.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/thoughts/prot-events.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-configdir-tempfs.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/timsieved.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/deployment_scenarios.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/smmapd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/virus.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ptloader.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/http/caldav.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/caldav-collections.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/thoughts.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/quickstart/introduction.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-annotations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/cyrusworks.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/guidance/internationalization.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/configs/imapd.conf.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.0-rc1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/overview/cyrus_roadmap.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/arbitronsort.pl.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/murder/murder.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/sitemap.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/API/mailbox-api.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/usercommands/dav_reconstruct.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/mailbox-metadata-partitions.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ctl_deliver.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/cyr_synclog.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ctl_cyrusdb.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/distributions/fedora.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.3/x/3.3.0.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.3/x/3.3.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/support.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.21.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.20.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.4/x/2.4.22.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/access-control.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/http/carddav.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/developer-testing.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/carddav.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/sop/administration-running.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/interop-8bit.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/distributions/rhel.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/mbtool.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/deliver.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.4/x/3.4.0-rc1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/ports-sockets.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/access-control/rights-reference.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.15.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.16.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.17.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.10.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.11.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.12.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/2.5/x/2.5.13.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.3.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.0.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.1.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.6.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.7.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.4.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.2/x/3.2.5.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ctl_zoneinfo.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/contribute.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/r-pop3-logging.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/distributions/opensuse.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/notifyd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/locations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/configs/cyrus.conf.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ctl_conversationsdb.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/known_protocol_limitations.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/tweaking.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faq.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/murder/murder-installation.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/duplicate-message-delivery-suppression.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/overview/cyrus_bylaws.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/deployment/authentication_and_authorization.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/developers.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/overview/what_is_cyrus.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/admin/murder/murder-failure-modes.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/lmtpd.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/installing.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/faqs/o-acls.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/reference/manpages/systemcommands/ptdump.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/ancient-releasing.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/release-notes/3.1/x/3.1.2.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/virtual-domains.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/developer/thoughts/bytecode.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/packagers.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/concepts/features/server-side-filtering.html</loc></url><url><loc>https://www.cyrusimap.org/3.4/imap/download/installation/mta/configuration.html</loc></url></urlset>
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Document Conventions &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Document Conventions &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="genindex.html"/>
3636 <link rel="search" title="Search" href="search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="index.html"/>
3838
3939
4040
759759
760760 <div role="navigation" aria-label="breadcrumbs navigation">
761761 <ul class="wy-breadcrumbs">
762 <li><a href="index.html">Docs v3.4.0</a> &raquo;</li>
762 <li><a href="index.html">Docs v3.4.1</a> &raquo;</li>
763763
764764 <li>Document Conventions</li>
765765 <li class="wy-breadcrumbs-aside">
872872 <script type="text/javascript">
873873 var DOCUMENTATION_OPTIONS = {
874874 URL_ROOT:'./',
875 VERSION:'3.4.0',
875 VERSION:'3.4.1',
876876 COLLAPSE_INDEX:false,
877877 FILE_SUFFIX:'.html',
878878 HAS_SOURCE: true
77
88 <meta name="viewport" content="width=device-width, initial-scale=1.0">
99
10 <title>Support/Community &mdash; Cyrus IMAP 3.4.0 documentation</title>
10 <title>Support/Community &mdash; Cyrus IMAP 3.4.1 documentation</title>
1111
1212
1313
3434 <link rel="index" title="Index"
3535 href="genindex.html"/>
3636 <link rel="search" title="Search" href="search.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.0 documentation" href="index.html"/>
37 <link rel="top" title="Cyrus IMAP 3.4.1 documentation" href="index.html"/>
3838 <link rel="next" title="Reporting Bugs" href="imap/support/feedback-bugs.html"/>
3939 <link rel="prev" title="Unit Tests" href="imap/developer/unit-tests.html"/>
4040
761761
762762 <div role="navigation" aria-label="breadcrumbs navigation">
763763 <ul class="wy-breadcrumbs">
764 <li><a href="index.html">Docs v3.4.0</a> &raquo;</li>
764 <li><a href="index.html">Docs v3.4.1</a> &raquo;</li>
765765
766766 <li>Support/Community</li>
767767 <li class="wy-breadcrumbs-aside">
827827 <script type="text/javascript">
828828 var DOCUMENTATION_OPTIONS = {
829829 URL_ROOT:'./',
830 VERSION:'3.4.0',
830 VERSION:'3.4.1',
831831 COLLAPSE_INDEX:false,
832832 FILE_SUFFIX:'.html',
833833 HAS_SOURCE: true
161161
162162 Usage: "|imap_current_stable_version|"
163163
164 Produces 3.4.0.
164 Produces 3.4.1.
165165
166166
167167 Conventions: Man Pages
3636 pre-built documentation.
3737
3838 Download a versioned tarball using HTTPS. Latest stable version is
39 3.4.0.
39 3.4.1.
4040
4141 Extract the tarball:
4242
2020 * Cyrus IMAP 3.2.5 Release Notes
2121
2222 * Cyrus IMAP 3.2.6 Release Notes
23
24 * Cyrus IMAP 3.2.7 Release Notes
0
1 Cyrus IMAP 3.2.7 Release Notes
2 ******************************
3
4 Download from GitHub:
5
6 * https://github.com/cyrusimap/cyrus-
7 imapd/releases/download/cyrus- imapd-3.2.7/cyrus-
8 imapd-3.2.7.tar.gz
9
10 * https://github.com/cyrusimap/cyrus-
11 imapd/releases/download/cyrus- imapd-3.2.7/cyrus-
12 imapd-3.2.7.tar.gz.sig
13
14
15 Changes since 3.2.6
16 ===================
17
18
19 Security fixes:
20 ---------------
21
22 * Fixed CVE-2021-32056: Remote authenticated users could bypass
23 intended access restrictions on certain server annotations.
24 Additionally, a long-standing bug in replication did not allow
25 server annotations to be replicated. Combining these two bugs, a
26 remote authenticated user could stall replication, requiring
27 administrator intervention.
28
29
30 Build changes
31 -------------
32
33 * Fixed: various symbols were missing explicit symbol visibility
34
35
36 Bug fixes
37 ---------
38
39 * Fixed Issue #3225: xapian get_stopper() did not use the cached
40 stoppers (thanks Дилян Палаузов)
41
42 * Fixed Issue #2882: reordered HTTP auth schemes to order expected
43 by browsers
1010 * Cyrus IMAP 3.4.0-rc1 Release Notes
1111
1212 * Cyrus IMAP 3.4.0 Release Notes
13
14 * Cyrus IMAP 3.4.1 Release Notes
0
1 Cyrus IMAP 3.4.1 Release Notes
2 ******************************
3
4 Download from GitHub:
5
6 * https://github.com/cyrusimap/cyrus-
7 imapd/releases/download/cyrus- imapd-3.4.1/cyrus-
8 imapd-3.4.1.tar.gz
9
10 * https://github.com/cyrusimap/cyrus-
11 imapd/releases/download/cyrus- imapd-3.4.1/cyrus-
12 imapd-3.4.1.tar.gz.sig
13
14
15 Changes since 3.4.0
16 ===================
17
18
19 Security fixes:
20 ---------------
21
22 * Fixed CVE-2021-32056: Remote authenticated users could bypass
23 intended access restrictions on certain server annotations.
24 Additionally, a long-standing bug in replication did not allow
25 server annotations to be replicated. Combining these two bugs, a
26 remote authenticated user could stall replication, requiring
27 administrator intervention.
28
29
30 Build changes
31 -------------
32
33 * Fixed Issue #3462: using GLIBC-only macro to check for GCC
34 features (thanks Andy Fiddaman)
35
36
37 Bug fixes
38 ---------
39
40 * Fixed Issue #3456: per-server annotations were unable to replicate
41
42 * Fixed Issue #3468: *ctl_cyrusdb -r* assertion on startup when
43 mboxlist_db configured to "skiplist" (thanks Felix J. Ogris)
44
45 * Fixed: JMAP email updates must result in non-empty mailboxIds
46
47 * Fixed: output JMAP dates as Dates, not UTCDates
48
49
50 Fixes to nonstandard JMAP extensions
51 ------------------------------------
52
53 (These extensions are not yet formally standardised, and are only
54 available with the *jmap_nonstandard_extensions* imapd.conf(5) option
55 enabled.)
56
57 * Fixed: JMAP Calendars Extension - gracefully handle empty property
58 values
59
60 * Fixed: JMAP Calendars Extension - ignore empty string default
61 values in events
62
63 * Fixed: JMAP Calendars Extension - do not use Participant.email for
64 scheduling
44 Cyrus IMAP is an email, contacts and calendar server. Cyrus is free
55 and open source.
66
7 * This is the documentation for version 3.4.0 of Cyrus IMAP:
7 * This is the documentation for version 3.4.1 of Cyrus IMAP:
88 **stable** branch.
99
1010 * The latest development version 3.5.0-alpha0 is at
1515 The first place to start with a new installation of Cyrus IMAP is with
1616 your OS distribution of choice and their packaging, where available.
1717
18 If there is no Cyrus IMAP 3.4.0 package available yet from your
18 If there is no Cyrus IMAP 3.4.1 package available yet from your
1919 distro, download the official source tarball from GitHub. The
2020 Compiling guide will help you get it built and installed.
2121
9696 # May need to also update toplevel index.rst to point to other versions.
9797 #
9898 # The short X.Y version.
99 version = '3.4.0'
99 version = '3.4.1'
100100 # The full version, including alpha/beta/rc tags.
101 release = '3.4.0'
101 release = '3.4.1'
102102
103103 # The language for content autogenerated by Sphinx. Refer to documentation
104104 # for a list of supported languages.
428428 # When this is updated, you may also need to update the version and release
429429 # definitions listed above to stay up to date.
430430 rst_prolog = """
431 .. |imap_last_stable_version| replace:: 3.2.6
431 .. |imap_last_stable_version| replace:: 3.2.7
432432 .. |imap_last_stable_branch| replace:: `cyrus-imapd-3.2`
433 .. |imap_current_stable_version| replace:: 3.4.0
433 .. |imap_current_stable_version| replace:: 3.4.1
434434 .. |imap_current_stable_branch| replace:: `cyrus-imapd-3.4`
435435 .. |imap_latest_development_version| replace:: 3.5.0-alpha0
436436 .. |imap_latest_development_branch| replace:: master
445445 .. |sasl_current_stable_version| replace:: 2.1.27
446446 .. |imap_stable_release_notes| raw:: html
447447
448 <a href="3.4/x/3.4.0.html">3.4.0</a>
448 <a href="3.4/x/3.4.1.html">3.4.1</a>
449449
450450 .. |imap_development_release_notes| raw:: html
451451
0 :tocdepth: 3
1
2 ==============================
3 Cyrus IMAP 3.2.7 Release Notes
4 ==============================
5
6 Download from GitHub:
7
8 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.7/cyrus-imapd-3.2.7.tar.gz
9 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.7/cyrus-imapd-3.2.7.tar.gz.sig
10
11 .. _relnotes-3.2.7-changes:
12
13 Changes since 3.2.6
14 ===================
15
16 Security fixes:
17 ---------------
18
19 * Fixed CVE-2021-32056_: Remote authenticated users could bypass intended
20 access restrictions on certain server annotations. Additionally, a
21 long-standing bug in replication did not allow server annotations to be
22 replicated. Combining these two bugs, a remote authenticated user could
23 stall replication, requiring administrator intervention.
24
25 .. _CVE-2021-32056: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32056
26
27 Build changes
28 -------------
29
30 * Fixed: various symbols were missing explicit symbol visibility
31
32 Bug fixes
33 ---------
34
35 * Fixed :issue:`3225`: xapian get_stopper() did not use the cached stoppers
36 (thanks Дилян Палаузов)
37 * Fixed :issue:`2882`: reordered HTTP auth schemes to order expected by browsers
0 :tocdepth: 3
1
2 ==============================
3 Cyrus IMAP 3.4.1 Release Notes
4 ==============================
5
6 Download from GitHub:
7
8 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.4.1/cyrus-imapd-3.4.1.tar.gz
9 * https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.4.1/cyrus-imapd-3.4.1.tar.gz.sig
10
11 .. _relnotes-3.4.1-changes:
12
13 Changes since 3.4.0
14 ===================
15
16 Security fixes:
17 ---------------
18
19 * Fixed CVE-2021-32056_: Remote authenticated users could bypass intended
20 access restrictions on certain server annotations. Additionally, a
21 long-standing bug in replication did not allow server annotations to be
22 replicated. Combining these two bugs, a remote authenticated user could
23 stall replication, requiring administrator intervention.
24
25 .. _CVE-2021-32056: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32056
26
27 Build changes
28 -------------
29
30 * Fixed :issue:`3462`: using GLIBC-only macro to check for GCC features
31 (thanks Andy Fiddaman)
32
33 Bug fixes
34 ---------
35
36 * Fixed :issue:`3456`: per-server annotations were unable to replicate
37 * Fixed :issue:`3468`: `ctl_cyrusdb -r` assertion on startup when mboxlist_db
38 configured to "skiplist" (thanks Felix J. Ogris)
39 * Fixed: JMAP email updates must result in non-empty mailboxIds
40 * Fixed: output JMAP dates as Dates, not UTCDates
41
42 Fixes to nonstandard JMAP extensions
43 ------------------------------------
44
45 (These extensions are not yet formally standardised, and are only available
46 with the `jmap_nonstandard_extensions` :cyrusman:`imapd.conf(5)` option
47 enabled.)
48
49 * Fixed: JMAP Calendars Extension - gracefully handle empty property values
50 * Fixed: JMAP Calendars Extension - ignore empty string default values in
51 events
52 * Fixed: JMAP Calendars Extension - do not use Participant.email for scheduling
28772877
28782878 keylen = make_key(mboxname, uid, entry, userid, key, sizeof(key));
28792879
2880 struct annotate_metadata oldmdata;
2881 r = read_old_value(d, key, keylen, &oldval, &oldmdata);
2882 if (r) goto out;
2883
2884 /* if the value is identical, don't touch the mailbox */
2885 if (oldval.len == value->len && (!value->len || !memcmp(oldval.s, value->s, value->len)))
2886 goto out;
2887
2888 if (!maywrite) {
2889 r = IMAP_PERMISSION_DENIED;
2890 if (r) goto out;
2891 }
2892
28802893 if (mailbox) {
2881 struct annotate_metadata oldmdata;
2882 r = read_old_value(d, key, keylen, &oldval, &oldmdata);
2883 if (r) goto out;
2884
2885 /* if the value is identical, don't touch the mailbox */
2886 if (oldval.len == value->len && (!value->len || !memcmp(oldval.s, value->s, value->len)))
2887 goto out;
2888
28892894 if (!ignorequota) {
28902895 quota_t qdiffs[QUOTA_NUMRESOURCES] = QUOTA_DIFFS_DONTCARE_INITIALIZER;
28912896 qdiffs[QUOTA_ANNOTSTORAGE] = value->len - (quota_t)oldval.len;
28922897 r = mailbox_quota_check(mailbox, qdiffs);
2893 if (r) goto out;
2894 }
2895
2896 if (!maywrite) {
2897 r = IMAP_PERMISSION_DENIED;
28982898 if (r) goto out;
28992899 }
29002900
20032003 return r;
20042004 }
20052005
2006 static const char *find_participant_by_addr(json_t *participants, const char *addr)
2007 {
2008 if (!strncasecmp(addr, "mailto:", 7)) addr += 7;
2009
2010 const char *id;
2011 json_t *jpart;
2012 json_object_foreach(participants, id, jpart) {
2013 json_t *jsendTo = json_object_get(jpart, "sendTo");
2014 const char *val = json_string_value(json_object_get(jsendTo, "imip"));
2015 if (val && !strncasecmp(val, "mailto:", 7)) {
2016 val += 7;
2017 }
2018 else if (!val) {
2019 // email shouldn't be used for scheduling, but it allows
2020 // to identify the Participant by their email address
2021 val = json_string_value(json_object_get(jpart, "email"));
2022 }
2023 if (!strcasecmpsafe(val, addr)) {
2024 return id;
2025 }
2026 }
2027
2028 return NULL;
2029 }
2030
20062031 static int getcalendarevents_cb(void *vrock, struct caldav_data *cdata)
20072032 {
20082033 struct getcalendarevents_rock *rock = vrock;
20552080 ical = NULL;
20562081
20572082 /* Add participant id */
2083 json_t *jparticipants = json_object_get(jsevent, "participants");
20582084 const char *participant_id = NULL;
20592085 int i;
20602086 for (i = 0; i < strarray_size(&schedule_addresses); i++) {
2061 const char *test = strarray_nth(&schedule_addresses, i);
2062 if (!strncasecmp(test, "mailto:", 7)) test += 7;
2063 const char *key;
2064 json_t *participant;
2065 json_object_foreach(json_object_get(jsevent, "participants"), key, participant) {
2066 const char *email = json_string_value(json_object_get(participant, "email"));
2067 if (!email) continue;
2068 if (!strncasecmp(email, "mailto:", 7)) email += 7;
2069 if (!strcasecmp(email, test)) {
2070 participant_id = key;
2071 break;
2072 }
2073 }
2087 participant_id = find_participant_by_addr(jparticipants,
2088 strarray_nth(&schedule_addresses, i));
20742089 if (participant_id) break;
20752090 }
20762091 json_object_set_new(jsevent, "participantId", participant_id ?
25702585
25712586 }
25722587
2588 static const char *validate_participant_id(json_t *event,
2589 strarray_t *schedule_addresses,
2590 json_t *invalid)
2591 {
2592 json_t *jparticipantId = json_object_get(event, "participantId");
2593 if (json_is_string(jparticipantId)) {
2594 const char *participant_id = json_string_value(jparticipantId);
2595 json_t *jparticipants = json_object_get(event, "participants");
2596 json_t *jpart = json_object_get(jparticipants, participant_id);
2597
2598 json_t *jsendTo = json_object_get(jpart, "sendTo");
2599 const char *val = json_string_value(json_object_get(jsendTo, "imip"));
2600 if (val && !strncasecmp(val, "mailto:", 7)) {
2601 val += 7;
2602 }
2603 else if (!val) {
2604 // email shouldn't be used for scheduling, but it allows
2605 // to identify the Participant by their email address
2606 val = json_string_value(json_object_get(jpart, "email"));
2607 }
2608 if (val && *val) {
2609 /* Found the participant. Reset schedule address. */
2610 strarray_addfirst_case(schedule_addresses, val);
2611 return participant_id;
2612 }
2613 else {
2614 json_array_append_new(invalid, json_string("participantId"));
2615 }
2616 }
2617 else if (JNOTNULL(jparticipantId)) {
2618 json_array_append_new(invalid, json_string("participantId"));
2619 }
2620 return NULL;
2621 }
2622
2623
25732624 static int setcalendarevents_create(jmap_req_t *req,
25742625 const char *account_id,
25752626 json_t *event,
26712722 ical = jmapical_toical(event, NULL, invalid);
26722723
26732724 // check that participantId is either not present or is a valid participant
2674 json_t *jparticipantId = json_object_get(event, "participantId");
2675 if (json_is_string(jparticipantId)) {
2676 const char *participant_id = json_string_value(jparticipantId);
2677 json_t *participants = json_object_get(event, "participants");
2678 json_t *participant = json_object_get(participants, participant_id);
2679 const char *email = json_string_value(json_object_get(participant, "email"));
2680 if (email) strarray_addfirst_case(&schedule_addresses, email);
2681 else json_array_append_new(invalid, json_string("participantId"));
2682 }
2683 else if (JNOTNULL(jparticipantId)) {
2684 json_array_append_new(invalid, json_string("participantId"));
2685 }
2725 validate_participant_id(event, &schedule_addresses, invalid);
26862726
26872727 if (json_array_size(invalid)) {
26882728 r = 0;
28582898 json_object_del(old_event, "updated");
28592899
28602900 /* Add participant id to old_event */
2901 json_t *jparticipants = json_object_get(old_event, "participants");
28612902 const char *participant_id = NULL;
28622903 int i;
28632904 for (i = 0; i < strarray_size(schedule_addresses); i++) {
2864 const char *test = strarray_nth(schedule_addresses, i);
2865 if (!strncasecmp(test, "mailto:", 7)) test += 7;
2866 const char *key;
2867 json_t *participant;
2868 json_object_foreach(json_object_get(old_event, "participants"), key, participant) {
2869 const char *email = json_string_value(json_object_get(participant, "email"));
2870 if (!email) continue;
2871 if (!strncasecmp(email, "mailto:", 7)) email += 7;
2872 if (!strcasecmp(email, test)) {
2873 participant_id = key;
2874 break;
2875 }
2876 }
2905 participant_id = find_participant_by_addr(jparticipants,
2906 strarray_nth(schedule_addresses, i));
28772907 if (participant_id) break;
28782908 }
28792909 json_object_set_new(old_event, "participantId", participant_id ?
28802910 json_string(participant_id) : json_null());
2881
28822911
28832912 if (recurid) {
28842913 /* Update or create an override */
30673096 }
30683097
30693098 // check that participantId is either not present or is a valid participant
3070 participant_id = NULL;
3071 json_t *jparticipantId = json_object_get(new_event, "participantId");
3072 if (json_is_string(jparticipantId)) {
3073 participant_id = json_string_value(jparticipantId);
3074 json_t *participants = json_object_get(new_event, "participants");
3075 json_t *participant = json_object_get(participants, participant_id);
3076 const char *email = json_string_value(json_object_get(participant, "email"));
3077 if (email) strarray_addfirst_case(schedule_addresses, email);
3078 else json_array_append_new(invalid, json_string("participantId"));
3079 }
3080 else if (JNOTNULL(jparticipantId)) {
3081 json_array_append_new(invalid, json_string("participantId"));
3082 }
3099 participant_id = validate_participant_id(new_event, schedule_addresses, invalid);
30833100
30843101 /* Determine if to bump sequence */
30853102 json_t *jdiff = jmap_patchobject_create(old_event, new_event);
118118
119119 static const char *sha1key(const char *val, char *keybuf)
120120 {
121 if (!val) return NULL;
122
121123 unsigned char dest[SHA1_DIGEST_LENGTH];
122124
123125 xsha1((const unsigned char *) val, strlen(val), dest);
127129 return keybuf;
128130 }
129131
130 static char *mailaddr_from_uri(const char *uri)
131 {
132 if (!uri || strncasecmp(uri, "mailto:", 7)) {
133 return NULL;
134 }
135 uri += 7;
136 const char *p = strchr(uri, '?');
137 if (!p) return address_canonicalise(uri);
138
139 char *tmp = xstrndup(uri, p - uri);
140 char *ret = address_canonicalise(uri);
141 free(tmp);
142 return ret;
143 }
144
145132 static char *normalized_uri(const char *uri)
146133 {
147134 const char *col = strchr(uri, ':');
151138 buf_setmap(&buf, uri, col - uri);
152139 buf_lcase(&buf);
153140 buf_appendcstr(&buf, col);
154 return buf_release(&buf);
155 }
156
157 static char *mailaddr_to_uri(const char *addr)
158 {
159 struct buf buf = BUF_INITIALIZER;
160 buf_setcstr(&buf, "mailto:");
161 buf_appendcstr(&buf, addr);
162141 return buf_release(&buf);
163142 }
164143
12111190 * If it isn't, this could be because an iCalendar client updated the
12121191 * property value, but kept the RSVP x-params. */
12131192 const char *caladdress = icalproperty_get_value_as_string(prop);
1193 if (!caladdress) goto done;
12141194 int caladdress_is_defined = 0;
12151195 json_t *jval;
12161196 const char *key;
12271207 json_object_set_new(rsvpTo, "other", json_string(caladdress));
12281208 }
12291209
1210 done:
12301211 if (!json_object_size(rsvpTo)) {
12311212 json_decref(rsvpTo);
12321213 rsvpTo = json_null();
12511232 json_object_set_new(p, "sendTo", sendTo ? sendTo : json_null());
12521233
12531234 /* email */
1254 char *email = NULL;
12551235 param = icalproperty_get_first_parameter(prop, ICAL_EMAIL_PARAMETER);
12561236 if (param) {
1257 email = xstrdupnull(icalparameter_get_value_as_string(param));
1258 }
1259 else if (json_object_get(sendTo, "imip")) {
1260 const char *uri = json_string_value(json_object_get(sendTo, "imip"));
1261 email = mailaddr_from_uri(uri);
1262 }
1263 json_object_set_new(p, "email", email ? json_string(email) : json_null());
1264 free(email);
1237 const char *email = icalparameter_get_value_as_string(param);
1238 if (email && *email) {
1239 json_object_set_new(p, "email", json_string(email));
1240 }
1241 }
12651242
12661243 /* name */
12671244 const char *name = NULL;
12681245 param = icalproperty_get_first_parameter(prop, ICAL_CN_PARAMETER);
12691246 if (param) {
12701247 name = icalparameter_get_cn(param);
1271 }
1272 json_object_set_new(p, "name", json_string(name ? name : ""));
1248 if (*name) json_object_set_new(p, "name", json_string(name));
1249 }
12731250
12741251 /* kind */
12751252 const char *kind = NULL;
15031480 static json_t*
15041481 participant_from_icalorganizer(icalproperty *orga)
15051482 {
1483 const char *caladdress = icalproperty_get_value_as_string(orga);
1484 if (!caladdress || !*caladdress) {
1485 return json_null();
1486 }
1487
15061488 json_t *jorga = json_pack("{s:s}", "@type", "Participant");
1489 icalparameter *param;
15071490
15081491 /* name */
1509 icalparameter *param;
1510 const char *name = NULL;
15111492 if ((param = icalproperty_get_first_parameter(orga, ICAL_CN_PARAMETER))) {
1512 name = icalparameter_get_cn(param);
1513 }
1514 json_object_set_new(jorga, "name", json_string(name ? name : ""));
1493 const char *name = icalparameter_get_cn(param);
1494 if (name && *name) {
1495 json_object_set_new(jorga, "name", json_string(name));
1496 }
1497 }
15151498
15161499 /* roles */
15171500 json_object_set_new(jorga, "roles", json_pack("{s:b}", "owner", 1));
15181501
15191502 /* sendTo */
1520 /* email */
1521 const char *caladdress = icalproperty_get_value_as_string(orga);
15221503 if (!strncasecmp(caladdress, "mailto:", 7)) {
15231504 json_object_set_new(jorga, "sendTo", json_pack("{s:s}", "imip", caladdress));
1524 char *email = mailaddr_from_uri(caladdress);
1525 json_object_set_new(jorga, "email", json_string(email));
1526 free(email);
15271505 }
15281506 else {
15291507 json_object_set_new(jorga, "sendTo", json_pack("{s:s}", "other", caladdress));
1530 json_object_set_new(jorga, "email", json_null());
1508 }
1509
1510 /* email */
1511 param = icalproperty_get_first_parameter(orga, ICAL_EMAIL_PARAMETER);
1512 if (param) {
1513 const char *email = icalparameter_get_value_as_string(param);
1514 if (email && *email) {
1515 json_object_set_new(jorga, "email", json_string(email));
1516 }
15311517 }
15321518
15331519 /* Set default values */
15561542
15571543 /* Map normalized URI to ATTENDEE */
15581544 char *uri = normalized_uri(icalproperty_get_value_as_string(prop));
1545 if (!uri) continue;
15591546 hash_insert(uri, prop, &attendee_by_uri);
15601547
15611548 /* Map mailto:URI to ID */
15741561 prop = icalcomponent_get_next_property(comp, ICAL_ATTENDEE_PROPERTY)) {
15751562
15761563 char *uri = normalized_uri(icalproperty_get_value_as_string(prop));
1564 if (!uri) continue;
15771565 const char *id = hash_lookup(uri, &id_by_uri);
15781566 json_t *p = participant_from_ical(prop, &id_by_uri, orga);
15791567 json_object_set_new(participants, id, p);
15821570
15831571 if (orga) {
15841572 const char *caladdress = icalproperty_get_value_as_string(orga);
1585 char *uri = normalized_uri(caladdress);
1586 if (!hash_lookup(uri, &attendee_by_uri)) {
1587 /* Add a default participant for the organizer. */
1588 const char *id = get_icalxparam_value(orga, JMAPICAL_XPARAM_ID);
1589 char keybuf[JMAPICAL_SHA1KEY_LEN];
1590 if (!id) id = sha1key(uri, keybuf);
1591 json_t *jorga = participant_from_icalorganizer(orga);
1592 json_object_set_new(participants, id, jorga);
1593 }
1594 free(uri);
1573 if (caladdress) {
1574 char *uri = normalized_uri(caladdress);
1575 if (!hash_lookup(uri, &attendee_by_uri)) {
1576 /* Add a default participant for the organizer. */
1577 const char *id = get_icalxparam_value(orga, JMAPICAL_XPARAM_ID);
1578 char keybuf[JMAPICAL_SHA1KEY_LEN];
1579 if (!id) id = sha1key(uri, keybuf);
1580 json_t *jorga = participant_from_icalorganizer(orga);
1581 json_object_set_new(participants, id, jorga);
1582 }
1583 free(uri);
1584 }
15951585 }
15961586
15971587 if (!json_object_size(participants)) {
16861676 const char *id = get_icalxparam_value(prop, JMAPICAL_XPARAM_ID);
16871677 char keybuf[JMAPICAL_SHA1KEY_LEN];
16881678 if (!id) id = sha1key(icalproperty_get_value_as_string(prop), keybuf);
1679 if (!id) continue;
16891680 json_t *link = link_from_ical(prop);
16901681 if (link) json_object_set_new(ret, id, link);
16911682 }
16981689 const char *id = get_icalxparam_value(prop, JMAPICAL_XPARAM_ID);
16991690 char keybuf[JMAPICAL_SHA1KEY_LEN];
17001691 if (!id) id = sha1key(icalproperty_get_value_as_string(prop), keybuf);
1692 if (!id) continue;
17011693 json_t *link = link_from_ical(prop);
17021694 if (link) json_object_set_new(ret, id, link);
17031695 }
18881880
18891881 /* name */
18901882 const char *name = icalvalue_get_text(icalproperty_get_value(prop));
1891 json_object_set_new(loc, "name", json_string(name ? name : ""));
1883 if (name) json_object_set_new(loc, "name", json_string(name));
18921884
18931885 /* rel */
18941886 const char *rel = get_icalxparam_value(prop, JMAPICAL_XPARAM_REL);
18961888
18971889 /* description */
18981890 const char *desc = get_icalxparam_value(prop, JMAPICAL_XPARAM_DESCRIPTION);
1899 if (desc) {
1891 if (desc && *desc) {
19001892 struct buf buf = BUF_INITIALIZER;
19011893 unescape_ical_text(&buf, desc);
19021894 json_object_set_new(loc, "description", json_string(buf_cstring(&buf)));
19481940 const char *p, *val = icalproperty_get_value_as_string(prop);
19491941 struct buf buf = BUF_INITIALIZER;
19501942 json_t *c;
1943
1944 if (!val) return NULL;
19511945
19521946 p = strchr(val, ';');
19531947 if (!p) return NULL;
20712065 const char *uri = icalproperty_get_value_as_string(prop);
20722066 if (uri) json_object_set_new(loc, "uri", json_string(uri));
20732067
2074 const char *name = "";
20752068 icalparameter *param = icalproperty_get_first_parameter(prop, ICAL_LABEL_PARAMETER);
2076 if (param) name = icalparameter_get_label(param);
2077 if (!name) name = "";
2078 json_object_set_new(loc, "name", json_string(name));
2069 if (param) {
2070 const char *name = icalparameter_get_label(param);
2071 if (name && *name) json_object_set_new(loc, "name", json_string(name));
2072 }
20792073
20802074 const char *desc = get_icalxparam_value(prop, JMAPICAL_XPARAM_DESCRIPTION);
2081 if (desc) {
2075 if (desc && *desc) {
20822076 struct buf buf = BUF_INITIALIZER;
20832077 unescape_ical_text(&buf, desc);
20842078 json_object_set_new(loc, "description", json_string(buf_cstring(&buf)));
23012295
23022296 /* description */
23032297 if (jmap_wantprop(props, "description") || jmap_wantprop(props, "descriptionContentType")) {
2304 const char *desc = "";
2305 prop = icalcomponent_get_first_property(comp, ICAL_DESCRIPTION_PROPERTY);
2306 if (prop) {
2307 desc = icalproperty_get_description(prop);
2308 if (!desc) desc = "";
2309 }
23102298 if (jmap_wantprop(props, "description")) {
2311 json_object_set_new(event, "description", json_string(desc));
2299 prop = icalcomponent_get_first_property(comp, ICAL_DESCRIPTION_PROPERTY);
2300 if (prop) {
2301 const char *desc = icalproperty_get_description(prop);
2302 if (desc && *desc) {
2303 json_object_set_new(event, "description", json_string(desc));
2304 }
2305 }
23122306 }
23132307 if (jmap_wantprop(props, "descriptionContentType")) {
23142308 json_object_set_new(event, "descriptionContentType", json_string("text/plain"));
28612855 /* Special-case sendTo URI values */
28622856 json_t *jsendTo1 = json_object_get(jpart1, "sendTo");
28632857 json_t *jsendTo2 = json_object_get(jpart2, "sendTo");
2864 if (jsendTo1 == NULL || jsendTo1 == json_null()) {
2865 json_t *jemail = json_object_get(jpart1, "email");
2866 if (json_is_string(jemail)) {
2867 char *tmp = strconcat("mailto:", json_string_value(jemail), NULL);
2868 json_object_set_new(jpart1, "sendTo", json_pack("{s:s}", "imip", tmp));
2869 free(tmp);
2870 }
2871 jsendTo1 = json_object_get(jpart1, "sendTo");
2872 }
2873 if (jsendTo2 == NULL || jsendTo2 == json_null()) {
2874 json_t *jemail = json_object_get(jpart2, "email");
2875 if (json_is_string(jemail)) {
2876 char *tmp = strconcat("mailto:", json_string_value(jemail), NULL);
2877 json_object_set_new(jpart2, "sendTo", json_pack("{s:s}", "imip", tmp));
2878 free(tmp);
2879 }
2880 jsendTo2 = json_object_get(jpart2, "sendTo");
2881 }
28822858 if (json_object_size(jsendTo1) != json_object_size(jsendTo2)) return 0;
28832859 if (JNOTNULL(jsendTo1)) {
28842860 json_t *juri1;
29602936 json_t *jname = json_object_get(jpart, "name");
29612937 if (json_is_string(jname)) {
29622938 const char *name = json_string_value(jname);
2963 icalproperty_add_parameter(prop, icalparameter_new_cn(name));
2964 if (is_orga) {
2965 icalproperty_add_parameter(orga, icalparameter_new_cn(name));
2939 if (*name) {
2940 icalproperty_add_parameter(prop, icalparameter_new_cn(name));
2941 if (is_orga) {
2942 icalproperty_add_parameter(orga, icalparameter_new_cn(name));
2943 }
29662944 }
29672945 }
29682946 else if (JNOTNULL(jname)) {
30112989 /* email */
30122990 json_t *jemail = json_object_get(jpart, "email");
30132991 if (json_is_string(jemail)) {
3014 const char *uri = icalproperty_get_value_as_string(prop);
30152992 const char *email = json_string_value(jemail);
3016 if (!match_uri(uri, email)) {
2993 if (*email) {
30172994 icalproperty_add_parameter(prop, icalparameter_new_email(email));
30182995 if (is_orga) {
30192996 icalproperty_add_parameter(orga, icalparameter_new_email(email));
33213298 const char *anymethod = json_object_iter_key(json_object_iter(sendTo));
33223299 caladdress = xstrdup(json_string_value(json_object_get(sendTo, anymethod)));
33233300 }
3324 else if (json_object_get(jval, "email")) {
3325 caladdress = mailaddr_to_uri(json_string_value(json_object_get(jval, "email")));
3326 }
33273301 if (!caladdress) continue; /* reported later as error */
33283302 hash_insert(key, caladdress, &caladdress_by_participant_id);
33293303 }
33733347 const char *caladdress = hash_lookup(key, &caladdress_by_participant_id);
33743348 if (!caladdress) {
33753349 jmap_parser_invalid(parser, "sendTo");
3376 jmap_parser_invalid(parser, "email");
33773350 jmap_parser_pop(parser);
33783351 continue;
33793352 }
34143387 char keybuf[JMAPICAL_SHA1KEY_LEN];
34153388 if (!oldid)
34163389 oldid = sha1key(icalproperty_get_value_as_string(prop), keybuf);
3417 if (!strcmp(id, oldid)) break;
3390 if (!strcmpsafe(id, oldid)) break;
34183391 }
34193392
34203393 return prop;
36433616 jmap_parser_invalid(parser, "descriptionContentType");
36443617 }
36453618
3646 if (desc && strlen(desc)) icalcomponent_set_description(comp, desc);
3619 if (desc && *desc) icalcomponent_set_description(comp, desc);
36473620 }
36483621
36493622 /* Create or update the VALARMs in the VEVENT component comp as defined by the
43064279 location_to_ical(icalcomponent *comp, const char *id, json_t *loc)
43074280 {
43084281 const char *name = json_string_value(json_object_get(loc, "name"));
4282 if (name && !*name) name = NULL;
43094283 const char *rel = json_string_value(json_object_get(loc, "relativeTo"));
4284 if (rel && !*rel) rel = NULL;
43104285
43114286 /* Gracefully handle bogus values */
43124287 if (rel && !strcmp(rel, "unknown")) rel = NULL;
43324307
43334308 /* description, timeZone, coordinates */
43344309 const char *s = json_string_value(json_object_get(loc, "description"));
4335 if (s) set_icalxparam(prop, JMAPICAL_XPARAM_DESCRIPTION, s, 0);
4310 if (s && *s) set_icalxparam(prop, JMAPICAL_XPARAM_DESCRIPTION, s, 0);
43364311 s = json_string_value(json_object_get(loc, "timeZone"));
4337 if (s) set_icalxparam(prop, JMAPICAL_XPARAM_TZID, s, 0);
4312 if (s && *s) set_icalxparam(prop, JMAPICAL_XPARAM_TZID, s, 0);
43384313 s = json_string_value(json_object_get(loc, "coordinates"));
4339 if (s) set_icalxparam(prop, JMAPICAL_XPARAM_GEO, s, 0);
4314 if (s && *s) set_icalxparam(prop, JMAPICAL_XPARAM_GEO, s, 0);
43404315
43414316 /* linkIds */
43424317 json_t *jval;
44264401 json_t *jname = json_object_get(loc, "name");
44274402 if (json_is_string(juri)) {
44284403 const char *name = json_string_value(jname);
4429 icalproperty_add_parameter(prop, icalparameter_new_label(name));
4404 if (*name) {
4405 icalproperty_add_parameter(prop, icalparameter_new_label(name));
4406 }
44304407 }
44314408 else {
44324409 jmap_parser_invalid(parser, "uri");
44374414 json_t *jdescription = json_object_get(loc, "description");
44384415 if (json_is_string(jdescription)) {
44394416 const char *desc = json_string_value(jdescription);
4440 set_icalxparam(prop, JMAPICAL_XPARAM_DESCRIPTION, desc, 0);
4417 if (desc && *desc) {
4418 set_icalxparam(prop, JMAPICAL_XPARAM_DESCRIPTION, desc, 0);
4419 }
44414420 }
44424421 else if (JNOTNULL(jdescription)) {
44434422 jmap_parser_invalid(parser, "description");
496496 {
497497 if (!raw) return json_null();
498498
499 time_t t;
500 if (time_from_rfc5322(raw, &t, DATETIME_FULL) == -1) {
499 struct offsettime t;
500 if (offsettime_from_rfc5322(raw, &t, DATETIME_FULL) == -1) {
501501 if (!strchr(raw, '\r')) return json_null();
502502 char *tmp = charset_unfold(raw, strlen(raw), CHARSET_UNFOLD_SKIPWS);
503 int r = time_from_rfc5322(tmp, &t, DATETIME_FULL);
503 int r = offsettime_from_rfc5322(tmp, &t, DATETIME_FULL);
504504 free(tmp);
505505 if (r == -1) return json_null();
506506 }
507507
508 char cbuf[RFC3339_DATETIME_MAX+1];
509 cbuf[RFC3339_DATETIME_MAX] = '\0';
510 time_to_rfc3339(t, cbuf, RFC3339_DATETIME_MAX+1);
508 char cbuf[ISO8601_DATETIME_MAX+1] = "";
509 offsettime_to_iso8601(&t, cbuf, sizeof(cbuf), 1);
510
511511 return json_string(cbuf);
512512 }
513513
60736073 else if (!strcmp("sentAt", lcasename)) {
60746074 jval = json_null();
60756075 if (want_form == HEADER_FORM_DATE) {
6076 struct offsettime t;
6077 if (offsettime_from_rfc5322(part->date, &t, DATETIME_FULL) != -1) {
6078 char datestr[30];
6079 offsettime_to_iso8601(&t, datestr, 30, 1);
6080 jval = json_string(datestr);
6081 }
6076 jval = _header_as_date(part->date, HEADER_FORM_DATE);
60826077 }
60836078 }
60846079 if (jval) return jval;
64586453 }
64596454 /* sentAt */
64606455 if (jmap_wantprop(props, "sentAt")) {
6461 json_t *jsent_at = json_null();
6462 struct offsettime t;
6463 if (offsettime_from_rfc5322(part->date, &t, DATETIME_FULL) != -1) {
6464 char datestr[30];
6465 offsettime_to_iso8601(&t, datestr, 30, 1);
6466 jsent_at = json_string(datestr);
6467 }
6468 json_object_set_new(email, "sentAt", jsent_at);
6456 json_object_set_new(email, "sentAt",
6457 _header_as_date(part->date, HEADER_FORM_DATE));
64696458 }
64706459
64716460 return r;
1045310442 mailboxids = NULL;
1045410443 }
1045510444 }
10445 else if (!json_object_size(mailboxids)) {
10446 jmap_parser_invalid(parser, "mailboxIds");
10447 }
1045610448 update->mailboxids = mailboxids;
1045710449
1045810450 /* Is snoozed being overwritten or patched? */
1200211994 struct email_update *update = xzmalloc(sizeof(struct email_update));
1200311995 update->email_id = email_id;
1200411996 _email_update_parse(jval, &parser, update);
11997
11998 /* Validate patched mailbox ids */
11999 if (update->patch_mailboxids && !json_array_size(parser.invalid)) {
12000 json_t *cur = _email_mailboxes(req, email_id);
12001 if (!json_object_size(cur)) {
12002 json_object_set_new(not_updated, email_id,
12003 json_pack("{s:s}", "type", "notFound"));
12004 }
12005 else {
12006 json_t *new = jmap_patchobject_apply(cur, update->mailboxids, NULL);
12007 if (!json_object_size(new)) {
12008 jmap_parser_invalid(&parser, "mailboxIds");
12009 }
12010 json_decref(new);
12011 }
12012 json_decref(cur);
12013 }
12014
12015 /* Report invalid properties */
1200512016 if (json_array_size(parser.invalid)) {
1200612017 json_object_set_new(not_updated, email_id,
1200712018 json_pack("{s:s s:O}", "type", "invalidProperties",
1200812019 "properties", parser.invalid));
12009 _email_update_free(update);
12010 }
12011 else {
12020 }
12021
12022 /* Add update to batch */
12023 if (!json_array_size(parser.invalid) &&
12024 !json_object_get(not_updated, email_id)) {
1201212025 ptrarray_append(&updates, update);
1201312026 }
12027 else _email_update_free(update);
12028
1201412029 jmap_parser_fini(&parser);
1201512030 }
1201612031 if (ptrarray_size(&updates)) {
33043304 {
33053305 struct txn *tid = NULL;
33063306 int r = 0;
3307 int modified_mbdb = 0;
33073308
33083309 init_internal();
33093310
33123313 /* remove */
33133314 r = cyrusdb_foreach(mbdb, "$RACL", 5, NULL, del_cb, &tid, &tid);
33143315 if (!r) have_racl = 0;
3316 modified_mbdb = 1;
33153317 }
33163318 if (enabled && !have_racl) {
33173319 /* add */
33243326 if (r) {
33253327 syslog(LOG_ERR, "ERROR: failed to add reverse acl support %s", error_message(r));
33263328 }
3329 modified_mbdb = 1;
33273330 mboxlist_entry_free(&mbrock.mbentry);
33283331 if (!r) r = cyrusdb_store(mbdb, "$RACL", 5, vbuf.s, vbuf.len, &tid);
33293332 if (!r) have_racl = RACL_VERSION;
33303333 buf_free(&vbuf);
33313334 }
33323335
3336 if (!modified_mbdb || !tid) return r;
3337
33333338 if (r)
33343339 cyrusdb_abort(mbdb, tid);
33353340 else
33483353 {
33493354 struct txn *tid = NULL;
33503355 int r = 0;
3356 int modified_mbdb = 0;
33513357
33523358 init_internal();
33533359
33563362 /* remove */
33573363 r = cyrusdb_foreach(mbdb, "$RUNQ", 5, NULL, del_cb, &tid, &tid);
33583364 if (!r) have_runq = 0;
3365 modified_mbdb = 1;
33593366 }
33603367 if (enabled && !have_runq) {
33613368 /* add */
33683375 if (r) {
33693376 syslog(LOG_ERR, "ERROR: failed to add reverse uniqueid support %s", error_message(r));
33703377 }
3378 modified_mbdb = 1;
33713379 mboxlist_entry_free(&mbrock.mbentry);
33723380 if (!r) r = cyrusdb_store(mbdb, "$RUNQ", 5, vbuf.s, vbuf.len, &tid);
33733381 if (!r) have_runq = RUNQ_VERSION;
33743382 buf_free(&vbuf);
33753383 }
3384
3385 if (!modified_mbdb || !tid) return r;
33763386
33773387 if (r)
33783388 cyrusdb_abort(mbdb, tid);
00 /* ANSI-C code produced by gperf version 3.0.4 */
1 /* Command-line: gperf /tmp/compile_st_NBXFPK.gperf */
1 /* Command-line: gperf /tmp/compile_st_Vc8ePJ.gperf */
22 /* Computed positions: -k'1,10,$' */
33
44 #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
219219 const char *rfc822_header_to_string(enum rfc822_header v)
220220 {
221221 static const char * const strs[] = {
222 "Bcc", /* RFC822_BCC */
223 "Cc", /* RFC822_CC */
224 "Content-Description", /* RFC822_CONTENT_DESCRIPTION */
225 "Content-Disposition", /* RFC822_CONTENT_DISPOSITION */
226 "Content-Id", /* RFC822_CONTENT_ID */
227 "Content-Language", /* RFC822_CONTENT_LANGUAGE */
228 "Content-Location", /* RFC822_CONTENT_LOCATION */
229 "Content-MD5", /* RFC822_CONTENT_MD5 */
230 "Content-Transfer-Encoding", /* RFC822_CONTENT_TRANSFER_ENCODING */
231 "Content-Type", /* RFC822_CONTENT_TYPE */
232 "Date", /* RFC822_DATE */
233 "From", /* RFC822_FROM */
234 "In-Reply-To", /* RFC822_IN_REPLY_TO */
235 "Message-ID", /* RFC822_MESSAGE_ID */
236 "Reply-To", /* RFC822_REPLY_TO */
237 "Received", /* RFC822_RECEIVED */
238 "References", /* RFC822_REFERENCES */
239 "Subject", /* RFC822_SUBJECT */
240 "Sender", /* RFC822_SENDER */
241 "To", /* RFC822_TO */
242 "X-Deliveredinternaldate", /* RFC822_X_DELIVEREDINTERNALDATE */
243 "X-ME-Message-ID", /* RFC822_X_ME_MESSAGE_ID */
222 "Bcc", /* RFC822_BCC */
223 "Cc", /* RFC822_CC */
224 "Content-Description", /* RFC822_CONTENT_DESCRIPTION */
225 "Content-Disposition", /* RFC822_CONTENT_DISPOSITION */
226 "Content-Id", /* RFC822_CONTENT_ID */
227 "Content-Language", /* RFC822_CONTENT_LANGUAGE */
228 "Content-Location", /* RFC822_CONTENT_LOCATION */
229 "Content-MD5", /* RFC822_CONTENT_MD5 */
230 "Content-Transfer-Encoding", /* RFC822_CONTENT_TRANSFER_ENCODING */
231 "Content-Type", /* RFC822_CONTENT_TYPE */
232 "Date", /* RFC822_DATE */
233 "From", /* RFC822_FROM */
234 "In-Reply-To", /* RFC822_IN_REPLY_TO */
235 "Message-ID", /* RFC822_MESSAGE_ID */
236 "Reply-To", /* RFC822_REPLY_TO */
237 "Received", /* RFC822_RECEIVED */
238 "References", /* RFC822_REFERENCES */
239 "Subject", /* RFC822_SUBJECT */
240 "Sender", /* RFC822_SENDER */
241 "To", /* RFC822_TO */
242 "X-Deliveredinternaldate", /* RFC822_X_DELIVEREDINTERNALDATE */
243 "X-ME-Message-ID", /* RFC822_X_ME_MESSAGE_ID */
244244 };
245245 return (v >= 0 && v < (int)(sizeof(strs)/sizeof(strs[0])) ? strs[v] : NULL);
246246 }
34143414 return IMAP_PROTOCOL_BAD_PARAMETERS;
34153415 buf_init_ro(&value, mapval, maplen);
34163416
3417 r = mailbox_open_iwl(mboxname, &mailbox);
3418 if (!r) r = sync_mailbox_version_check(&mailbox);
3419 if (r) goto done;
3420
34213417 appendattvalue(&attvalues,
34223418 *userid ? "value.priv" : "value.shared",
34233419 &value);
34243420 appendentryatt(&entryatts, entry, attvalues);
3421
34253422 astate = annotate_state_new();
3423 if (*mboxname) {
3424 r = mailbox_open_iwl(mboxname, &mailbox);
3425 if (r) goto done;
3426 r = sync_mailbox_version_check(&mailbox);
3427 if (r) goto done;
3428 r = annotate_state_set_mailbox(astate, mailbox);
3429 if (r) goto done;
3430 }
3431 else {
3432 r = annotate_state_set_server(astate);
3433 if (r) goto done;
3434 }
34263435 annotate_state_set_auth(astate,
34273436 sstate->userisadmin, userid, sstate->authstate);
3428 r = annotate_state_set_mailbox(astate, mailbox);
3429 if (r) goto done;
34303437
34313438 r = annotate_state_store(astate, entryatts);
34323439
34653472 if (!dlist_getatom(kin, "USERID", &userid))
34663473 return IMAP_PROTOCOL_BAD_PARAMETERS;
34673474
3468 r = mailbox_open_iwl(mboxname, &mailbox);
3469 if (!r)
3470 r = sync_mailbox_version_check(&mailbox);
3471 if (r)
3472 goto done;
3473
34743475 appendattvalue(&attvalues,
34753476 *userid ? "value.priv" : "value.shared",
34763477 &empty);
34773478 appendentryatt(&entryatts, entry, attvalues);
3479
34783480 astate = annotate_state_new();
3481 if (*mboxname) {
3482 r = mailbox_open_iwl(mboxname, &mailbox);
3483 if (r) goto done;
3484 r = sync_mailbox_version_check(&mailbox);
3485 if (r) goto done;
3486 r = annotate_state_set_mailbox(astate, mailbox);
3487 if (r) goto done;
3488 }
3489 else {
3490 r = annotate_state_set_server(astate);
3491 if (r) goto done;
3492 }
34793493 annotate_state_set_auth(astate,
34803494 sstate->userisadmin, userid, sstate->authstate);
3481 r = annotate_state_set_mailbox(astate, mailbox);
3482 if (r) goto done;
34833495
34843496 r = annotate_state_store(astate, entryatts);
34853497
6060 # define ntohll(x) (x)
6161
6262 #else /* small-endian machines */
63 # if defined(__GNUC__) && __GNUC_PREREQ(4, 3)
63 # if defined(__GNUC__) && ((__GNU__ == 4 && __GNUC_MINOR >= 3) || __GNU__ > 4)
6464 /* Remove existing macros if present */
6565 # undef ntohl
6666 # undef htonl
612612
613613 #if BYTE_ORDER != LITTLE_ENDIAN
614614 /* swap endianness */
615 # if defined(__GNUC__) && __GNUC_PREREQ(4, 3)
615 # if defined(__GNUC__) && ((__GNU__ == 4 && __GNUC_MINOR >= 3) || __GNU__ > 4)
616616 # define swap(x) __builtin_bswap32(x)
617617 # else
618618 # ifdef HAVE_DECLARE_OPTIMIZE
7575 /*
7676 * ISO8601 (RFC 3339) datetime format
7777 */
78 #define ISO8601_DATETIME_MAX 30
7879 int time_from_iso8601(const char *s, time_t *);
7980 int time_to_iso8601(time_t t, char *buf, size_t len, int withsep);
8081 int timeval_to_iso8601(const struct timeval *t, enum timeval_precision tv_prec,
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "ARBITRON" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "ARBITRON" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 arbitron \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "BACKUPD" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "BACKUPD" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 backupd \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CHK_CYRUS" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CHK_CYRUS" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 chk_cyrus \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CTL_BACKUPS" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CTL_BACKUPS" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 ctl_backups \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CTL_CONVERSATIONSDB" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CTL_CONVERSATIONSDB" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 ctl_conversationsdb \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CTL_CYRUSDB" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CTL_CYRUSDB" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 ctl_cyrusdb \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CTL_DELIVER" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CTL_DELIVER" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 ctl_deliver \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CTL_MBOXLIST" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CTL_MBOXLIST" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 ctl_mboxlist \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CVT_CYRUSDB" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CVT_CYRUSDB" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 cvt_cyrusdb \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_BACKUP" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CYR_BACKUP" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 cyr_backup \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_BUILDINFO" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CYR_BUILDINFO" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 cyr_buildinfo \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_DBTOOL" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CYR_DBTOOL" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 cyr_dbtool \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_DENY" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CYR_DENY" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 cyr_deny \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_DF" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CYR_DF" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 cyr_df \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_EXPIRE" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CYR_EXPIRE" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 cyr_expire \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_INFO" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CYR_INFO" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 cyr_info \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_SYNCLOG" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CYR_SYNCLOG" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 cyr_synclog \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYR_VIRUSSCAN" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CYR_VIRUSSCAN" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 cyr_virusscan \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "CYRUS.CONF" "5" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "CYRUS.CONF" "5" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 cyrus.conf \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "DELIVER" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "DELIVER" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 deliver \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "FUD" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "FUD" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 fud \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "HTTPTEST" "1" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "HTTPTEST" "1" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 httptest \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "IDLED" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "IDLED" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 idled \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "IMAPD" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "IMAPD" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 imapd \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "IMAPD.CONF" "5" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "IMAPD.CONF" "5" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 imapd.conf \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "IMCLIENT" "3" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "IMCLIENT" "3" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 imclient \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "IMTEST" "1" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "IMTEST" "1" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 imtest \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "INSTALLSIEVE" "1" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "INSTALLSIEVE" "1" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 installsieve \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "IPURGE" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "IPURGE" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 ipurge \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "KRB.EQUIV" "5" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "KRB.EQUIV" "5" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 krb.equiv \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "LMTPD" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "LMTPD" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 lmtpd \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "LMTPTEST" "1" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "LMTPTEST" "1" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 lmtptest \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "MASTER" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "MASTER" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 master \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "MBEXAMINE" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "MBEXAMINE" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 mbexamine \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "MBPATH" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "MBPATH" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 mbpath \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "MBTOOL" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "MBTOOL" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 mbtool \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "MUPDATETEST" "1" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "MUPDATETEST" "1" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 mupdatetest \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "NNTPTEST" "1" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "NNTPTEST" "1" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 nntptest \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "NOTIFYD" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "NOTIFYD" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 notifyd \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "POP3D" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "POP3D" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 pop3d \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "POP3TEST" "1" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "POP3TEST" "1" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 pop3test \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "QUOTA" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "QUOTA" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 quota \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "RECONSTRUCT" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "RECONSTRUCT" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 reconstruct \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "RESTORE" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "RESTORE" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 restore \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "SIEVESHELL" "1" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "SIEVESHELL" "1" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 sieveshell \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "SIVTEST" "1" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "SIVTEST" "1" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 sivtest \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "SMMAPD" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "SMMAPD" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 smmapd \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "SMTPTEST" "1" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "SMTPTEST" "1" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 smtptest \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "SQUATTER" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "SQUATTER" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 squatter \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "TIMSIEVED" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "TIMSIEVED" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 timsieved \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "TLS_PRUNE" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "TLS_PRUNE" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 tls_prune \- Cyrus IMAP documentation
55 .
00 .\" Man page generated from reStructuredText.
11 .
2 .TH "UNEXPUNGE" "8" "April 19, 2021" "3.4.0" "Cyrus IMAP"
2 .TH "UNEXPUNGE" "8" "May 10, 2021" "3.4.1" "Cyrus IMAP"
33 .SH NAME
44 unexpunge \- Cyrus IMAP documentation
55 .