Hello all. I wanted to share a simple class I created to generate Notes for mobile devices devices which support IMAP Note Synchronization. You can find the class here under the eGroupware Tracker (https://community.egroupware.org/egroupware/index.php?menuaction=tracker.tracker_ui.edit&tr_id=3015)
- This class simply creates an standard eMail Message via the eGroupware
Mailer with customized headers which the Mobile device will recognize as a Note.
- Initially this class is known to only support iOS Devices.
Installation:
- Install imap_notes eGroupware Application via Setup
- Assign Permissions
- Define Filter rule in eMail
-
File into the Notes folder for eMail header X-Uniform-Type-Identifier: com.apple.mail-note
Note: Without this filter, the message will simply be delivered to the INBOX
and will have to be manually moved to the Notes folder in order to be
properly synchronized with the mobile device.
TODO
- Edit Notes directly in the IMAP Notes Folder for active account
- Create Notes directly in the IMAP Notes Folder for active account bypassing PHP Mailer