Skip to content

Commit 89c7673

Browse files
committed
midb_agent: issue P-SIMU with new network encoding
Fixes: gromox-2.37-66-gfd5fe4d2d References: GXL-549, GXF-1901, DESK-2841, DESK-2843
1 parent 1ca413a commit 89c7673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mra/pop3/pop3_cmd_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ int pop3_cmd_handler_pass(std::vector<std::string> &&argv, pop3_context *pcontex
160160
if (*pcontext->maildir == '\0')
161161
return 1715;
162162

163-
switch (midb_agent::list_mail(pcontext->maildir, "inbox",
163+
switch (midb_agent::list_mail(pcontext->maildir, base64_encode("INBOX"),
164164
pcontext->msg_array, &pcontext->total_mail,
165165
&pcontext->total_size)) {
166166
case MIDB_RESULT_OK:

0 commit comments

Comments
 (0)