roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.57k stars 1.6k forks source link

Chose from all available contact fields on CSV import #9419

Open twisterbr opened 1 month ago

twisterbr commented 1 month ago

Continuing #9393

@alecpl I applied the patch (commit ed47e11), there is no blank option anymore, however, I still can't set a mapping to email:work, this option is still missing from the select tag list from address import tool.

I want to have a mapping selection just as it shows when I edit a contact, like this: image

import tool image

alecpl commented 3 weeks ago

It displays field labels known to the csv2vcard converter. I agree that it would be better to list fields available in the Roundcube UI. However, it might be more work than you'd expect.

Maybe @johndoh would like to work on this.