Openning a webmail mail listing page from a contact page

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
bfrit
Posts: 4
Joined: 2020-01-04 14:56

Openning a webmail mail listing page from a contact page

Post by bfrit » 2020-02-24 09:57

Hi there,

I'd like to know if someone had already implemented such a feature :
  1. a mail tab at the bottom of a contact details' page
  2. the mail tab containing the exchanged mails' listing with the contact (IN and OUT)
  3. a click on one line of the mail listing openning the mail from the webmail in a modal (popup) window
I think the workflow would be using the filtering feature of the webmail via an api so I'd like to know which webmail has been used and how the basic api calls has been set up.

Thanks in advance

Bernard FRIT

bfrit
Posts: 4
Joined: 2020-01-04 14:56

Re: Openning a webmail mail listing page from a contact page

Post by bfrit » 2020-03-03 14:05

I'm replying to myself,

After further enquiries I found several webmails featuring APIs but close to be as complex as using the php-imap lib.
So I think I will follow this road :
  1. learning how to handle this php-imap lib
  2. doing some testing
  3. including a basic imap interface within a contact detail view using an iframe
  4. try to customize appgini for full integration using hooks

Post Reply