James Server api has no contact-list management (per user). It has just a global user repository.

James Hupa implements something to allow a contact per user (saving the contact list in the Imap Draft folder if I remember well).

You an design and implement from scratch if you really need this in the core James Server. Of course, every client has its own client solution (independent from server). Another way would be to user the ldap implementation (in that case, the client would have access to the global James users).


On 22/08/13 12:04, Dileepa Jayakody wrote:
Hi All,

I'm trying to use JAMES to develop a reputation management system in emails
and I have sent some emails to this list on my architecture and approach..

To keep a Map<Contact,Reputation> I need to access the contact-list
attached to a mailbox in James. I went through the source of james-mailbox
but couldn't find any lead on managing contact-lists in James. I searched
for generic methods to access a contact list of a IMAP server but no luck.

This lead me to wonder, how do email servers maintain the contacts lists
for a mailbox. Is it done at the email-client ? Is there a way to retrieve
contact-list (list of saved email-addresses) in James server or do I need
to implement a Contact List from scratch?

Very much appreciate your ideas on a way forward.

Thanks,
Dileepa


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to