cypht-org / cypht

Cypht: Lightweight Open Source webmail aggregator [PHP, JS]. Supports IMAP/SMTP, JMAP and soon EWS
http://cypht.org
GNU Lesser General Public License v2.1
995 stars 158 forks source link

Add Alias Suppport #131

Closed cwmke closed 7 years ago

cwmke commented 8 years ago

For an example, I own the domain example.com. I use different addresses on different websites such as github@example.com for github and google@example.com for Google. What I think would be great to have is the ability to either automatically detect the correct address based on the To field while replying and/or to allow for multiple profiles to be setup with different addresses and signatures. Most websites don't need responses so multiple profiles would be a fine improvement on this itself.

Thanks for any considerations and for the wonderful client!

jasonmunro commented 8 years ago

Thanks for the feedback! We do have a profiles module set, but it only allows one identity for each E-mail account you have configured. The compose page will automatically detect the correct SMTP server to reply with based on the TO: filed when replying (using the profiles). I think I can decouple this such that you could have multiple profiles associated with a single account. I will check into it!

jasonmunro commented 7 years ago

This is sort of a duplicate of this: https://github.com/jasonmunro/cypht/issues/152 so I'm closing this and will update the other issue when I have something to report.