-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixed WKD cache issue, added rudimentary phishing email detectio…
…n, bump deps for graceful
- Loading branch information
Showing
35 changed files
with
546 additions
and
58 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# <https://github.com/nodemailer/wildduck/issues/768> | ||
[log] | ||
[log.gelf] | ||
enabled=false | ||
hostname=false # defaults to os.hostname() | ||
component="forwardemail" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
extends ../layout | ||
|
||
block content | ||
.container.mt-3 | ||
.row | ||
.col-12 | ||
.card.border-dark.d-block.text-center | ||
h1.h5.card-header= t("We detected a possible phishing email") | ||
.card-body.text-center.p-0 | ||
a(href=config.urls.web) | ||
img.img-fluid.d-block.align-top( | ||
src=manifest("img/emails/phishing.png"), | ||
alt="" | ||
) | ||
.p-3 | ||
h1.h3!= t("Don't worry – everything is OK!") | ||
p.card-text | ||
!= t('We detected that an email sent to you from <strong class="notranslate">%s</strong> may be a phishing email. If you received this message, then please move it to your junk/spam folder if it is not a false positive.', from) | ||
ul.list-inline | ||
li | ||
strong= t("Date") | ||
= ": " | ||
= date | ||
li | ||
strong= t("Subject") | ||
= ": " | ||
= subject | ||
li | ||
strong= t("Message-ID") | ||
= ": " | ||
= messageId | ||
li | ||
strong= t("IP") | ||
= ": " | ||
= remoteAddress | ||
.p-3 | ||
h2.h5= t("Do you send this every time?") | ||
p.card-text | ||
= t("No, we only send it once a month per sender's root domain.") | ||
.p-3 | ||
h2.h5= t("Why are you sending this email?") | ||
p.card-text.small | ||
!= t("This email is sent for your protection and in the event a developer or IT specialist did not configure SPF/DKIM correctly.") | ||
= " " | ||
= t("The reason we sent this email is because we detected that it did not have passing SPF nor DKIM and the sender's root domain did not match the From address root domain.") | ||
.p-3 | ||
h2= t("What is Forward Email?") | ||
p.card-text | ||
!= t('For <span class="notranslate">%d</span> years and counting, we are the go-to email service for hundreds of thousands of creators, developers, and businesses.', dayjs().endOf("year").diff(dayjs("1/1/17", "M-D/YY"), "year")) | ||
= " " | ||
!= t('Send and receive email as <span class="notranslate font-weight-bold text-nowrap">[email protected]</span>.') | ||
ul.list-unstyled.text-left.mb-3.d-inline-block.mx-auto | ||
li | ||
= emoji("white_check_mark") | ||
= " " | ||
= t("Unlimited domains and aliases") | ||
= " " | ||
span.badge.badge-success | ||
= t("100% Free") | ||
li | ||
= emoji("white_check_mark") | ||
= " " | ||
= t("10 GB encrypted email storage") | ||
= " " | ||
a.badge.badge-dark( | ||
href=`${config.urls.web}/${locale}/blog/docs/best-quantum-safe-encrypted-email-service` | ||
) | ||
= t("Learn more") | ||
= " " | ||
!= "→" | ||
li | ||
= emoji("white_check_mark") | ||
= " " | ||
= t("Privacy-focused email") | ||
= " " | ||
a.badge.badge-dark.align-middle( | ||
href=`${config.urls.web}/privacy` | ||
) | ||
= t("Privacy Policy") | ||
= " " | ||
!= "→" | ||
li | ||
= emoji("white_check_mark") | ||
= " " | ||
= t("Send outbound SMTP email") | ||
= " " | ||
a.badge.badge-dark( | ||
href=`${config.urls.web}/guides/send-email-with-custom-domain-smtp` | ||
) | ||
= t("SMTP Guide") | ||
= " " | ||
!= "→" | ||
li | ||
= emoji("white_check_mark") | ||
= " " | ||
= t("Works with Apple, Outlook, Gmail, Thunderbird, Android") | ||
= " " | ||
a.badge.badge-dark( | ||
href=`${config.urls.web}/${locale}/faq#do-you-support-receiving-email-with-imap` | ||
) | ||
= t("Apps") | ||
= " " | ||
!= "→" | ||
li | ||
= emoji("white_check_mark") | ||
= " " | ||
= t("Enterprise-grade 99.99% uptime SLA") | ||
= " " | ||
a.badge.badge-dark(href=`${config.urls.web}/faq`) | ||
= t("View FAQ") | ||
= " " | ||
!= "→" | ||
li | ||
= emoji("white_check_mark") | ||
= " " | ||
= t("Powered by bare metal servers") | ||
= " " | ||
a.badge.badge-dark( | ||
href="https://status.forwardemail.net", | ||
target="_blank", | ||
rel="noopener noreferrer" | ||
) | ||
= t("Status Page") | ||
= " " | ||
!= "→" | ||
li | ||
= emoji("white_check_mark") | ||
= " " | ||
= t("100% open-source software") | ||
= " " | ||
a.badge.badge-dark( | ||
href="https://github.com/forwardemail", | ||
target="_blank", | ||
rel="noopener noreferrer" | ||
) | ||
= t("View") | ||
= " " | ||
= t("GitHub") | ||
= " " | ||
!= "→" | ||
li | ||
= emoji("white_check_mark") | ||
= " " | ||
= t("Email API designed for developers") | ||
= " " | ||
a.badge.badge-dark(href=`${config.urls.web}/email-api`) | ||
= t("Email API") | ||
= " " | ||
!= "→" | ||
.d-block | ||
a.btn.btn-lg.btn-success.text-uppercase.font-weight-bold( | ||
href=config.urls.web | ||
) | ||
= t("Sign up free") | ||
.card-footer.small.text-muted= t("If you have any questions or comments, then please let us know.") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
= striptags(`${emoji("fishing_pole_and_fish")} ${t('Possible Phishing from <span class="notranslate">%s</span>', from)}`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.