Closed canyone2015 closed 2 years ago
When changing the imap server, the delimiter remains the same, although it obviously must change.
Please, remove static folder delimiter in imap::folder_delimiter() method:
static string delimiter;
and create field to store the delimiter.
Quick fix:
/** Folder delimiter **/ std::string delimiter;
Fixed with the latest commit. I have added you to the Contributors section.
When changing the imap server, the delimiter remains the same, although it obviously must change.
Please, remove static folder delimiter in imap::folder_delimiter() method:
and create field to store the delimiter.