3 Dec
2006
3 Dec
'06
7:03 p.m.
Timo Sirainen writes:
On Thu, 2006-11-30 at 19:48 -0500, Francisco Reyes wrote:
<message file name>,S=28985:2,S 29648 10:1164413643
I guess Courier shows the UIDLs as "10:1164413643" then?
It seems that way, but on my script I only converted the '10' over.
My pop3_uidl_format is
pop3_uidl_format = %08Xu%08Xv
In that case use %u:%v format.
If that doesn't work, check what Courier's UIDLs look like and how they're different from Dovecot's.
I will try %u:%v and report back.