mail page imap connection mime 5 bis rest 8
This commit is contained in:
parent
0c5b9364dc
commit
485ce9d624
6
.env
6
.env
@ -64,3 +64,9 @@ DB_PORT=5432
|
||||
DB_USER=alma
|
||||
DB_PASSWORD=Sict33711###
|
||||
DB_NAME=rivacube
|
||||
|
||||
# IMAP Configuration
|
||||
IMAP_USER=alma@governance-labs.org
|
||||
IMAP_PASSWORD=your_imap_password_here
|
||||
IMAP_HOST=mail.infomaniak.com
|
||||
IMAP_PORT=993
|
||||
|
||||
@ -4,8 +4,8 @@ import { simpleParser } from 'mailparser';
|
||||
|
||||
// IMAP configuration
|
||||
const imapConfig = {
|
||||
user: 'contact@governance-labs.org',
|
||||
password: 'K!376c$6H#kMknM',
|
||||
user: process.env.IMAP_USER || 'alma@governance-labs.org',
|
||||
password: process.env.IMAP_PASSWORD || '',
|
||||
host: 'mail.infomaniak.com',
|
||||
port: 993,
|
||||
tls: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user