<SNIP> > Beside this I would also like to have some kind of support to resolv > alias/forwarding in a generic way. Maybe something like: > > String getAddress(String username) throws MessagingException; > <SNIP>
This should be: MailAddress getPrimaryAddress(MailAddress address) throws MessagingException; Bye, Norman
