thomascube
2009-07-03 8448fca1f11f69e29bca568cb0042e83dd6be89e
1
2
3
4
5
6
7
8
 
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;
}