cloudron-io / meemo

Meemo - Your personal notes
https://meemo.minimal-space.de
MIT License
359 stars 39 forks source link

Meemo creates an invalid email (on cloudron) #92

Closed necrevistonnezr closed 4 years ago

necrevistonnezr commented 5 years ago

I just installed Meemo through the Cloudron appstore. Meemo created the following (invalid) address to receive mails (domain and username masked): meemo.app@mydomain.com+username@mydomain.com

gramakri commented 5 years ago

This seems like a display issue.

Changing https://github.com/nebulade/meemo/blob/master/src/routes.js#L140 to process.env.MAIL_IMAP_USERNAME.split('@')[0] makes it show correctly.

gramakri commented 5 years ago

Email feature itself works fine (have to create mailbox manually with the latest cloudron release).

nebulade commented 4 years ago

Thanks @gramakri for fixing this with 654661d8274a89a63ef808b7b84a7e04d3175014