From: Jagannath N. <jag...@fo...> - 2014-12-01 14:28:04
|
Dear Javi, On 1 December 2014 at 00:47, Javi P <buz...@gm...> wrote: > * On 30 nov 2014, Jagannath Naidu wrote: > > > Dear All, > > > > > > poll imap.gmail.com port 993 with protocol imap > > user 'XX...@XX...' password 'XXXXXXXXX' is user 'XX...@XX...' > > folder "[Gmail]\Sent Mail" > > ssl > > sslproto SSL3 > > fetchall > > keep > > no rewrite; > > #mda "/usr/bin/procmail -f %F -d %T"; > > > > > NOTE: dont use SSL3, it is a dead protocol. > > > You are using a backslash in your IMAP folder definition ("[Gmail]\Sent > Mail") > Thanks Javi, problem resolved. "[Gmail]/Sent Mail" did worked > It should be a slash ("[Gmail]/Sent Mail"). > > > But note that some Gmail accounts have been created with localized > (non-English) names, so you should first check your account with > openssl, with a session like this (SSL certificates in ~/.ssl_certs): > > 1) first connect to IMAP server: > $ openssl s_client -crlf -connect imap.gmail.com:993 -CApath > ~/.ssl_certs > > 2) send this commands: > a001 capability > > a002 login myu...@gm... mypassword > USE Your username and password > > a003 capability > > a004 list "" "*" > > a005 list "" "%" > > > In my account (english) > > a004 list "" "*" > * LIST (\HasNoChildren) "/" "INBOX" > * LIST (\Noselect \HasChildren) "/" "[Gmail]" > * LIST (\HasNoChildren \All) "/" "[Gmail]/All Mail" > * LIST (\HasNoChildren \Drafts) "/" "[Gmail]/Drafts" > * LIST (\HasNoChildren \Important) "/" "[Gmail]/Important" > * LIST (\HasNoChildren \Sent) "/" "[Gmail]/Sent Mail" > * LIST (\HasNoChildren \Junk) "/" "[Gmail]/Spam" > * LIST (\HasNoChildren \Flagged) "/" "[Gmail]/Starred" > * LIST (\HasNoChildren \Trash) "/" "[Gmail]/Trash" > a004 OK Success > > > Regards > -- > > Javi P > -- Thanks & Regards B Jagannath Keen & Able Computers Pvt. Ltd.1 |