diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2019-11-18 20:47:30 +0100 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2019-11-19 20:21:12 +0100 | 
| commit | 27535a7849fc937284681d2dc49c49370b15c281 (patch) | |
| tree | 796a1e203527d4c0e0deb01708437bfede69e030 | |
| parent | 54bed5e78cacc017ad95521f3a50ebcfe344895d (diff) | |
interimap(1): No longer recommend the NOTIFY extension.
As of 0.4 --notify is no longer used in the systemd service file, cf.
d19ba0a20d0d7a7ec288c93df329210b31bf3c51.
| -rw-r--r-- | doc/interimap.1.md | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/interimap.1.md b/doc/interimap.1.md index c4c0241..5cc06a8 100644 --- a/doc/interimap.1.md +++ b/doc/interimap.1.md @@ -439,7 +439,7 @@ extensions to the [IMAP4rev1 protocol][RFC 3501] (those marked as   * `LITERAL+` ([RFC 2088], recommended);   * `MULTIAPPEND` ([RFC 3502], recommended);   * `COMPRESS=DEFLATE` ([RFC 4978], recommended); - * `NOTIFY` ([RFC 5465], recommended); + * `NOTIFY` ([RFC 5465]);   * `SASL-IR` ([RFC 4959]); and   * `UNSELECT` ([RFC 3691]).  | 
