Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Mail

16 Topics 48 Posts
  • Mail - Package Updates

    Pinned Locked
    7
    0 Votes
    7 Posts
    216 Views
    Package UpdatesP
    [0.9.0] Update mail to 0.9.0 Collapsible address and attachment list
  • Improved view on mobile for readability

    6
    2 Votes
    6 Posts
    45 Views
    ruihildtR
    @nebulon said: Are people using webmailer on mobile? Yes, some people will have harder time configuring a client than clicking on a link and login in.
  • Webmail Request: trust sender permanently when allowing images

    Solved
    2
    4 Votes
    2 Posts
    53 Views
    nebulonN
    This is fixed now for next release: [image: image.jpeg]
  • Webmail Request: Expose sieve filters in the UI

    5
    5 Votes
    5 Posts
    85 Views
    nebulonN
    Yeah that is a shortcoming of sieve mostly as webclients build filters which are often incompatible with each other, since sieve is more like a programming language rather than a config setting. Maybe in the future we can build a better language runtime for parsing and editing. This is also the reason nearly all webclients create their own rules file with the client's name. To be honest this mess is part of why we wanted to build our own here so we have more control over those topics.
  • Webmail Request: Incremental Search in "Move to Folder"

    Solved
    3
    2 Votes
    3 Posts
    45 Views
    necrevistonnezrN
    That's the feature I meant. In order to streamline things, I would probably show the folder list immediately and make the search field more visible... Thank you!
  • UI feedback: Settings > Mailbox > Spam tab

    3
    1
    4 Votes
    3 Posts
    62 Views
    girishG
    About the blocklists/allowlists: the ones on Cloudron side are server global and managed by admins. The ones here are mailbox local and controlled by user. They are merged essentially but the mailbox one "wins" and has more priority in case of conflicts. IMO, the admin one is only there in case the admin finds there is some major phishing or something going on and wants to block things for sure. Usually these lists are best controlled by end users themselves. I can fix the wording in the Cloudron dashboard since the Mail app is targeting the end user who doesn't care about the admin role settings.
  • Feature request: make app translatable

    2
    3 Votes
    2 Posts
    45 Views
    girishG
    Thanks for the offer @imc67 ! Definitely, we will make it translatable. I think we will have to make it a bit more stable UI wise first, otherwise translators are going to get frustrated with all the rework
  • Webmail Request: Keyboard shortcuts

    6
    3 Votes
    6 Posts
    113 Views
    nebulonN
    We are adding keyboard shortcuts as we touch features, the latest one has at least / for focusing the search input for a start
  • New message indicator with multiple mailboxes

    5
    2 Votes
    5 Posts
    123 Views
    S
    I really like the overall experience. One feature I’d love to see added is a clear notification or unread-count badge for important updates. A quick filter or search option would also make it easier to find specific information quickly. The inquiry option could be made more intuitive with clearer wording. Multilingual support would also be a great future addition. Overall, these improvements could make the experience more user-friendly and efficient.
  • This topic is deleted!

    0
    1 Votes
    0 Posts
    6 Views
    No one has replied
  • Feature Request: schedule e-mails

    1
    6 Votes
    1 Posts
    38 Views
    No one has replied
  • Webmail Request: Granular searches and search tags

    2
    3 Votes
    2 Posts
    54 Views
    jdaviescoatesJ
    @necrevistonnezr said: Allow i.e. something like "has:attachment" or "from:sender" in the search field (and expose such parameters in the UI) + They need to be able to work together too eg "from:sender has:attachment"
  • Webmail Request: Filters (like "unread") and favorites

    1
    2 Votes
    1 Posts
    37 Views
    No one has replied
  • Webmail Request: Automatically answer from recipient alias

    1
    4 Votes
    1 Posts
    30 Views
    No one has replied
  • Webmail Request: Saved Searches

    1
    2 Votes
    1 Posts
    35 Views
    No one has replied
  • Long initial login loading times

    Solved
    3
    1 Votes
    3 Posts
    129 Views
    girishG
    So the issue was the old mailbox names were cached and needed a fix in our error handling code. Thanks for reporting @user123456 . For the security concern: only the mailbox names were listed. The app itself has no permission to read other people's mail. So, the mailboxes were all failing to load and as a result the loading was very slow.