[Dbmail] Patch config (1of6)

2002-11-13 Thread Klas Handel
S 0:00 dbmail/imap4 : Idle 4684 ?S 0:00 dbmail/imap4 : Idle 4685 ?S 0:00 dbmail/imap4 : USER: klas [111.222.333.444] 4687 ?S 0:00 dbmail/imap4 : Idle Kind regards /Klas Handel [EMAIL PROTECTED] config.patch Description: Binary data

[Dbmail] Patch parse (2of6)

2002-11-13 Thread Klas Handel
tp.server.com> in our database and it would not show up in the client. Cheers /Klas Handel [EMAIL PROTECTED] parse.patch Description: Binary data

[Dbmail] Patch mbox2dbmail-fast (4of6)

2002-11-13 Thread Klas Handel
Hello, (mbox2dbmail-fast.patch 4of6) This is a patch that adds a new mbox2dbmail application. /Klas Handel [EMAIL PROTECTED] mbox2dbmail-fast.patch Description: Binary data

[Dbmail] Patch debug (3of6)

2002-11-13 Thread Klas Handel
] COMMAND: [00BR CAPABILITY] Regards /Klas Handel [EMAIL PROTECTED] debug.patch Description: Binary data

[Dbmail] Patch master-slave (5of6)

2002-11-13 Thread Klas Handel
Hi, (master-slave.patch 5of6) The attached patch adds to ability to use a master/slave (write/read) database configuration. (only MySQL). This patch uses the config functionalty, so config.patch must be applied first. Kind regards /Klas Handel [EMAIL PROTECTED] master-slave.patch Description

[Dbmail] Patch makefile (6of6)

2002-11-13 Thread Klas Handel
Hi, (makefile.patch 6of6) A patch for Makefile.mysql (to handle my other patches). Hope some of the things I've done can be of some help! Looking forward to the Dec 2nd release! Cheers /Klas [EMAIL PROTECTED] makefile.patch Description: Binary data

[Dbmail] Patch: strange characters

2002-12-05 Thread Klas Handel
example subject line from a message I couldn't see before: Subject: -(±¤°í) Ä«´Þ·Î±× Á¦ÀÛ, CIÁ¦ÀÛ (Actually not much to see and read, really.. :) I've patched the CVS version from 2002-12-05. Thanks for your hard work! Regards /Klas Handel [EMAIL PROTECTED] email_literals.patch Description: Binary data

[Dbmail] Patch: email address fields

2002-12-05 Thread Klas Handel
tlook Express). They have these kind of from (or: to, reply etc.) fields: From: Does Notwork <[EMAIL PROTECTED];[EMAIL PROTECTED];;> I've patched the CVS version from 2002-12-05. Regards /Klas Handel [EMAIL PROTECTED] email_address_fields.patch Description: Binary data

[Dbmail] DBMAIL_USE_SAME_CONNECTION?

2002-12-05 Thread Klas Handel
Hi, Does anyone know how I should use DBMAIL_USE_SAME_CONNECTION, if I don't want to use the same connection? If I just remove the #define of DBMAIL_USE_SAME_CONNECTION things are not working. Am I supposed to write the extra code needed myself or? I can't really find any support for the use of tw

[Dbmail] DB replication patch

2002-12-06 Thread Klas Handel
Hi, We're using dbmail together with MySQL. Since our database is quite large and we have a lot of users we want to spread our load a little bit. We have setup our database in replication (master/slave) mode. Then what we want to do is force all read (select) activities to our slave (slaves) and a

[Dbmail] Process title patch

2002-12-06 Thread Klas Handel
Hello, Attached is a patch that can (if you #define PROC_TITLES in config.h) give you some useful information about imap and pop clients. Instead of giving you the normal information: 20842 ?S 0:00 ./dbmail-imapd 20843 ?S 0:00 ./dbmail-imapd 20844 ?S 0:00 ./d

[Dbmail] Re: Process title patch

2002-12-08 Thread Klas Handel
ards roel > > >Roel Rozendaal - IC&S heeft op vrijdag, 6 dec 2002 om 11:00 >(Europe/Amsterdam) het volgende geschreven: > >> Hi klas, >> >> like that idea, i patched my version here but it does not show >> anything new in the process list. I'm running OS X -

Re: [Dbmail] Request for a modified dbmail-smtp (patch included)

2002-12-10 Thread Klas Handel
Hi Jacques, I've attached a patch (CVS 2002/12/11) that makes it possible to automatically create a mailbox that doesn't exist. You have to #define AUTO_CREATE_MAILBOX to make it work. And if you are using PostgreSQL, you have to update it, since my patch is only for MySQL users... sorry for that.