Displaying 2 results from an estimated 2 matches for "w1838".
Did you mean:
1838
2019 May 08
2
UID to file?
Hello,
In the past I was in a situation that given an email UID I wanted to
know which file in the Maildir directory this UID was saved.
I did a small parser for $HOME/Maildir/dovecot-uidlist where, if the
file had:
1000 W1838 S1796 :1557351041.10447_1.example
I would ask for the UID 1000 and would return
:1557351041.10447_1.example (and I knew that it was in
$HOME/Maildir/new)
Is there any other way using dovecot tools to do the same, to avoid
parsing an internal dovecot file?
Thank you!
--
Carles Pina i Estany
GP...
2019 May 09
0
UID to file?
...Pina i Estany via dovecot wrote:
> Hello,
>
> In the past I was in a situation that given an email UID I wanted to
> know which file in the Maildir directory this UID was saved.
>
> I did a small parser for $HOME/Maildir/dovecot-uidlist where, if the
> file had:
>
> 1000 W1838 S1796 :1557351041.10447_1.example
>
> I would ask for the UID 1000 and would return
> :1557351041.10447_1.example (and I knew that it was in
> $HOME/Maildir/new)
>
> Is there any other way using dovecot tools to do the same, to avoid
> parsing an internal dovecot file?
>
>...