Download List

Projeto Descrição

vpop-xmlrpc is a simple program based on xmlrpc-c
and vpopmail which can be run either as CGI or
standalone server. It offers an easy-to-use remote
interface to administrative vpopmail tasks, such
as vadduser, vdeluser, vpasswd, and vsetuserquota.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-06-21 17:09
2.1

vpop.listusers () foi corrigido. iconv_close () foi chamada duas vezes, causando a terminação anormal (SIGILL).
Tags: Minor bugfixes
vpop.listusers() has been fixed. iconv_close() had
been called twice, causing abnormal termination
(SIGILL).

2005-06-06 17:58
2.0

vpop-xmlrpc foi totalmente reescrito e é um erro muito menos propenso agora. O processo de configurar e construir tem sido bastante melhorado. Vpop-xmlrpc agora pode ser executado como um servidor autônomo. vpop.auth () agora faz auth log se compilados em vpopmail. Esta versão adiciona o vpop.checkauth métodos () (auth sem registro), vpop.moduser (), vop.setflags (), vpop.listflags (), e vpop.batch () (para a execução de um método específico várias vezes com diferentes parâmetros).
Tags: Major feature enhancements
vpop-xmlrpc has been completely rewritten and is much less error-prone
now. The configure and build process has greatly been improved.
vpop-xmlrpc can now be run as a standalone server. vpop.auth() now does
auth logging if compiled into vpopmail. This release adds the methods
vpop.checkauth() (auth without logging), vpop.moduser(), vop.setflags(),
vpop.listflags(), and vpop.batch() (for executing a specific method
several times with different parameters).

2005-05-23 17:40
1.4

O nome de usuário e passwd claro em vpop.listusers são codificados com UTF-8. O deslocamento / limite e opções de ordenação foram adicionados ao vpop.listusers. Vpop.listuser e vpop.listdomain agora mostrar entidades individuais. A senha do vpop.adduser e vpop.passwd é truncado no comprimento MAX_PW_CLEAR_PASS se CLEAR_PASS está definido. A verificação de senha é feito em clara vpop.auth.
Tags: Major feature enhancements
The user name and clear passwd in vpop.listusers
are encoded with UTF-8. The offset/limit and sort
options were added to vpop.listusers.
vpop.listuser and vpop.listdomain now show single
entities. The password in vpop.adduser and
vpop.passwd is truncated to MAX_PW_CLEAR_PASS
length if CLEAR_PASS is defined. A check for clear
password is made in vpop.auth.

2005-04-08 20:16
1.3

Todos os parâmetros de entrada são decodificados em UTF-8 para ISO-8859-1 (por padrão).
Tags: Major bugfixes
All incoming parameters are now decoded from UTF-8 to ISO-8859-1 (by default).

2005-01-25 16:29
1.2

vpop.listusers foi adicionado. vpop.listdomains foi adicionado. O RETURN_V_FAULT macro () foi fixado em relação à avaliação múltipla de uma expressão.
Tags: Minor feature enhancements
vpop.listusers was added. vpop.listdomains was
added. The RETURN_V_FAULT() macro was fixed with
regard to multiple evaluation of an expression.

Project Resources