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
Currently, quick-xml returns UnexpectedBang if a document starts with <!doctype html>, which caused this issue: chatmail/core#1804. The problem is that quick-xml will refuse to read the rest of the file then.