X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fpop3client%2Fserv_pop3client.c;fp=citadel%2Fmodules%2Fpop3client%2Fserv_pop3client.c;h=cebd02c1f29dfed6df755562fd1686e0ac81ec2b;hp=764293c317eb8e80b548b7de0296cd16c964316e;hb=225a493f2a8e8cda29b94874977681e66ecb961c;hpb=0daf8cf6c657b725c2d53776ba766d632456a891 diff --git a/citadel/modules/pop3client/serv_pop3client.c b/citadel/modules/pop3client/serv_pop3client.c index 764293c31..cebd02c1f 100644 --- a/citadel/modules/pop3client/serv_pop3client.c +++ b/citadel/modules/pop3client/serv_pop3client.c @@ -1068,9 +1068,9 @@ void pop3client_scan_room(struct ctdlroom *qrbuf, void *data) '|'); StrBufAppendBufPlain(cptr->Url, HKEY("pop3://"), 0); - StrBufUrlescAppend(cptr->Url, cptr->pop3user, NULL); + StrBufUrlescUPAppend(cptr->Url, cptr->pop3user, NULL); StrBufAppendBufPlain(cptr->Url, HKEY(":"), 0); - StrBufUrlescAppend(cptr->Url, cptr->pop3pass, NULL); + StrBufUrlescUPAppend(cptr->Url, cptr->pop3pass, NULL); StrBufAppendBufPlain(cptr->Url, HKEY("@"), 0); StrBufAppendBuf(cptr->Url, Tmp, 0); StrBufAppendBufPlain(cptr->Url, HKEY("/"), 0);