Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add rambler.ru #284

Merged
merged 5 commits into from
Mar 21, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions _providers/rambler.ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: rambler.ru
status: PREPARATION
domains:
# From the registration page
- rambler.ru
- autorambler.ru
- myrambler.ru
- rambler.ua
# From https://help.rambler.ru/mail/mail-pochtovye-klienty/1275
- lenta.ru
# https://help.rambler.ru/mail/mail-legal/1329
- ro.ru
- r0.ru
server:
# Source: https://help.rambler.ru/mail/mail-nastrojki-pochtovogo-yashika/2129/
- type: imap
socket: SSL
hostname: imap.rambler.ru
port: 993
- type: smtp
socket: SSL
hostname: smtp.rambler.ru
port: 465
# Let's put `STARTTLS` below all the `SSL` ones.
- type: imap
socket: STARTTLS
hostname: imap.rambler.ru
port: 143
# They also say "if the above ones don't work, try these":
# https://help.rambler.ru/mail/mail-pochtovye-klienty/1275
# But many of those don't appear to actually work right now,
# our CI fails.
#
# They also have TLS, but README in this repo here doesn't allow it.
before_login_hint: |
Чтобы войти в Рамблер/почта через Delta Chat, необходимо предварительно включить доступ с помощью почтовых клиентов на сайте mail.rambler.ru
last_checked: 2024-03
website: https://mail.rambler.ru/
---

Чтобы войти в Рамблер/почта через Delta Chat, необходимо [включить доступ с помощью почтовых клиентов на сайте mail.rambler.ru](https://help.rambler.ru/mail/mail-nastrojki-pochtovogo-yashika/2129/)
Loading