Is it possible to create an Imap user??
for eg:
imap_open("{myhost}","mailman","passwd")
will open a stream to already existing user [mailman] on host [myhost]
What if I want to dynamically create a new IMAP user? and If I have to have this where I dont have access to unix or linux ..... say windows for example
How do I go abt it??
Please help.