JojiiOfficial / Matrix-EmailBridge

A bridge written in Golang to receive and write emails in matrix
BSD 2-Clause "Simplified" License
122 stars 14 forks source link

Unable to fetch mail from IMAP if mailbox contains whitespace #56

Open jahlives opened 1 year ago

jahlives commented 1 year ago

I'm currently unable to fetch mail from imap if one part in the mailbox path contains a whitespace. I tried to escape with the usual suspects \ and \ but that did not work. Is this an issue in the mailbridge or do I escape the whitespace the wrong way?

Cheers

tobi

jahlives commented 1 year ago

many special chars lead to errors if used in !setup command. Especially in passwords where ex

`
,

can occur. Those cannot be used. Would it be possible to make it more resilient to such special chars?