Modify ↓
Opened 3 years ago Closed 3 years ago #216 closed enhancement (invalid)Mailto issue (OWB-->YAM)
Description
I have a problem passing a complete mailto from OWB to YAM, the first part of the address is taked but the subject not, for example:
If I click with OWB this mail link on a webpage:
mailto:info@… Friend
It take only the address part but then, it doesn't catch the string "Hello Friend" into the Subject field of YAM
So here is what I have into YAM destination field:
info@…?subject
If needed i can give real examples ... Attachments (0)Change History (1)comment:1 Changed 3 years ago by thboeckel
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber
| ||||||||||||||||||||||||||||



Sorry, but exactly this does work with IBrowse and OpenURL. It must be an OWB issue. I don't know how OWB handles/parses such links, but it's not YAM doing anything wrong here. YAM can only react on the stuff it gets passed in and if OWB is omitting the subject then YAM is out of the game.
Just take this tiny HTML document:
Configure IBrowse to use YAM's WEBmail.rexx script for mailto: links with parameters "%h %s" and YAM will open a write window with the correct address and subject if you click on the link of that example page.