hi;
i want to recover the body of an email using java code.
it's the first time that i use roundcube so i don't have any idea how it works!
if someone can help me i'll appreciate.
thanks.
cata.
Not sure what you mean by "recover the body of an email", can you please describe what you want to do?
the content of the mail
In Java? Roundcube has no external API so it might be easier to connect directly from your Java application to the IMAP server to retrieve messages rather than trying to force a connection from one client (your Java application) to another (Roundcube) and then to the server.