t: November 25, 2002 1:59 PM
To: Mark Keasling
Cc: [EMAIL PROTECTED]
Subject: RE: Timsieved valid commands -- Expected EOL
Hi Mark,
I am still working on Timsieved. I got error "Expected EOL".
GETSCRIPT "mysieve"
{127}
require ["fileinto&quo
cript data"
In my C++ program I did:
sprintf((char*) sendBuffer, "PUTSCRIPT \"%s\" \"%s\"\r\n", scriptName.c_str(),
script.c_str());
m_pConnection->Send(sendBuffer, strlen(sendBuffer));
The C++ program gave me the same result.
I wonder why other command didn
Mark Keasling wrote:
>
> Hi,
>
> On Tue, 19 Nov 2002 21:20:57 -0500, Su Li <[EMAIL PROTECTED]> wrote...
> > Thanks a lot Mark and Ken,
> >
> > I am writing a C++ client to log into Sieve 2000 port. Can you send me the C++/C
>code for base64 encode? So what I need to do to login to Sieve should
Thank a lot! It works very well! Really cool!
Thanks, every one who helped me on this problem.
Su
-Original Message-
From: Mark Keasling [mailto:[EMAIL PROTECTED]]
Sent: November 19, 2002 11:55 PM
To: Su Li
Subject: Re: Timsieved valid commands
Hi,
On Tue, 19 Nov 2002 23:30:16 -0500
On Wed, 20 Nov 2002, Mark Keasling wrote:
> However, for testing purposes you may still want to connect to the timsieved
> by telnet. In that case using AUTHENTICATE "LOGIN" is easiest way to login
Actually, I bet you'll find sivtest (one of the imtest variations) to be
much more useful for this
--On Tuesday, November 19, 2002 9:46 PM -0500 Ken Murchison
<[EMAIL PROTECTED]> wrote:
| You should use the SASL library to to the authentication so you can
| handle any available mechanism. The imtest.c program that comes with
| Cyrus is a good example of a SASL client - it handles SSL/TLS and
Hi,
On Tue, 19 Nov 2002 21:20:57 -0500, Su Li <[EMAIL PROTECTED]> wrote...
> Thanks a lot Mark and Ken,
>
> I am writing a C++ client to log into Sieve 2000 port. Can you send me the C++/C
>code for base64 encode? So what I need to do to login to Sieve should be like:
>
> C: AUTHENTICATE "PLAIN
Su Li wrote:
>
> Thanks a lot Mark and Ken,
>
> I am writing a C++ client to log into Sieve 2000 port. Can you send me the C++/C
>code for base64 encode? So what I need to do to login to Sieve should be like:
You should use the SASL library to to the authentication so you can
handle any avail
Thanks a lot Mark and Ken,
I am writing a C++ client to log into Sieve 2000 port. Can you send me the C++/C code
for base64 encode? So what I need to do to login to Sieve should be like:
C: AUTHENTICATE "PLAIN" {21+}
C:
S: password?
C:
S: OK loged in
Is that right?
I really appreciate if you
Hi,
On Tue, 19 Nov 2002 16:08:58 -0500, Su Li <[EMAIL PROTECTED]> wrote...
> Hi
>
> I am building a web admin server to manage the sieve filtering for Cyrus IMAP. I
>don't want to use Sieveshell. I telnet to Sieve port 2000 and did a 'AUTHENTICATE
>"PLAIN" ' command. I checked the man page of
Su Li wrote:
>
> Hi
>
> I am building a web admin server to manage the sieve filtering for Cyrus IMAP. I
>don't want to use Sieveshell. I telnet to Sieve port 2000 and did a 'AUTHENTICATE
>"PLAIN" ' command. I checked the man page of timsieved. There is not much information
>about valid comm
Hi
I am building a web admin server to manage the sieve filtering for Cyrus IMAP. I don't
want to use Sieveshell. I telnet to Sieve port 2000 and did a 'AUTHENTICATE "PLAIN" '
command. I checked the man page of timsieved. There is not much information about
valid commands. I am not sure how can
12 matches
Mail list logo