Merge pull request #75 from osleg/master

imap: quoted password
This commit is contained in:
Luke Bonham 2014-11-26 18:26:35 +01:00
commit acece6c054
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ local function worker(args)
position = "top_left"
}
curl = string.format("%s --url imaps://%s:%s/INBOX -u %s:%s %s -k",
curl = string.format("%s --url imaps://%s:%s/INBOX -u %s:%q %s -k",
head_command, server, port, mail, password, request)
async.request(curl, function(f)