Plugin Cypht
Introduced in Tiki20. There is significant work for Tiki-Cypht in 21, 22, 23 so it's recommended to run the latest stable version of Tiki. (Or even trunk if you are a developer). Most enhancements and many fixes will not be backported as there are lots of changes.
Use this wiki plugin to use the refactored webmail feature in Tiki20 through Cypht webmail, and set the parameters trough a Wiki page. Cypht is a webmail client which supports JMAP.
Syntax
{cypht}
Parameters
Introduced in Tiki 20.0.Preferences required: wikiplugin_cypht
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
imap_name |
text | Name for the IMAP connection. E.g. "My Mailbox" | 20.0 | |
imap_server |
text | E.g. imap.example.com | 20.0 | |
imap_port |
text | Default is 993. | 993 | 20.0 |
imap_tls |
y n |
Use secure connection to IMAP server. | y | 20.0 |
imap_username |
text | Account IMAP username. | 20.0 | |
imap_password |
password | Account IMAP password. | 20.0 | |
smtp_name |
text | Name for the SMTP connection. E.g. "My Account" | 20.0 | |
smtp_server |
text | E.g. smtp.example.com | 20.0 | |
smtp_port |
text | Default is 587. | 587 | 20.0 |
smtp_username |
text | Account SMTP username. | 21.1 | |
smtp_password |
password | Account SMTP password. | 21.1 | |
smtp_tls |
y n |
Use secure TLS/SSL connection to SMTP server. | y | 20.0 |
smtp_no_auth |
n y |
Disable SMTP authentication if your server does not support it. | n | 20.0 |
use_global_settings |
n nw y |
Use global Cypht settings available at Tiki Webmail page. Choosing "No" will make this instance of Cypht use its own settings. Useful if this is a Groupmail box or you don't want to mix mailbox server and/or site settings from other pages. There are two modes of non-global settings - default one stores settings per user where each individual Tiki user will have their own copy of the settings whereas the second one stores settings per wiki page. Use per-wiki-page option if you want the plugin Cypht settings shared between users using the plugin on the same wiki page. | n | 20.0 |
groupmail |
n y |
Share this mailbox for Groupmail usage or keep it private. | n | 20.0 |
group |
any string except for HTML and PHP tags | GroupMail: Group (e.g. "Help Team") | 20.0 | |
trackerId |
int | GroupMail: Tracker ID (to store GroupMail activity) | 20.0 | |
fromFId |
int | GroupMail: From Field (Id of field in tracker to store email From header) | 20.0 | |
subjectFId |
int | GroupMail: Subject Field (Id of field in tracker to store email Subject header) | 20.0 | |
messageFId |
int | GroupMail: Message Field (Id of field in tracker to store email message identifier) | 20.0 | |
contentFId |
int | GroupMail: Content Field (Id of field in tracker to store email message body content) | 20.0 | |
accountFId |
int | GroupMail: Account Field (Id of field in tracker to store Webmail account name) | 20.0 | |
datetimeFId |
int | GroupMail: Date Time Field (Id of field in tracker to store email sent timestamp) | 20.0 | |
operatorFId |
int | GroupMail: Operator Field (Id of field in tracker to store operator name (username)) | 20.0 |
Related pages
- Webmail
- Groupmail
- https://dev.tiki.org/Cypht-integration
- http://wikisuite.org/JMAP
- https://cypht.org