Proton Mail & Calendar
- or
No existing idea results
- ~ No ideas found ~
1931 results found
-
Exclude deleted email from the inbox view
Currently, the inbox shows the email threads that are already deleted and remain in the trashbin. It is unfriendly to see all the deleted email rolled in the top of the new email.
2 votes -
Raise the number of possible filters active at the same time
I am so so far from having set up all of the filters I need for my emails and there's a maximum number of them? I'm a paying customer. We should be able to have an unlimited number.
Especially since @domain.com filters don't work, you can only filter full email addresses for the label filter to correctly function.2 votes -
Allow filter to copy messages as an alternative to move
A new proton user with GB of emails from previous system. I have stopped using it as now on proton.
I have setup a folder structure to allow emails to be stored relative to name of folder. The filter moves the messages correctly, but unless I open main folders to see subfolders with new email count, I don't know what emails have been received. I cannot always respond to notification in real-time.
Allowing a filter option to copy messages rather than just move, means I am aware of what has arrived and can read / respond to it, deleting once done as copy in folder.
Alternatively, auto-open folder with new messages when they arrive, so I can just run my eye down the list to deal with new emails. I am having to assess ALL EMAILS which is clumsy.
A new proton user with GB of emails from previous system. I have stopped using it as now on proton.
I have setup a folder structure to allow emails to be stored relative to name of folder. The filter moves the messages correctly, but unless I open main folders to see subfolders with new email count, I don't know what emails have been received. I cannot always respond to notification in real-time.
Allowing a filter option to copy messages rather than just move, means I am aware of what has arrived and can read / respond to it, deleting once…
2 votes -
Make iPad Calendar app compatible with Apples app windows.
The iPad Calendar app from Proton is not compatible with the Apple iOS app windows system. Changes should be done to make it compatible.
2 votes -
Search within mail in desktop app
In the desktop app I would like to be able to search within the current mail or mail conversation, without looking at other messages.
2 votes -
more defaults for each calendar
Basically all options able to be defaulted to any calendar. Duration (including all day), notifications (type and frequency), location, even details and the options to come (like attachments).
One calendar is "Birthdays" while one calendar is "Meetings." We can see how the defaults would be very different here yes? Every birthday is saved as all day and will want to be reminded further out. Meetings are probably short specific times and reminders are closer to the date. This is true for each and every calendar yes?
I'd say a big opportunity to increase efficiency here.
2 votes -
filter mail by mail type (aka protonmail or google)
I've just connected my gmail to my proton mail... It doesn't have an option to filter by where the mail came from. Please let me toggle the gmail mails in and out or even just have a separate tab. My protonmail account is very clean (no subscriptions, email lists etc) so getting all the google stuff mixed in is too much. Might have to disconnect the gmail account.
2 votes -
Proton Mail row view: preview pane, and default goes to next message
When viewing emails with row view, I have two suggestions
- It would be useful to have a preview pane in row view mode.
- After processing an email the window goes back to the main page, so I need to click on the next message. It would be better if by default the next message was displayed instead, or at least to have an option to choose9 votes -
export event as *.ics (also recurring event)
Propose to allow export event as *.ics file. Quite often is needed to create an event and send other people that event as calendar event, which can be imported regardless of used calendar. For such purposes, the *.ics event format is the best. Please allow export event as it is: either one or recurring event. Thank you!
15 votes -
Please enable file count for folders in Drive
I would like to see the number of files in a given Drive folder.
3 votes -
Have events arrive directly in the calendar they were sent to
This seems so obvious, I am not sure why it was set up differently by design.
Nice that we can change the calendar on some events received (but not all!!!) but if I receive an event in one calendar I expect it to show in that given calendar, default colour coding included.
Some calendars might be shared, some linked to accounting etc, if an event is received by x it should show in x.
This is a big risk for privacy and business resilience as well and a big loss of time cleaning up for each event coming in one by one.
This seems so obvious, I am not sure why it was set up differently by design.
Nice that we can change the calendar on some events received (but not all!!!) but if I receive an event in one calendar I expect it to show in that given calendar, default colour coding included.
Some calendars might be shared, some linked to accounting etc, if an event is received by x it should show in x.
This is a big risk for privacy and business resilience as well and a big loss of time cleaning up for each event coming in one…
2 votes -
Label before sending
It would be very nice if we could label an originally drafted outgoing mail prior to hitting "Send." Then, I wouldn't have to click into the Sent folder after each email or at the end of the day to label my originally drafted emails.
4 votes -
Can you make Folder Filter Quantity & Modification possible?
While your automatic setup of folder filters is very nice, I now get "too many filters" if I try to add any. Also, there seems to be no place to find and eliminate filters that are no longer needed. In Thunderbird, though I have to set up filters, I can see which are present, where they are directed, and can modify or remove them. And so far, I've never hit a 'limit'. Some kind of similar arrangement would be nice. Side note: because of 'too many filters' I now have to 'move' email manually every time, so the filtering function is no longer used, much to my chagrin.
While your automatic setup of folder filters is very nice, I now get "too many filters" if I try to add any. Also, there seems to be no place to find and eliminate filters that are no longer needed. In Thunderbird, though I have to set up filters, I can see which are present, where they are directed, and can modify or remove them. And so far, I've never hit a 'limit'. Some kind of similar arrangement would be nice. Side note: because of 'too many filters' I now have to 'move' email manually every time, so the filtering function…
2 votes -
keep data on PC or android locally for better, quicker search function
keep data LOCALLY on PC or Android for better, quicker search function. Search is massively important, especially with years of calendar items.
2 votes -
Remove secret-service requirement from Proton Mail Bridge (Linux)
Proton Mail Bridge for Linux's requirement for a secret-service adds complexity to the installation process. Even using the
passutility as suggested, GPG also needs to be installed and a GPG key generated to initialize the password store. Removing the secret service requirement would simplify the installation, reduce the 'weight' of the installation (number of steps and installed packages), and simplify what needs to be backed up. Storing the vault key is also a security hazard as it makes the data (credentials, email messages, etc.) recoverable for anyone with the home directory or a backup of the directory.Using a KDF (e.g. Argon2, PBKDF2, etc.) would simplify and improve security, since the key is never in the server's persistent storage. There may be other cryptographic constructs with similar or additional properties.
- Use the IMAP/SMTP password as input to the KDF.
- The derived key(s) are used to encrypt messages and other private data directly, or used to wrap a data encryption key (that, in turn, encrypts the messages).
- With this change, a sync would only occur after the first IMAP or SMTP connection is established from the mail app, but most clients should either stay connected or connect relatively often. Syncs with the Proton servers could continue as long as the service is running. Or for even greater security, stop (and wipe the password/keys from memory) when the client disconnects.
Proton Mail Bridge for Linux's requirement for a secret-service adds complexity to the installation process. Even using the
passutility as suggested, GPG also needs to be installed and a GPG key generated to initialize the password store. Removing the secret service requirement would simplify the installation, reduce the 'weight' of the installation (number of steps and installed packages), and simplify what needs to be backed up. Storing the vault key is also a security hazard as it makes the data (credentials, email messages, etc.) recoverable for anyone with the home directory or a backup of the directory.Using a…
2 votes -
Booking Page allow multiple dates choice
To find a Date for a group of people it would be nice to be able to allow multiple selections of daten and an option to set a most choosen option as final date.
2 votes -
Push notifications in Desktop Browsers via service workers & WebPush API.
When using Telegram Web in Firefox, I noticed that I received Push notifications without the site open. Upon search, found that, it registered a service worker and used Mozilla Push API service to fetch notifications.
Source : https://support.mozilla.org/en-US/kb/push-notifications-firefox
Similar is possible with FCM in Chromium.
Please use these workers to push notifications in Desktop browsers. Can be handy when not using Desktop clients and saves memory where the user doesn't need to have the tab open always.
P.S. It should not expose any metadata such as Email address or Subject line. Only that new email received.
If you are exposing it, the implementation should be E2E encrypted so that both email address and subject line is not exposed to the push service by using Web Push Encryption (RFC 8291) scheme correctly.
When using Telegram Web in Firefox, I noticed that I received Push notifications without the site open. Upon search, found that, it registered a service worker and used Mozilla Push API service to fetch notifications.
Source : https://support.mozilla.org/en-US/kb/push-notifications-firefox
Similar is possible with FCM in Chromium.
Please use these workers to push notifications in Desktop browsers. Can be handy when not using Desktop clients and saves memory where the user doesn't need to have the tab open always.
P.S. It should not expose any metadata such as Email address or Subject line. Only that new email received.
If you are exposing…
2 votes -
Migration/Forwarding more Provider options
Supporting more Provider (like GMX, Posteo or Mailbox.org) for import and/or forwarding in EasySwitch.
6 votes -
Feature request: ability to change main account address
Hello,
currently, in Proton Mail, it’s not possible to delete the email address used during the registration process. It would be very useful to have the option to switch the entire account to a different primary address, and remove the original one if it’s no longer needed.
This would give users more flexibility in managing their online identity, for example when the original address becomes obsolete or no longer fits their current needs.
16 votes -
Setting: Automatic Outgoing Email Expiration Time
I would like the option to set a default expiration time for all outgoing emails.
While it's already possible to manually set an expiration date on individual messages, it's easy to forget to do so before sending. A global setting would allow users to automatically apply an expiration period (for example, one year) to every email they send.
Users who enable this feature could still adjust or disable the expiration time on a per-email basis when needed. This would provide a convenient privacy-focused default while maintaining flexibility for exceptions.
2 votes
- Don't see your idea?