Function
Haslsaslname_decode
unstable since: 0.5
Declaration [src]
char*
hasl_saslname_decode (
const char* saslname
)
Description [src]
Decodes the given saslname.
Decoding replaces ‘=2C’ with ,
and =3D
with =
.
RFC 5801 and RFC 5802 aren’t very clear on how to handle =
‘s that aren’t
escape sequences so we just drop all unescaped =
‘s and ,
‘s.
Available since: 0.5