texxasrulez / vcard_attach
Add your vCard as an attachment to your outgoing emails.
Package info
github.com/texxasrulez/vcard_attach
Type:roundcube-plugin
pkg:composer/texxasrulez/vcard_attach
Requires
- php: >=7.1.0
- roundcube/plugin-installer: ~0.3.5
README
This is a Roundcube plugin to automatically add a vCard attachment to your outbound emails using the information from your Identities Details from RC or Contact information from your Address Book.
You can specify your vCard source via the Settings - Compose Message Tab.
Installation
Upload contents to '/roundcube_location/plugins/vcard_attach/'.
Enable plugin via config.inc.php with `$config['plugins'] = array('vcard_attach');
Enjoy!
💰 Donations 💰
If you use this plugin and would like to show your appreciation by buying me a cup of coffee, I surely would appreciate it. A regular cup of Joe is sufficient, but a Starbucks Coffee would be better ...
Zelle (Zelle is integrated within many major banks Mobile Apps by default) - Just send to texxasrulez at yahoo dot com
No Zelle in your banks mobile app, no problem, just click Paypal and I can make a Starbucks run ...
I appreciate the interest in this plugin and hope all the best ...
Versioning
vcard_attachnow keeps its canonical version invcard_attach::PLUGIN_VERSIONinsidevcard_attach.php.vcard_attach::info()exposes the plugin metadata array used for self-identification.- Development builds should use a
+devsuffix such as0.3+dev. - Release builds should use a clean tagged version such as
0.3.
For a release bump:
- Update
vcard_attach::PLUGIN_VERSIONinvcard_attach.phpor runsh scripts/bump-version.sh 0.3. - Update
CHANGELOG.md. - Create the matching release tag after verification.