about netmail

Hi EveryOne know how can I retrieve a number of message unread of an useraccount who he is logged , with an jsp expression , not using theJSPPRovider ex : [tag:iwtUserInfoProvider-lastName] to retrieve the lastname ofuser.ThanksMaamar
[297 byte] By [708808] at [2007-11-25 4:31:39]
# 1

Portal server does not keep track of the User's messages. The information that you see on NetMail about the number of unread messages is obtained

from the Mail server using standard IMAP commands(using java mail api).

To retrieve the number of unread emails you can probably write some custom code using java mail api which uses the user credentials to login into the Mail server and retrieves this information.

Satish_H at 2007-6-29 2:39:44 > top of Java-index,Web & Directory Servers,Portal Servers...