Hi there, I made a new vpopmail extension for php based on current vpopmail extension, vpopmail and qmailadmin, below is a complete list for all functions available from the extension.
I would like to know if there is any interest on making it available on the standard php dist, if so, i'd need some directions on what to do next. my best wishes to all, Rui Barreiros vpopmail function list: The commented functions are being developed, expecting to finish them this weekend. PHP_FE(vpopmail_add_domain, NULL) PHP_FE(vpopmail_del_domain, NULL) PHP_FE(vpopmail_add_aliasdomain, NULL) PHP_FE(vpopmail_getdomains, NULL) PHP_FE(vpopmail_getdomaindir, NULL) PHP_FE(vpopmail_getdomainuid, NULL) PHP_FE(vpopmail_getdomaingid, NULL) PHP_FE(vpopmail_getdomainusers, NULL) PHP_FE(vpopmail_is_aliasdomain, NULL) // User Functions PHP_FE(vpopmail_add_user, NULL) PHP_FE(vpopmail_del_user, NULL) PHP_FE(vpopmail_add_alias, NULL) PHP_FE(vpopmail_del_alias, NULL) PHP_FE(vpopmail_get_alias, NULL) PHP_FE(vpopmail_del_aliasline, NULL) PHP_FE(vpopmail_add_forward, NULL) PHP_FE(vpopmail_del_forward, NULL) PHP_FE(vpopmail_get_forwards, NULL) PHP_FE(vpopmail_del_forwardline, NULL) PHP_FE(vpopmail_chkpwd, NULL) PHP_FE(vpopmail_passwd, NULL) PHP_FE(vpopmail_setuserquota, NULL) PHP_FE(vpopmail_clearuserflags, NULL) PHP_FE(vpopmail_setuserflags, NULL) PHP_FE(vpopmail_userflagchk, NULL) // Info retrieval Functions PHP_FE(vpopmail_getuserquota, NULL) PHP_FE(vpopmail_getuserquotausage, NULL) PHP_FE(vpopmail_getuserdir, NULL) PHP_FE(vpopmail_getuserlastauth, NULL) PHP_FE(vpopmail_getuserlastauthip, NULL) PHP_FE(vpopmail_getuserflags, NULL) // Forward and vacation functions //PHP_FE(vpopmail_enableforward, NULL) //PHP_FE(vpopmail_disableforward, NULL) //PHP_FE(vpopmail_add_vacation, NULL) //PHP_FE(vpopmail_del_vacation, NULL) //PHP_FE(vpopmail_get_vacations, NULL) // Auto functions //PHP_FE(vpopmail_add_mailrobot, NULL) //PHP_FE(vpopmail_del_mailrobot, NULL) //PHP_FE(vpopmail_get_mailrobot, NULL) // Global settings Functions PHP_FE(vpopmail_setcatchall, NULL) PHP_FE(vpopmail_getcatchall, NULL) // Utility Functions PHP_FE(vpopmail_verror, NULL) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php