diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-28 09:05:41 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-28 09:05:41 +0000 |
| commit | e0fd46958768bdb37e0c77367009bea774e4040b (patch) | |
| tree | 10e5b8ebb9698c1b8f9cce792b5431b7a0726bda /plugins/vcard_attachments/vcardattach.js | |
| parent | 70e54dc42714744c1e975fefc176c6c145b4327f (diff) | |
- Added support for Content-Type: text/directory; profile=vCard
- Added handler for message bodies of type vCard (#1486683)
- Added support for more than one vCard attachment/body
- Added support for more than one contact in one vCard file
- Created package.xml
git-svn-id: https://svn.roundcube.net/trunk@3571 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/vcard_attachments/vcardattach.js')
| -rw-r--r-- | plugins/vcard_attachments/vcardattach.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/vcard_attachments/vcardattach.js b/plugins/vcard_attachments/vcardattach.js index e03e5084d..021087edc 100644 --- a/plugins/vcard_attachments/vcardattach.js +++ b/plugins/vcard_attachments/vcardattach.js @@ -1,4 +1,7 @@ - +/* + * vcard_attachments plugin script + * @version @package_version@ + */ function plugin_vcard_save_contact(mime_id) { rcmail.set_busy(true, 'loading'); |
