we would also want it to work with POP3. Also some clients seemed to use
something else as imap there..
--HG--
branch : HEAD
#include <stdlib.h>
-#define SERVICE_TYPE "imap"
-
/* Linear whitespace */
#define IS_LWS(c) ((c) == ' ' || (c) == '\t')
return FALSE;
}
- if (strcasecmp(trim(uri[0]), SERVICE_TYPE) != 0) {
- *error = "Unexpected service type in digest-uri";
- return FALSE;
- }
-
/* FIXME: RFC recommends that we verify the host/serv-type.
But isn't the realm enough already? That'd be just extra
configuration.. Maybe optionally list valid hosts in