Re: [Dbmail-dev] CAPA

2010-01-15 Thread Jorge Bastos
> Nothing big. > > Currently, the CAPABILITIES string is a static value, configured at > compile-time, or in dbmail.conf > > I want to make this set of values more dynamic. > > For example: if AUTH=CRAM-MD5 fails because the password is stored > encrypted the imap server should return a CAPABILI

Re: [Dbmail-dev] CAPA

2010-01-15 Thread Paul J Stevens
Nothing big. Currently, the CAPABILITIES string is a static value, configured at compile-time, or in dbmail.conf I want to make this set of values more dynamic. For example: if AUTH=CRAM-MD5 fails because the password is stored encrypted the imap server should return a CAPABILITY string without

[Dbmail-dev] CAPA

2010-01-15 Thread Jorge Bastos
Hi Paul, Allow me to ask your push yesterday about CAPA, what does this stands for and what does it do/going to be? Jorge, ___ Dbmail-dev mailing list Dbmail-dev@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

[Dbmail-dev] CAPA command

2003-10-10 Thread Ilja Booij
Hi, on the sourceforge page, there was a patch by Ryan Butler, which added the CAPA pop3 command to dbmail-pop3d. I've merged this patch into both the 1.1 and 2.0 branches. Ilja