33b898c040
IMAP (Internet Message Access Protocol) is an Internet standards-track protocol for accessing messages (mail, bboards, news, etc). The Cyrus IMAP server differs from other IMAP server implementations in that it is generally intended to be run on "sealed" servers, where normal users are not permitted to log in. The mailbox database is stored in parts of the filesystem that are private to the Cyrus IMAP system. All user access to mail is through the IMAP, POP3, or KPOP protocols.
17 lines
487 B
Text
17 lines
487 B
Text
$NetBSD: patch-ao,v 1.1.1.1 2010/10/30 12:12:35 obache Exp $
|
|
|
|
--- imap/imap_err.et.orig 2010-10-19 03:08:28.000000000 +0000
|
|
+++ imap/imap_err.et
|
|
@@ -201,10 +201,10 @@ ec IMAP_NO_MSGGONE,
|
|
"Message %d no longer exists"
|
|
|
|
ec IMAP_NO_CHECKSEEN,
|
|
- "Unable to checkpoint \\Seen state"
|
|
+ "Unable to checkpoint \\\\Seen state"
|
|
|
|
ec IMAP_NO_CHECKPRESERVE,
|
|
- "Unable to preserve \\Seen state"
|
|
+ "Unable to preserve \\\\Seen state"
|
|
|
|
ec IMAP_NO_NOSUCHMSG,
|
|
"No matching messages"
|