dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- check virtuser before create_user hook (#1485950) + one if statement impr...
alecpl
2009-07-02
fccdf16364bec9a15d9f44e0197f1653b0109c91
[githubFork/roundcubemail.git]
/
plugins
/
vcard_attachments
/
vcardattach.js
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;
}