dovecot-2.0: doc/auth-protocol.txt: fixed encoding failure.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 28 14:52:01 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/c4194f5e3934
changeset: 11639:c4194f5e3934
user:      Pascal Volk <user at localhost.localdomain.org>
date:      Sun Jun 27 17:15:45 2010 +0000
description:
doc/auth-protocol.txt: fixed encoding failure.

diffstat:

 doc/auth-protocol.txt |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5326d6b2f36e -r c4194f5e3934 doc/auth-protocol.txt
--- a/doc/auth-protocol.txt	Fri Jun 25 21:04:26 2010 +0100
+++ b/doc/auth-protocol.txt	Sun Jun 27 17:15:45 2010 +0000
@@ -89,7 +89,7 @@
 Authentication Request
 ----------------------
 
- C: "AUTH" TAB <id> TAB <mechanism> TAB service=<service> [TAB <parameters>]
+ C: "AUTH" TAB <id> TAB <mechanism> TAB service=<service> [TAB <parameters>]
 
  S1: "FAIL" TAB <id> [TAB <parameters>]
  S2: "CONT" TAB <id> TAB <base64 data>


More information about the dovecot-cvs mailing list