This repository has been archived by the owner on Mar 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 149
Postbox having '+' sign in address doesn't work #72
Comments
can not reproduce, works for me. I can receive and display messages. Please provide more information. |
Yes, you can see the messages, but can't manipulate.
|
@synox could you reproduce? |
No time at the moment. Can you provide a PR? |
No time as well :( |
Can confirm this issue. In the frontend.template.php we need to rawurlencode the user adress and inside the router.php to rawurldecode. Otherwise we get issues on email adresses which contains a + or - (when download or delete them). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Example:
[email protected]
Link parameters in the
frontend.template.php
should be encoded usingrawurlencode
function.The text was updated successfully, but these errors were encountered: