1 Feb 2012 13:04
dbmail3 - question about imap-capabilities
Reindl Harald <h.reindl <at> thelounge.net>
2012-02-01 12:04:34 GMT
2012-02-01 12:04:34 GMT
hi, a question about IMAP-capabilities this is the default banner OK [CAPABILITY IMAP4rev1 AUTH=LOGIN AUTH=CRAM-MD5 STARTTLS ID] dbmail 3.0.0 ready this is in the "dbmail.conf" of the package capability = IMAP4 IMAP4rev1 AUTH=LOGIN ACL RIGHTS=texk NAMESPACE CHILDREN SORT QUOTA THREAD=ORDEREDSUBJECT UNSELECT IDLE am i right that the capabilities of the default config are supported and this is not only a abstract example? -- -- Reindl Harald the lounge interactive design GmbH A-1060 Vienna, Hofmühlgasse 17 CTO / software-development / cms-solutions p: +43 (1) 595 3999 33, m: +43 (676) 40 221 40 icq: 154546673, http://www.thelounge.net/ http://www.thelounge.net/signature.asc.what.htm
_______________________________________________ DBmail mailing list DBmail <at> dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail(Continue reading)
_________________
mysql> ALTER TABLE dbmail_envelope ADD UNIQUE KEY physmessage_id_2 (physmessage_id);
ERROR 1062 (23000): Duplicate entry '404219' for key 'physmessage_id_2'
mysql> select * from dbmail_envelope where physmessage_id='404219' limit 3;
+----------------+--------+---------------------------------------------------------------------------------------------------+
| physmessage_id | id | envelope
|
+----------------+--------+---------------------------------------------------------------------------------------------------+
| 404219 | 407718 | ("Thu, 01 Jan 1970 00:00:00 +0000" NIL NIL NIL NIL NIL NIL NIL NIL
"<1259405894.19903.1 <at> (none)>") |
| 404219 | 408487 | ("Thu, 01 Jan 1970 00:00:00 +0000" NIL NIL NIL NIL NIL NIL NIL NIL NIL)
|
| 404219 | 409588 | ("Thu, 01 Jan 1970 00:00:00 +0000" NIL NIL NIL NIL NIL NIL NIL NIL NIL)
|
+----------------+--------+---------------------------------------------------------------------------------------------------+
3 rows in set (0.00 sec)
mysql> select count(*) from dbmail_envelope where physmessage_id='404219';
RSS Feed