This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Xagra Nimgeromarjip 27.Jun.03 01:20 PM a Web browser Applications DevelopmentAll ReleasesAll Platforms
This should be achievable with a simple "before mail arrives agent" however I cant get a Java agents to execute using "before new mail arrives" :(
I dont care where this agent runs as long as it's before arriving in the users mailbox.
The forum tends to dismiss options invloving mail.box etc as risky so where's the best & most efficient place to put my code?
Basically I need to lookup the orgin of incoming emails in a contacts database then store the Unique ID of the found contact in the incoming email.
Obviously efficiency is important in the scenario. I was planning on caching the info in my contacts database in a Java Hashmap (email address as key, doc as object) that the agent could then access with one small hit rather than searching through a large view. So as a secondary question? What are people thoughts on this - is it worth it? What would be the best way to publish a java object in the database?
Any suggestions on the best solution's appreciated.