Bug 1854578 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

When the server address of an imap account is changed and the account is set to not download messages, the js-imap implementation is wrongly detecting message uris as folder uris here:

https://searchfox.org/comm-central/source/mailnews/imap/src/ImapChannel.jsm#52-57

An example uri is:

imap://something%40gmx%2Ede@imap.gmxinvalid.net/fetch%3EUID%3E/INBOX%3E287

This causes the fetch process to not properly reject with a connection error.
When the server address of an imap account is changed and the account is set to not download messages, the js-imap implementation is wrongly detecting message uris as folder uris here:

https://searchfox.org/comm-central/source/mailnews/imap/src/ImapChannel.jsm#52-57

An example uri is:

`imap://something%40gmx%2Ede@imap.gmxinvalid.net/fetch%3EUID%3E/INBOX%3E287`

This causes the fetch process to not properly reject with a connection error.

Back to Bug 1854578 Comment 0