@@ -35,13 +35,31 @@ const MailSubscriptionTable = ({ subscription = {}, plans: apiPlans = [], cycle,
3535 canCustomize : true ,
3636 price : < SubscriptionPrices cycle = { cycle } currency = { currency } plan = { FREE_PLAN } /> ,
3737 imageSrc : freePlanSvg ,
38- description : c ( 'Description' ) . t `The basics for private and secure communications ` ,
38+ description : c ( 'Description' ) . t `Basic private and secure comminications ` ,
3939 features : [
40- { feature : c ( 'Feature' ) . t `1 user` } ,
41- { feature : c ( 'Feature' ) . t `500 MB storage` } ,
42- { feature : c ( 'Feature' ) . t `1 address` } ,
43- { feature : c ( 'Feature' ) . t `No domain support` } ,
44- { feature : c ( 'Feature' ) . t `ProtonVPN (optional) *` }
40+ c ( 'Feature' ) . t `1 user` ,
41+ c ( 'Feature' ) . t `500 MB storage` ,
42+ c ( 'Feature' ) . t `1 address` ,
43+ c ( 'Feature' ) . t `No domain support` ,
44+ c ( 'Feature' ) . t `150 messages/day` ,
45+ c ( 'Feature' ) . t `ProtonVPN (optional)`
46+ ] ,
47+ allFeatures : [
48+ c ( 'Feature' ) . t `1 user` ,
49+ c ( 'Feature' ) . t `500 MB storage` ,
50+ c ( 'Feature' ) . t `1 address` ,
51+ c ( 'Feature' ) . t `No domain support` ,
52+ c ( 'Feature' ) . t `150 messages per day` ,
53+ c ( 'Feature' ) . t `3 folders/labels` ,
54+ < del key = "encrypted" > { c ( 'Feature' ) . t `Encrypted contacts` } </ del > ,
55+ < del key = "address" > { c ( 'Feature' ) . t `Address verification` } </ del > ,
56+ < del key = "filters" > { c ( 'Feature' ) . t `Filters` } </ del > ,
57+ < del key = "imap" > { c ( 'Feature' ) . t `IMAP/SMTP support` } </ del > ,
58+ < del key = "auto" > { c ( 'Feature' ) . t `Auto-responder` } </ del > ,
59+ < del key = "me" > { c ( 'Feature' ) . t `@pm.me short email` } </ del > ,
60+ < del key = "catch" > { c ( 'Feature' ) . t `Catch-all email` } </ del > ,
61+ < del key = "multi" > { c ( 'Feature' ) . t `Multi-user support` } </ del > ,
62+ c ( 'Feature' ) . t `Limited support`
4563 ]
4664 } ,
4765 plusPlan && {
@@ -51,12 +69,29 @@ const MailSubscriptionTable = ({ subscription = {}, plans: apiPlans = [], cycle,
5169 imageSrc : plusPlanSvg ,
5270 description : c ( 'Description' ) . t `Full-featured mailbox with advanced protection` ,
5371 features : [
54- { feature : c ( 'Feature' ) . t `1 user` } ,
55- { feature : c ( 'Feature' ) . t `5 GB storage *` } ,
56- { feature : c ( 'Feature' ) . t `5 addresses *` } ,
57- { feature : c ( 'Feature' ) . t `Supports 1 domain *` } ,
58- { feature : c ( 'Feature' ) . t `Supports folder, labels, filters, auto-reply, IMAP/SMTP and more` } ,
59- { feature : c ( 'Feature' ) . t `ProtonVPN (optional) *` }
72+ c ( 'Feature' ) . t `1 user` ,
73+ c ( 'Feature' ) . t `5 GB storage *` ,
74+ c ( 'Feature' ) . t `5 addresses *` ,
75+ c ( 'Feature' ) . t `Supports 1 domain *` ,
76+ c ( 'Feature' ) . t `Folder, labels, filters, auto-reply, IMAP/SMTP and more` ,
77+ c ( 'Feature' ) . t `ProtonVPN (optional)`
78+ ] ,
79+ allFeatures : [
80+ c ( 'Feature' ) . t `1 user` ,
81+ c ( 'Feature' ) . t `5 GB storage *` ,
82+ c ( 'Feature' ) . t `5 addresses *` ,
83+ c ( 'Feature' ) . t `1 custom domain *` ,
84+ c ( 'Feature' ) . t `Unlimited messages **` ,
85+ c ( 'Feature' ) . t `Unlimited folders/labels` ,
86+ c ( 'Feature' ) . t `Encrypted contacts` ,
87+ c ( 'Feature' ) . t `Address verification` ,
88+ c ( 'Feature' ) . t `Filters` ,
89+ c ( 'Feature' ) . t `IMAP/SMTP support` ,
90+ c ( 'Feature' ) . t `Auto-responder` ,
91+ c ( 'Feature' ) . t `@pm.me short email` ,
92+ < del key = "catch" > { c ( 'Feature' ) . t `Catch-all email` } </ del > ,
93+ < del key = "multi" > { c ( 'Feature' ) . t `Multi-user support` } </ del > ,
94+ c ( 'Feature' ) . t `Normal support`
6095 ]
6196 } ,
6297 professionalPlan && {
@@ -66,12 +101,29 @@ const MailSubscriptionTable = ({ subscription = {}, plans: apiPlans = [], cycle,
66101 imageSrc : professionalPlanSvg ,
67102 description : c ( 'Description' ) . t `ProtonMail for professionals and businesses` ,
68103 features : [
69- { feature : c ( 'Feature' ) . t `1 - 5000 user *` } ,
70- { feature : c ( 'Feature' ) . t `5 GB storage per user *` } ,
71- { feature : c ( 'Feature' ) . t `5 addresses per user *` } ,
72- { feature : c ( 'Feature' ) . t `Supports 2 domains *` } ,
73- { feature : c ( 'Feature' ) . t `Catch all email, multi user management, priority support and more` } ,
74- { feature : c ( 'Feature' ) . t `ProtonVPN (optional) *` }
104+ c ( 'Feature' ) . t `1 - 5000 user *` ,
105+ c ( 'Feature' ) . t `5 GB storage per user *` ,
106+ c ( 'Feature' ) . t `5 addresses per user *` ,
107+ c ( 'Feature' ) . t `Supports 2 domains *` ,
108+ c ( 'Feature' ) . t `Catch-all email, multi-user management` ,
109+ c ( 'Feature' ) . t `Priority support`
110+ ] ,
111+ allFeatures : [
112+ c ( 'Feature' ) . t `1-5000 user` ,
113+ c ( 'Feature' ) . t `5 GB per user *` ,
114+ c ( 'Feature' ) . t `5 addresses per user *` ,
115+ c ( 'Feature' ) . t `2 custom domains *` ,
116+ c ( 'Feature' ) . t `Unlimited messages **` ,
117+ c ( 'Feature' ) . t `Unlimited folders/labels` ,
118+ c ( 'Feature' ) . t `Encrypted contacts` ,
119+ c ( 'Feature' ) . t `Address verification` ,
120+ c ( 'Feature' ) . t `Filters` ,
121+ c ( 'Feature' ) . t `IMAP/SMTP support` ,
122+ c ( 'Feature' ) . t `Auto-responder` ,
123+ c ( 'Feature' ) . t `@pm.me short email` ,
124+ c ( 'Feature' ) . t `Catch-all email` ,
125+ c ( 'Feature' ) . t `Multi-user support` ,
126+ c ( 'Feature' ) . t `Priority support`
75127 ]
76128 } ,
77129 visionaryPlan && {
@@ -81,12 +133,29 @@ const MailSubscriptionTable = ({ subscription = {}, plans: apiPlans = [], cycle,
81133 imageSrc : visionaryPlanSvg ,
82134 description : c ( 'Description' ) . t `ProtonMail for families and small businesses` ,
83135 features : [
84- { feature : c ( 'Feature' ) . t `6 users` } ,
85- { feature : c ( 'Feature' ) . t `20 GB storage` } ,
86- { feature : c ( 'Feature' ) . t `Supports 10 domains` } ,
87- { feature : c ( 'Feature' ) . t `Includes all features` } ,
88- { feature : c ( 'Feature' ) . t `Priority support` } ,
89- { feature : c ( 'Feature' ) . t `Includes ProtonVPN` }
136+ c ( 'Feature' ) . t `6 users` ,
137+ c ( 'Feature' ) . t `20 GB storage` ,
138+ c ( 'Feature' ) . t `50 addresses` ,
139+ c ( 'Feature' ) . t `Supports 10 domains` ,
140+ c ( 'Feature' ) . t `Includes all features` ,
141+ c ( 'Feature' ) . t `Includes ProtonVPN`
142+ ] ,
143+ allFeatures : [
144+ c ( 'Feature' ) . t `6 users` ,
145+ c ( 'Feature' ) . t `20 GB storage` ,
146+ c ( 'Feature' ) . t `50 addresses` ,
147+ c ( 'Feature' ) . t `10 custom domains *` ,
148+ c ( 'Feature' ) . t `Unlimited messages **` ,
149+ c ( 'Feature' ) . t `Unlimited folders/labels` ,
150+ c ( 'Feature' ) . t `Encrypted contacts` ,
151+ c ( 'Feature' ) . t `Address verification` ,
152+ c ( 'Feature' ) . t `Filters` ,
153+ c ( 'Feature' ) . t `IMAP/SMTP support` ,
154+ c ( 'Feature' ) . t `Auto-responder` ,
155+ c ( 'Feature' ) . t `@pm.me short email` ,
156+ c ( 'Feature' ) . t `Catch-all email` ,
157+ c ( 'Feature' ) . t `Multi-user support` ,
158+ c ( 'Feature' ) . t `Priority support`
90159 ]
91160 }
92161 ] ;
0 commit comments