8 messages in org.apache.james.server-userRE: Using the API to Dynamically Add ...
FromSent OnAttachments
Don KimApr 12, 2005 9:30 am 
Alan GerhardApr 13, 2005 4:26 pm 
Daniel PerryApr 14, 2005 2:26 am 
Davide Dalla RosaApr 14, 2005 2:41 am 
Daniel PerryApr 14, 2005 2:43 am 
Jason WebbApr 14, 2005 3:38 am 
Steve ShortApr 14, 2005 9:52 am 
John G. NormanApr 16, 2005 4:45 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: Using the API to Dynamically Add UsersActions...
From:Alan Gerhard (alan@gercom.com)
Date:Apr 13, 2005 4:26:15 pm
List:org.apache.james.server-user

not a trivial task ... there really isn't one specific starting point per say, though I am sure the developers will have many comments on that.

Basically you are going in the right direction; it does not matter what repository you are using, though you will want to focus on the UsersFileRepository class for starters.

You need to tap into the launched instance so you can utilize existing configurations etc ... look at the remotemanager package to get some ideas ...