Page 1 of 1

Ticketing system - harvest emails from IMAP account

Posted: 2021-08-18 15:44
by jmacdougall
I am building a helpdesk ticketing system. Many ticketing systems harvest email requests (email piping) from an external source such as an email account connected via IMAP. It will then I guess "parse" info into a TICKET table and populate fields accordingly. Is this a possibility with AG ?

Thanks

Re: Ticketing system - harvest emails from IMAP account

Posted: 2021-08-18 16:49
by jsetzer
Is this a possibility with AG ?
Yes, it is possible.

I have recently programmed an IMAP interface using PHPs imap_* functions for reading UNSEEN emails in different subfolders of INBOX, parsing contents and importing parsed data into an AppGini table.

I cannot post the code here, but you can PM me if you have specific, detailed questions.