-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
3.1.0-dev
-
None
-
None
Our current messenger system is quite a mess. It tries to combine two entirely different protocols, email and jabber, into one API.
The big problem with this is, using this system is not entirely intuitive (the API is awful) and it's extremely difficult to extend this system to add other protocols (e.g. sms).
Emails have to, cc, bcc, reply to, from, and more addresses.
Jabber has a to/from address.
These addresses and designs are entirely incompatible, the only way to make one system work with both is to supply every option, then only send things a certain way based on how the user would like it sent. Adding additional backends, such as SMS, would further complicate things.
RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44427
- is related to
-
PHPBB-11743 Replace our mail system with Swift Mailer
- Closed
-
PHPBB-17135 Use Symfony Mailer to send emails
- Patch Awaiting Review