From ea035c1e54a45413ecd660ffcbe0bb95b0593b77 Mon Sep 17 00:00:00 2001 From: inpos Date: Fri, 10 Jun 2016 17:58:10 +0300 Subject: [PATCH] uuid --- serpent/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serpent/misc.py b/serpent/misc.py index df06832..de9870d 100644 --- a/serpent/misc.py +++ b/serpent/misc.py @@ -19,5 +19,5 @@ MBOX_FLAGS = { 'HASNOCHILDREN': '\\HasNoChildren' } IMAP_HDELIM = '.' -IMAP_ACC_CONN_NUM = '...ConnectionNumber...' +IMAP_ACC_CONN_NUM = '...ConnectionUUID...' IMAP_MBOX_REG = {} \ No newline at end of file