mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:41:59 +01:00
improved imap error message
This commit is contained in:
parent
7c3aa6b152
commit
842fc6b434
@ -104,7 +104,7 @@ int process_imap_folder(int sd, int *seq, char *folder, struct session_data *sda
|
||||
n = write1(sd, buf, strlen(buf), use_ssl, data->ssl);
|
||||
if(read_response(sd, buf, sizeof(buf), seq, data, use_ssl) == 0){
|
||||
trimBuffer(buf);
|
||||
printf("error: %s\n", buf);
|
||||
printf("select cmd error: %s\n", buf);
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user