PHP Upload Feed Amazon SP-API
Budget: $70 – $71 USD
I have an office 365 e-mail (through Gabohost [godaddy]) and until recently I was able to READ my e-mails, delete, move and search etc easily in PHP, connecting with:
$mbox = imap_open( "{outlook.office365.com:993/imap/ssl}INBOX", $username, $password);
Now this single line provides an error (Can not authenticate to IMAP server: AUTHENTICATE failed)
since office365 no longer allows "Basic authentication".
FILE STRUCTURE:
===============
The goal of this project is to provide a zip file that contains 1 PHP file and 1 folder:
test.php
Folder
* The folder is where all the files the php needs to connect and do what it needs to do. No linux, installation or composers please. If this project needs a composer, then please include all of it inside the "folder".
* The test.php I can put in my email credentials and be able to:
A) Delete emails
B) Move emails
C) Search for emails in my inbox with custom filter, such as for example "SINCE", "ANSWERED", " SUBJECT" etc
D) Mark them as answered or unanswered etc
I do NOT need it to send e-mails.
PAYMENT:
========
Once code is ready, you can send the code to me to test. I will enter my credentials and once successful payment will be released. No exception! It's ok if we need to do multiple tests :)
PRIVACY:
========
Every time files are sent to me to test, all files will be carefully examined to see if the code contains any efforts to steal my email username and password and if found you will be reported.
--------------------
You may view the file attached as it shows my OLD code where I want something just like it. Reviewing this file is important as I want the new code to be as identical to this one as possible and actually work.
Please only take on this project if you are very certain you can do this and are very experienced with emails in PHP.
Thank you very much.
$mbox = imap_open( "{outlook.office365.com:993/imap/ssl}INBOX", $username, $password);
Now this single line provides an error (Can not authenticate to IMAP server: AUTHENTICATE failed)
since office365 no longer allows "Basic authentication".
FILE STRUCTURE:
===============
The goal of this project is to provide a zip file that contains 1 PHP file and 1 folder:
test.php
Folder
* The folder is where all the files the php needs to connect and do what it needs to do. No linux, installation or composers please. If this project needs a composer, then please include all of it inside the "folder".
* The test.php I can put in my email credentials and be able to:
A) Delete emails
B) Move emails
C) Search for emails in my inbox with custom filter, such as for example "SINCE", "ANSWERED", " SUBJECT" etc
D) Mark them as answered or unanswered etc
I do NOT need it to send e-mails.
PAYMENT:
========
Once code is ready, you can send the code to me to test. I will enter my credentials and once successful payment will be released. No exception! It's ok if we need to do multiple tests :)
PRIVACY:
========
Every time files are sent to me to test, all files will be carefully examined to see if the code contains any efforts to steal my email username and password and if found you will be reported.
--------------------
You may view the file attached as it shows my OLD code where I want something just like it. Reviewing this file is important as I want the new code to be as identical to this one as possible and actually work.
Please only take on this project if you are very certain you can do this and are very experienced with emails in PHP.
Thank you very much.