On Mar 11, 2:16 am, alex23 wrote:
> Victor Subervi wrote:
> > > There's a program (vpopmail) that has commands which, when called, request
> > > input ("email address", "password", etc.) from the command line. I would
> > > like to build a TTW interface for my clients to use that interacts with
>
On Wed, Mar 10, 2010 at 10:16 PM, alex23 wrote:
> Victor Subervi wrote:
> > > There's a program (vpopmail) that has commands which, when called,
> request
> > > input ("email address", "password", etc.) from the command line. I
> would
> > > like to build a TTW interface for my clients to use th
Victor Subervi wrote:
> > There's a program (vpopmail) that has commands which, when called, request
> > input ("email address", "password", etc.) from the command line. I would
> > like to build a TTW interface for my clients to use that interacts with
> > these commands.
The Pexpect[1] module i
En Wed, 10 Mar 2010 09:32:15 -0300, Victor Subervi
escribió:
There's a program (vpopmail) that has commands which, when called,
request
input ("email address", "password", etc.) from the command line. I would
like to build a TTW interface for my clients to use that interacts with
these comman
On 2010-03-10, Chris Rebert wrote:
> On Wed, Mar 10, 2010 at 8:34 AM, Victor Subervi
> wrote:
>
>> Yeah, that was my idea. But how does the program know when it's being
>> prompted to enter data? That's my question ;)
>
> There's no magical "prompt time".
That depends on the program. Some prog
On Wed, Mar 10, 2010 at 8:34 AM, Victor Subervi wrote:
> On Wed, Mar 10, 2010 at 12:31 PM, Chris Rebert wrote:
>> Option C. The most user-friendly, and in some sense simplest, one.
>> Figure out the "conversation tree" vpopmail follows. Create a matching
>> form tree workflow, presenting multiple
On Wed, Mar 10, 2010 at 4:32 AM, Victor Subervi wrote:
> Hi;
> There's a program (vpopmail) that has commands which, when called, request
> input ("email address", "password", etc.) from the command line. I would
> like to build a TTW interface for my clients to use that interacts with
> these com
Hi;
There's a program (vpopmail) that has commands which, when called, request
input ("email address", "password", etc.) from the command line. I would
like to build a TTW interface for my clients to use that interacts with
these commands. It's easy enough for me to get the information from a
scrip