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 3 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
101 changes: 101 additions & 0 deletions _providers/rambler.ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
---
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

# The below ones are specified as "if the above ones don't work, try these".
# Source: https://help.rambler.ru/mail/mail-pochtovye-klienty/1275
# They also have TLS, but README in this repo here doesn't allow it.

# SSL
# This one's already specified above.
# - type: imap
# socket: SSL
# hostname: imap.rambler.ru
# port: 993
- type: imap
socket: SSL
hostname: imap.rambler.ru
port: 143

# This one's already specified above.
# - type: smtp
# socket: SSL
# hostname: smtp.rambler.ru
# port: 465
- type: smtp
socket: SSL
hostname: smtp.rambler.ru
port: 587
- type: smtp
socket: SSL
hostname: smtp.rambler.ru
port: 25
- type: smtp
socket: SSL
hostname: smtp.rambler.ru
port: 2525

# STARTTLS
- type: imap
socket: STARTTLS
hostname: imap.rambler.ru
port: 993
- type: imap
socket: STARTTLS
hostname: imap.rambler.ru
port: 143

- type: smtp
socket: STARTTLS
hostname: smtp.rambler.ru
port: 465
- type: smtp
socket: STARTTLS
hostname: smtp.rambler.ru
port: 587
- type: smtp
socket: STARTTLS
hostname: smtp.rambler.ru
port: 25
- type: smtp
socket: STARTTLS
hostname: smtp.rambler.ru
port: 2525

# https://help.rambler.ru/mail/mail-pochtovye-klienty/1275 also offers
# unencrypted connections to all the same hosts. Let's leave it for users
# to configure manually and not just automatically fall back to unencrypted
# if all encrypted fail.
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