You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code has a bug which causes it to use the same mailbox separator on both servers. Some servers use different separators. For example, one server might use '.' so the path would be 'INBOX.Spam' while another might use '/' making the path 'INBOX/Spam'.
The solution is to capture the separator individually for each server. I will create a pull request with a fix.
The text was updated successfully, but these errors were encountered:
The code has a bug which causes it to use the same mailbox separator on both servers. Some servers use different separators. For example, one server might use '.' so the path would be 'INBOX.Spam' while another might use '/' making the path 'INBOX/Spam'.
The solution is to capture the separator individually for each server. I will create a pull request with a fix.
The text was updated successfully, but these errors were encountered: