About
This is my notebook. Where I keep all that pieces of code useful today but forgettable tomorrow.
Tips and tricks in Java
This is my notebook. Where I keep all that pieces of code useful today but forgettable tomorrow.
Written by angelborroy
July 28, 2008 at 9:48 am
Subscribe to comments with RSS.
Blog at WordPress.com. — Journalist theme by Lucian E. Marin
Hi, We are doing a project in a company which has its own MUA client and server..What we are supposed to do is to make the client independent of the backend server.ie the client should be able to retireve mails from an imap server or pop server too.So we are going to add wrapper classes to the MUA server..The client w ill be untouched..The MUA server will act as a client to the IMAP server and will pass the rerquest.In all the functions we are passing the UID but the functions available to us via the IMAP library need sequence numbers..so my question is given a UID how to find the sequence number?? Please help me ..I need a reply fast
Adithya
March 24, 2009 at 8:12 am
Adithya,
Take a look at http://www.example-code.com/java/imap_fetchSingle.asp and http://www.example-code.com/java/imap.asp
Regards
angelborroy
March 24, 2009 at 7:11 pm
Hi angelborroy, Can you please tell me what was the answer to the problem that you had regarding [com.ibm.wsspi.wssecurity.SoapSecurityException: WSEC5620E: Error verifying signature] that I saw you put in a forum but I found no answer about it. Thank you.
Harold
June 12, 2009 at 6:15 pm
Harold,
Take a look at http://angelborroy.wordpress.com/2009/04/21/spring-ws-10-using-castor-111-marshalling-force-utf-8-encoding/
Regards
angelborroy
June 12, 2009 at 8:43 pm