Example of a message which is displayed as sent by me:
mbox
zimbraldap@domain.com> gm 10172
Id: 10172
Conversation-Id: 10174
Folder: /Sent
Subject: lalala
From: joop <joop@domain.com>
To: Zimbra MigratieLdap <zimbraldap@domain.com>
Date: Wed, 18 Nov 2009 16:24:55 +0100 (CET)
Flags: sentByMe
Size: 463 B
Notice the 'sentByMe'-flag?
Now, it looks as though I can't set this flag myself...
mbox
zimbraldap@domain.com> gm 10241
Id: 10241
Conversation-Id: -10241
Folder: /Sent
Subject: Sent item test
From: Zimbra MigratieLdap <zimbra.ldap@domain.com>
To: Frits Spits <pietje@domain.com>
Date: Fri, 15 Jan 2010 09:39:43 +0100 (CET)
Flags: notificationSent, y
Size: 684 B
Een leuke test voor sent items...klopt dit?
mbox
zimbraldap@domain.com> mif 10241 +sentByMe
mbox
zimbraldap@domain.com> mif 10241 sentByMe
mbox
zimbraldap@domain.com> mif 10241 s
They don't work.
I even tried this script:
[zimbra@mailbox ~]$ for x in a b c d e f g h i j k l m n o p q r s t u v w x y z ; do
echo $x
echo "mif 10241 $x" > /tmp/zmmailbox
echo "gm 10241" >> /tmp/zmmailbox
zmmailbox -z -m
zimbraldap@domain.com -f /tmp/zmmailbox \
| grep -E "^Flags"
done
a
b
Flags: b
c
d
e
f
Flags: flagged
g
h
i
Flags: i
j
k
l
m
n
Flags: notificationSent
o
Flags: o
p
q
r
Flags: replied
s
t
u
v
w
Flags: forwarded
x
Flags: deleted
y
Flags: y
z
So, I can't find the 'sentByMe'-flag. I even tried upper case and numbers.