Skip to content

Commit

Permalink
Update mail.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolayvn committed Aug 1, 2021
1 parent 61428a3 commit 3bbbffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mail.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const Imap = require('node-imap')
const simpleParser = require('mailparser').simpleParser
const cheerio = require('cheerio')

login = 'alienbot.fun@yandex.ru'
password = 'pft,fkb,fybnm'
login = ''
password = ''
host = 'imap.yandex.ru'

// Подготовка параметров для подключения к серверу
Expand Down

0 comments on commit 3bbbffb

Please sign in to comment.