favicon here hometagsblogmicrobio cvtech cvgpg keys

First impressions on my first non-Google email provider

#workflow #lifestyle

Soc Virnyl Estela | 2023-09-19 | updated: 2023-09-20T21:28:31Z |reading time: ~4min

I was planning last year that I will have to start looking for ways to avoid Google as much as possible or at least minimize my dependence on Google services. It's most likely the latter.

On September 18, 2023§

I finally switched to a new email provider called Mailbox. I have little information about the company but it seems it's well known from various tech people I met.

First impressions§

When I went to their website, it looks so clean and green like the "green energy" message they have on their landing page.

Mailbox Dot Org Landing Page

But sadly, when I bought for their services, I was not really impressed by their web client. It was... uncared for? I am not sure why the landing page looks so cool but the placement for their settings is so weird. Here are a list of screenshots so you would understand what I mean.

The web client

Another nitpick is the inconsistency of the tooltip. It should show the tooltip when the selection happens and NOT after you are centered on the button.

Tooltip

Also, when clicking settings, I have to click... twice? One for the gear icon, which will create two options as a drop-down; one for settings, and one for "connect your device". That's the weirdest way to navigate to settings. It's subtle but it's such a huge inconsistency. Kind of a missed opportunity.

Inconsistent gear button

Then what?§

For other stuff, it was alright. But it feels so dated. It's good since it's light I am fine with that. I just don't know why the placement/behavior of the buttons/settings are all over the place. Maybe I am wrong? If anyone reading this is a front-end designer or specializes in UI/UX, please tell me if I am wrong.

Services§

Well enough of the UI, how about their services?

So I bought the 9EUR per month monthly plan which amounts to 545.74PHP—Premium Plan:

  • Mail Storage of 25GB
  • Cloud Storage of 50GB
  • 25 Mail aliases
  • Allows 250 aliases for custom domains
  • Gets more support
    • Online office
    • Priority & phone

Sounds great? To be honest, I bought this plan because I want to try the most expensive offering.

But it's too early to tell so I will try this for a year and get the yearly plan. So I will get a month using the monthly plan and once for the yearly plan; a total of 13 months. Unlucky!

I will be going to skip a bit of the features since I haven't got used to it yet. But one thing that interests me to use more and more is the DavFS/WebDav feature. Although, their documentation was not really accurate nor informative about it. Yes, they have a documentation but what I mean is, it feels rushed.

Other features are mentioned in https://mailbox.org/en/private-customers#price-plans.

Overall§

Again, it's too early to say anything. But one thing I already did is "forwarding" all my emails from my previous Gmail account to my new mailbox email addresses and aliases. And I already copied almost all of my old inboxes to my new inboxes.

Other considerations§

I was eyeing for Fastmail since

  1. It's recommended by my mentor (bias)
  2. It's in Aussieland, so it's closer. And also the only email service near southeast asia because Asia seems to have no email service company. Kind of makes sense, but I will keep it to myself 😛
  3. Has more enticing offerings and features. At the same price, you get 100GB and 600+ aliases.
  4. Probably has a better UI for their web client. Their website says it all.

For now, I will be using this for a year.

Articles from blogs I follow around the net

Furries Need To Learn That Sunlight Is The Best Disinfectant

Next month, AMC+ is premiering a new series about furries that tracked down sexual abusers hiding within the furry fandom. It’s called, The Furry Detectives: Unmasking A Monster. You can watch the trailer for this below. And I do recommend watching the tra…

via Dhole MomentsJune 12, 2025

The Narrative Fallacy

Note: This is an edited re-post of something I wrote in 2019 on a now-defunct blog, apparently a month before I started my first job in tech. I need to reference it in a future post. As a result, it is a little bit different stylistically from my current w…

via LudicityJune 12, 2025

Unionize or die

Tech workers have long resisted the suggestion that we should be organized into unions. The topic is consistently met with a cold reception by tech workers when it is raised, and no big tech workforce is meaningfully organized. This is a fatal mistake – an…

via Drew DeVault's blogJune 09, 2025

#FckICE 2025 - cumulative leaks and data

let the games begin

via maia blogJune 09, 2025

Rust on a Diet

So if you don't know, I also develop on the Solana Validator (but please don't leave, it's about Rust and not blockchain things 😓) mostly mods for Solana RPC nodes, and recently a colleague of mine, sent me this Post on X.com, about a massive fixup on the…

via Christian Visintin BlogJune 07, 2025

Recently

A little late on this one, but I got around to it! Reading I got stuck on two books: books that I want to enjoy but can’t get any momentum on. So my reading “stats” are suffering and this is a light year for books so far. But I switched gears to read Gla…

via macwright.comJune 06, 2025

Suricata evasion, starring URL decoding

These days, one of my favourite hobbies is complaining about Suricata. In this blog, I’m going to talk about some of the weirdness in Suricata when processing URL-encoded data! I’m gonna go into deep detail about one technical aspect of Suricata rule creat…

via GreyNoise LabsJune 05, 2025

Elevate hover/focus effects with transitions across multiple elements

You can elevate hover/focus effects by triggering transitions on more than one element. With the right orchestration, you can create more nuanced effects.

via Rob O'Leary | BlogJune 01, 2025

Generative AI will probably make blogs better

Generative AI will probably make blogs better. Have you ever searched for something on Google and found the first one, two, or three blog posts to be utter nonsense? That's because these blog posts have been optimized not for human consumption, but rather …

via pcloadletterMay 30, 2025

The everlasting now

Continuing the experiment. My first post in this series was manually crafted, but coding a static almost-a-site generator, without having to worry about all the interrelationships on the old site was quick, & in Rust terms at least, relatively easy. This i…

via Mike KreuzerMay 23, 2025

Status update, May 2025

Hi! Today wlroots 0.19.0 has finally been released! Among the newly supported protocols, color-management-v1 lays the first stone of HDR support (backend and renderer bits are still being reviewed) and ext-image-copy-capture-v1 enhances the previous screen…

via emersionMay 14, 2025

The Date that wasn't

A tale of lakes, dates and random results.

via Technically PersonalMay 03, 2025

Body::poll_progress

This describes a proposal for a cancelation problem with hyper’s request and response bodies. hyper is an HTTP library for the Rust language. Background: what is the Body trait? The Body trait used by hyper is meant to represent a potentially streaming (…

via seanmonstarApril 22, 2025

#Rx Writing Challenge 2025

This is a short reflection on my experience of the recent writing challenge I took part in. Over the past two weeks, I have participated in the #RxWritingChallenge 1—a daily, 30-minute writing group starting at 9 AM every morning. Surrounded by fellow doct…

via Ul-lingaApril 05, 2025

My coffee workflow

My coffee workflow by Clement Delafargue on April 1, 2025 Tagged as: coffee, espresso, flair58, v60. It is my first April cools’ and I guess I could start by talking about coffee. If you’ve seen me in person, it won’t be a surprise, I guess. This po…

via Clément Delafargue - RSS feedApril 01, 2025

LLDB's TypeSystems: An Unfinished Interface

Well, it's "done". TypeSystemRust has a (semi) working prototype for LLDB 19.x. It doesn't support expressions or MSVC targets (i.e. PDB debug info), and there are a whole host of catastrophic crashes, but it more or less proves what it needs to: Rust's de…

via Cracking the ShellMarch 28, 2025

Simple Web Augmented Generation

A guide to building a simple web application using augmented generation.

via Ishan WritesMarch 10, 2025

Backup Yubikey Strategy

After a local security meetup where I presented about Webauthn, I had a really interesting chat with a member about a possible Yubikey management strategy. Normally when you purchase a yubikey it's recommended that you buy two of them - one primary and one…

via Firstyear's blog-a-logFebruary 28, 2025

Generated by openring-rs

favicon here hometagsblogmicrobio cvtech cvgpg keys