Re: [Dovecot] Fetch without setting flags

2010-12-30 Thread Timo Sirainen
On Tue, 2010-12-21 at 15:56 +0330, Behrooz Afghahi wrote: > Hello, > > I'm customizing squirrelmail and I want to print a line from the message > in front of the subject in mailbox listing (like gmail). > the problem is, when I use 'FETCH {SOME_ID} BODY[]' the message gets > marked as seen. How ca

Re: [Dovecot] Fetch without setting flags

2010-12-21 Thread Adrian Mardlin
Try using 'EXAMINE' rather than 'SELECT' when selecting the Mailbox - that should do it. Adrian Mardlin in charge @ The Very Good Email Company t 01442 892641 m 07920 102401 f 01442 808081 w www.verygoodemail.com On 21 Dec 2010, at 12:26, Behrooz Afghahi wrote: > Hello, > > I'm customizing

[Dovecot] Fetch without setting flags

2010-12-21 Thread Behrooz Afghahi
Hello, I'm customizing squirrelmail and I want to print a line from the message in front of the subject in mailbox listing (like gmail). the problem is, when I use 'FETCH {SOME_ID} BODY[]' the message gets marked as seen. How can I fetch without setting the senn flag ? Thanks Behrooz