From 9236031b1684122e83c275967fe527dc6f21b209 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 20 Aug 2019 11:29:05 +0200 Subject: [PATCH] update readme with IMAP settings instructions --- test/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/README.md b/test/README.md index 33bd014..5f9fc30 100644 --- a/test/README.md +++ b/test/README.md @@ -21,6 +21,15 @@ $ HOME=$PWD lldb python3 -- ../sync_handshake.py -e Phone Then this side is doing a replay in the debugger. Using touch to set a different timestamp on the marker will only partly replay. +In order to work with IMAP you need to create a sync_settings.py file with the +following variables: + +IMAP_HOST = 'domain.ch' +IMAP_PORT = '993' +IMAP_USER = 'your_username' +IMAP_PWD = 'password' +IMAP_EMAIL = 'user@domain.ch' + = Hint = installing termcolor and lxml will beautify the output