Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Postbox having '+' sign in address doesn't work #72

Open
Magomogo opened this issue Oct 26, 2018 · 7 comments
Open

Postbox having '+' sign in address doesn't work #72

Magomogo opened this issue Oct 26, 2018 · 7 comments

Comments

@Magomogo
Copy link

Example: foo+bar@host.name

Link parameters in the frontend.template.php should be encoded using rawurlencode function.

- &address=$user->address
+ &address=rawurlencode($user->address)
@synox
Copy link
Owner

synox commented Oct 27, 2018

can not reproduce, works for me. I can receive and display messages.

Please provide more information.

@synox
Copy link
Owner

synox commented Oct 27, 2018

c2e0bb78-31da-4597-902b-d2352a409049

@Magomogo
Copy link
Author

Yes, you can see the messages, but can't manipulate.

  1. New emails won't appear without page reload
  2. Click on "delete" button causes an error.

@Magomogo
Copy link
Author

Magomogo commented Nov 8, 2018

@synox could you reproduce?

@synox
Copy link
Owner

synox commented Nov 8, 2018

No time at the moment. Can you provide a PR?

@Magomogo
Copy link
Author

Magomogo commented Nov 8, 2018

No time as well :(

@Spegeli
Copy link

Spegeli commented Nov 25, 2018

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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants