Re: [Dovecot] get the messages ID after APPEND

2010-04-16 Thread Pascal Volk
On 04/16/2010 10:56 PM Christian Fischer wrote: > Timo Sirainen schrieb: >> v1.1+ supports UIDPLUS extension that gives you the UID immediately in >> the APPEND reply. > This sounds great! > Do you know where to get the Packages for debian lenny? http://packages.debian.org/source/lenny-backports/

Re: [Dovecot] get the messages ID after APPEND

2010-04-16 Thread Christian Fischer
Timo Sirainen schrieb: On Fri, 2010-04-16 at 15:37 +0200, Christian Fischer wrote: Hi there! I am new to imap "Command Line" and trying to write a script doing the following on a dovecot imap server: - APPEND a message (e.g. to Drafts) - get the ID to reopen the message for reading In sho

Re: [Dovecot] get the messages ID after APPEND

2010-04-16 Thread Timo Sirainen
On Fri, 2010-04-16 at 15:37 +0200, Christian Fischer wrote: > Hi there! > > I am new to imap "Command Line" and trying to write a script doing the > following on a dovecot imap server: > - APPEND a message (e.g. to Drafts) > - get the ID to reopen the message for reading > > In short: How do i g

[Dovecot] get the messages ID after APPEND

2010-04-16 Thread Christian Fischer
Hi there! I am new to imap "Command Line" and trying to write a script doing the following on a dovecot imap server: - APPEND a message (e.g. to Drafts) - get the ID to reopen the message for reading In short: How do i get the ID back from the APPEND command or which command has to be invoked