| 12
 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
 
 | :tocdepth: 3
===============================
Cyrus IMAP 3.0.8 Release Notes
===============================
.. IMPORTANT::
    This is a bug-fix release in the stable 3.0 series.
    Refer to the Cyrus IMAP 3.0.0 Release Notes for important information
    about the 3.0 series, including upgrading instructions.
Download via HTTPS:
    *   https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.0.8/cyrus-imapd-3.0.8.tar.gz
    *   https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.0.8/cyrus-imapd-3.0.8.tar.gz.sig
.. _relnotes-3.0.8-changes:
Changes Since 3.0.7
===================
Release changes
---------------
We're trialing using the Github Releases feature.  If you have trouble downloading
this release, please report this to the mailing lists.  Thanks!
New configuration options
-------------------------
* The "search_fuzzy_always" option in :cyrusman:`imapd.conf(5)` can be set to
  true to enable RFC6203 FUZZY search for all IMAP searches.
Bug fixes
---------
* Fixed :issue:`2026`: managesieve is now linked correctly (thanks Jason Tibbits)
* Fixed :issue:`2355`: regex library detection decoupled from sieve feature
  (thanks @yjh-styx)
* Fixed :issue:`2362`: other users mailboxes now LIST correctly when unixhierarchy
  is enabled (thanks Edda)
* Fixed :issue:`2282`: ptclient can now canonify across multiple domains,
  allowing users to connect with just their UID (thanks Timotheus Pokorra)
* Fixed: various documentation corrections (thanks @dilyanpalauzov, @marclaporte)
* Fixed :issue:`2413`: cyr_expire no longer resurrects conversations.db for
  recently deleted users
* Fixed :issue:`2457`: httpd now correctly resets Bearer auth scheme
  (thanks @dilyanpalauzov)
* Fixed: corruption when rewriting older (smaller) index records
* Fixed :issue:`2466`: :cyrusman:`cyrdump(8)` and :cyrusman:`mbexamine(8)` are
  no longer so crashy
 |