still can't login using imap_open to a gmail account :(
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
To
: PHP General <php-general@xxxxxxxxxxxxx>
Subject
: still can't login using imap_open to a gmail account :(
From
: Rene Veerman <rene.veerman.netherlands@xxxxxxxxx>
Date
: Thu, 19 Nov 2020 09:17:37 +0100
i'm using imap_open ('{
imap.gmail.com:993/imap/ssl/no-validate-cert}INBOX
', '
userid@xxxxxxxxx
', 'pass')
i've also tried :
imap_open ('{
imap.gmail.com:993/imap/ssl/no-validate-cert}
', '
userid@xxxxxxxxx
', 'pass')
imap_open ('{
imap.gmail.com:993/imap/ssl}
', '
userid@xxxxxxxxx
', 'pass')
imap_open ('{
imap.gmail.com:993/imap/ssl}INBOX
', '
userid@xxxxxxxxx
', 'pass')
all with 'allow access for less secure apps' turned on in the google account pages.
what am i doing wrong here?...
Follow-Ups
:
Re: still can't login using imap_open to a gmail account :(
From:
Rene Veerman
Prev by Date:
Re: imap_open() : undefined function
Next by Date:
Re: still can't login using imap_open to a gmail account :(
Previous by thread:
imap_open() : undefined function
Next by thread:
Re: still can't login using imap_open to a gmail account :(
Index(es):
Date
Thread
[Index of Archives]
[PHP Home]
[Apache Users]
[PHP on Windows]
[Kernel Newbies]
[PHP Install]
[PHP Classes]
[Pear]
[Postgresql]
[Postgresql PHP]
[PHP on Windows]
[PHP Database Programming]
[PHP SOAP]