Opened 2 years ago
Closed 2 years ago
#1487909 closed Bugs (fixed)
new_user_dialog IDNA patch
| Reported by: | amuhametov | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.6-beta |
| Component: | Plugins | Version: | 0.5.2 |
| Severity: | normal | Keywords: | new_user_dialog, idna |
| Cc: |
Description
new_user_dialog plugin doesn't decode/encode IDNA e-mail addresses correctly. It's wrong to use idn_* functions to process adresses. rcube_idn_* should be used instead since #4484. Fix attached.
Attachments (1)
Change History (3)
Changed 2 years ago by amuhametov
comment:1 Changed 2 years ago by amuhametov
comment:2 Changed 2 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Fixed in r4749/svn.
Note: See
TracTickets for help on using
tickets.

"since #4484" -> "since [e8d5bdc8]"