Moodle Plugins directory: jmail | Moodle.org
jmail
Blocks ::: block_jmail
Maintained by
Juan Leyva
jmail is an internal mailing (aka internal email) tool for Moodle 2
Latest release:
237 sites
18 downloads
16 fans
Current versions available: 3
jmail is an internal mailing tool for Moodle 2
It supports features like: labels(folders), attachments, reply, forward, print, read and unread messages, etc...
VERSIONS NOTE:
- This plugin doesn't work in Moodle 2.0
Main features:
- Send messages (TO, CC, BCC)
- Reply, forward
- Attachments in messages
- User names auto-completition when composing messages
- Bulk user selection
- Save attachments directly to your Moodle private files
- Drafts support
- Moodle HTML Editor integrated
- AJAX and Rich User Interface
- Quick search tool
- Ordering (date, subject, remitent)
- Pagination
- Labels (like folder, but a message can be linked to more than one label)
- Different types of mailboxes
- Receive copy of your messages to your profile external email account
- Direct access to all your mailboxes
- Groups support
- Message key shortcouts (reply, forward, delete and print)
- Global inbox
- Full backup and restore support
This plugin has been sponsored by CV&A Consulting (Moodle Partner in Spain).
Contributors
Juan Leyva (Lead maintainer)
Please login to view contributors details and/or to contact them
Saludos.
Hello, does anyone know if they perform an update of this plugin?
i have installed Moodle 3.1.1+. In Debug Mode there is fowllowing Error Message:
---
The block jmail does not define the standard capability block/jmail:myaddinstance
line 595 of /blocks/moodleblock.class.php: call to debugging()
line 567 of /blocks/moodleblock.class.php: call to block_base->has_add_block_capability()
line 1151 of /lib/blocklib.php: call to block_base->user_can_addto()
line 1131 of /lib/blocklib.php: call to block_manager->user_can_delete_block()
line 248 of /blocks/moodleblock.class.php: call to block_manager->edit_controls()
line 976 of /lib/blocklib.php: call to block_base->get_content_for_output()
line 1028 of /lib/blocklib.php: call to block_manager->create_block_contents()
line 476 of /lib/outputrenderers.php: call to block_manager->ensure_content_created()
line 39 of /theme/bootstrapbase/renderers/core_renderer.php: call to core_renderer->standard_head_html()
line 136 of /theme/eduhub/layout/columns3.php: call to theme_bootstrapbase_core_renderer->standard_head_html()
line 1028 of /lib/outputrenderers.php: call to include()
line 958 of /lib/outputrenderers.php: call to core_renderer->render_page_layout()
line 164 of /my/index.php: call to core_renderer->header()
---
You can solve this by adding fowllowing code to your access.php
---
'block/jmail:myaddinstance' => array(
'captype' => 'write',
'contextlevel' => CONTEXT_SYSTEM,
'archetypes' => array(
'user' => CAP_ALLOW
),
'clonepermissionsfrom' => 'moodle/my:manageblocks'
),
---
explanation here:
https://docs.moodle.org/dev/Blocks#db.2Faccess.php
Greetings
Sebastian
I have just installed it and wondered if it would be possible to map the old email_list plugin database table , 1.9X, into a newer one, 3.1, because we have left all of our previous correspondence in the update and we need it in the new version.
I have taken a look at the DB and the tables are very similar, although not completly.
Do you know if it would be possible to map the mails from one block to the other and not end drowned in unexpected problems?
Thank you again and best regards
Gracias !!!
Gracias!