Displaying 2 results from an estimated 2 matches for "tag6".
Did you mean:
tag
2012 Jan 20
1
UID 0 problem while issuing an UID THREAD REFS command
...0 to an UID
THREAD REFS command:
in <==
TAG5 UID THREAD REFS us-ascii SINCE 18-Jul-2011
out <==
* THREAD (0)(51 52)(53)(54 55 56)(57)(58)(59 60)(61)
TAG5 OK Thread completed.
The issuer is an atmail webmail that after the previous output will try an UID
FETCH 0 that will fail with a "TAG6 BAD Error in IMAP command UID FETCH:
Invalid uidset" message.
I think that, as per a previous answer from Timo Sirainen*1, this should be
considered a dovecot's bug, am I right? Anyway, what should I try to find why
is this exactly happening?
TIA
*1 http://www.dovecot.org/list/dovec...
2008 May 22
9
building a many-to-many structure in javascript
hi,
for some purpose, I need a "in-javascript database", maybe built with
some Prototype $H function calls for creating "tables"
but what about junction tables, I mean those which express many-to-
many relations between two entity tables ?
I though using concatenation of strings with a separator, for example
"key1 key2"
"1234-56"
or "ABC \n 789"