Email folders Tracker Field
Emails stored as part of the Tiki database, like any other content (files, wiki pages, events, blog posts, etc.)
Email Folder is a new addition to the Tracker Field Types, introduced in Tiki23, being able to hold a list of emails in flat format or IMAP folder-like structured support for Inbox/Sent/Trash folders.
Emails are currently moved to tracker items via the Webmail interface in Tiki (Cypht web interface). Cypht is used to display Tiki-stored messages and handle all relevant actions - read, reply, forward, copy, move, delete. Message can be moved to another tracker item or to an IMAP folder.
Recording of demo at October 2021 round table
1. Configuration
To configure the email folders tracker field, do the following: First of all you have to create a tracker. To create a tracker, proceed as follows:
1.1. Creation and configuration of the Tracker
1.1.1. Check the activation of the Trackers feature
If the Tracker tab exists in the system menu go to the next point.
Otherwise if the Tracker tab does not exist, so the feature is not yet activated, you can activate it by following the following steps :
- Settings -> Control Panels
- Global Setup -> Features
- In the Main features section, check the Trackers box
1.1.2. Create a Tracker
To create a Tracker click on:
- Trackers -> List Trackers
- Create
- Enter the name of the Tracker
- Add a description if possible
- Finally save
1.1.3. Add fields
Once the tracker is created. Click on :
- the Tracker you just created
- then on the Field button
The minimal configuration needs two fields:
- the Text type field, which will serve as the description
- the Folder type field, which will be used to store emails
1.1.3.1. The Text field
Do it by clicking on:
- Add a field
- Enter the field name
- Choose the type of field, by default it is already Text Field
- Then validate by clicking on the Add a field button
1.1.3.2. The Folder field
For the folder type field, click on:
- Add a field
- Enter the field name
- Choose the field type, you must choose Email Folder
- Click the Add Field & Edit Advanced Options button
- Click the Options for Email Folder button
- In the Gallery ID field, select the option File Galleries > Emails
- In the field Use Folders select Yes, other fields are added below for the contiguration of the names of the folders. You can leave it like this
- And finally Validate by pressing Save
1.1.4. Item creation
Once the configuration is complete, you must create an item. For this on the item page :
- click on the Create Item button
- A modal window is launched, enter the Name in the Name field and validate
2. Move emails to trackers
To move an email, open the email you want to move :
- Click on the Tracker button
- In the small window select the Tracker you created
- Finally select the folder.
- Once done, here is the end result
Related:
- Selector Tracker Fields
- Adding fields to a tracker
- https://gitlab.com/tikiwiki/tiki/-/merge_requests/818
- Email as a first-class citizen
Alias