On 1/28/07, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > > > Not sending email not that strange since IMAP doesn't support the > sending of email. But what I was wondering: is there a way to disconnect > from an IMAP server other then just destroying the instance?
Well, the webmail interface would need to be able to send mail... which would comprise TWO things... sending the mail via SMTP *AND* copying the sent message to the Sent folder.. As for your question - probably. The java imap libraries are a little confusing to me, in that there is a session instance you create...then there is a mail store, and then you connect the mail store to the server. The mail store does have a close() method. Rick -- I'm not certified, but I have been told that I'm certifiable... Visit http://www.opensourcecf.com today! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267928 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

