You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
function plugin_vcard_save_contact(mime_id)
|
|
{
|
|
rcmail.set_busy(true, 'loading');
|
|
rcmail.http_post('plugin.savevcard', '_uid='+rcmail.env.uid+'&_mbox='+urlencode(rcmail.env.mailbox)+'&_part='+urlencode(mime_id), true);
|
|
|
|
return false;
|
|
}
|
|
|
|
|