Skip to content

Commit

Permalink
Config file
Browse files Browse the repository at this point in the history
  • Loading branch information
crishnakh committed May 24, 2024
1 parent e7912f9 commit f5a56f7
Show file tree
Hide file tree
Showing 8 changed files with 1,203 additions and 177 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Editor config
.nova/*
vendor/*
.DS_Store
.DS_Store
oauth_v2.php
oauth.php
igw_includes/config/tokensg*.php
3 changes: 2 additions & 1 deletion backupmail.sampledb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ ALTER TABLE `igw_emails_tags`

ALTER TABLE `igw_tags`
MODIFY `ID_TAG` int(10) NOT NULL AUTO_INCREMENT;
COMMIT;

ALTER TABLE `igw_emails` ADD `RAND_STR` VARCHAR(255) NOT NULL AFTER `UPD_DATE`;
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"almasaeed2010/adminlte": "~3.0",
"vakata/jstree": "^3.3",
"php-mime-mail-parser/php-mime-mail-parser": "^6.0",
"javanile/php-imap2": "^0.1.10"
"javanile/php-imap2": "^0.1.10",
"google/apiclient": "^2.15.0"
}
}
Loading

0 comments on commit f5a56f7

Please sign in to comment.