Summary | Can't send mail or expand names in compose |
Queue | MIMP |
Queue Version | 1.0 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | pallos (at) trefort (dot) elte (dot) hu |
Created | 06/11/2006 (7045 days ago) |
Due | |
Updated | 07/31/2006 (6995 days ago) |
Assigned | 06/11/2006 (7045 days ago) |
Resolved | 07/31/2006 (6995 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
see, that the form posts the actionID in UTF8.
understand UTF-8, we will use it. Do the screen elements that contain
foreign characters render correctly on your device?
What happens if send messages with latin2 characters, is the sent
message encoded properly.
users will send mails in hungarian. I think this would solve the
problem as well.
New Attachment: actionID.gif
But I have a screenshot of the compose page's source. Here you can
see, that the form posts the actionID in UTF8.
Is it possible to set the MIMP pages to latin2 (8859-2)? Since our
users will send mails in hungarian. I think this would solve the
problem as well.
the second load, though - any idea why that might be?
in UTF8. Maybe compose.php waits for an ISO-8859-2 (latin2) coded
value?
"A címrészlet teljessé egészítése" (in 8859-2)
but gets
"A c?mr??szlet teljess?? eg??sz?t??se" (in UTF8)
When I try to expand names.
the second load, though - any idea why that might be?
in UTF8. Maybe compose.php waits for an ISO-8859-2 (latin2) coded value?
State ⇒ Feedback
the second load, though - any idea why that might be?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Can't send mail or expand names in compose
Queue ⇒ MIMP
State ⇒ Unconfirmed
In MIMP's compose page I could neither send the mail nor expand the
recipient address with the corresponding links.
Figured out that the form in templates/compose/compose.inc sets the
actionID to the localized name instead of the original english action
names while the compose.php checks for the english names. Therefore
nothing happens when I click any of the links.
A quick workaround was replacing
case _("Expand Names"):
to
case _("A c?mr??szlet teljess?? eg??sz?t??se"):
... and so on
in the switch($actionID) of compose.php
regards,
Richard