mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 05:06:54 +02:00
Add debug log output for raw folder format
This commit is contained in:
@@ -107,6 +107,7 @@ class Account:
|
||||
conn.logout()
|
||||
|
||||
for d in data:
|
||||
logging.debug("Folder raw format: %s" % d)
|
||||
match = re.match('.+\s+("."|"?NIL"?)\s+"?([^".]+)"?$', d)
|
||||
|
||||
if match == None:
|
||||
|
||||
Reference in New Issue
Block a user