Skip to content

Commit

Permalink
Added PHP-imap2 to test oauth. Upgraded to php7.4. Added more config …
Browse files Browse the repository at this point in the history
…to accounts: spam folder, trash folder and oauth access token
  • Loading branch information
crishnakh committed Apr 8, 2023
1 parent 7bb50c8 commit 8679953
Show file tree
Hide file tree
Showing 6 changed files with 831 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Editor config
.nova/*
.nova/*
vendor/*
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ To get your own backup mail working, you need a server with PHP7 and extension M

### Install mailparse extension

** Remember PHP compability **
- Tested to PHP 7.4.33

#### Ubuntu, Debian & derivatives
```
sudo apt install php-cli php-mailparse
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"require": {
"almasaeed2010/adminlte": "~3.0",
"vakata/jstree": "^3.3",
"php-mime-mail-parser/php-mime-mail-parser": "^6.0"
"php-mime-mail-parser/php-mime-mail-parser": "^6.0",
"javanile/php-imap2": "^0.1.10"
}
}

0 comments on commit 8679953

Please sign in to comment.