Ethan

Making products people love πŸ”₯πŸš€

One of my customers is going to add a second email account, so hopefully they will be paying $10-$12/month soon πŸ‘€πŸ€‘

wooo!

0 Likes

πŸ’ͺ KanbanMail now supports multiple accounts! You can use one at web.kanbanmail.app and the other at web2.kanbanmail.app (I can make more subdomains easily now if necessary). I'm charging $4/month for any extra email accounts (so 2 accounts would be $12/month) – what do you think of this pricing??

Finally figured out why I went way over my Netlify cloud functions limit! (and had to pay $25 one-off) – It was a reeeealllly obscure and unlikely bug that was discovered in a very unlikely way

Sanju

Ah gotcha. That is a really obscure bug, good job on finding that!!

0 Likes
Ethan Author

Nothing to do with Netlify. Basically there was a bug in my code which still called the function that refreshed the access token when there was no refresh token stored. So obviously my function failed. In my frontend code I made it automatically retry fetch requests that didn't work, so for a very small amount of people it went into an endless loop of calling my cloud functions (until the page was closed) :(

0 Likes

Downloaded all 15hrs of livestream onto a hard disk because they get deleted from Twitch tomorrow (there is a 14-day limit)

Experimented with a new design for the open page (not live yet) – tell me what you think!

Ethan Author

That was all with Inspect Element and then I accidentally clicked on the link & lost it all πŸ˜‚ But it will be easy to get it exactly the same because I took a screenshot first (luckily)

0 Likes
Ethan Author

Thanks @sergio

0 Likes

Fixed two critical bugs caused by the 'node-fetch' module randomly deciding to stop working πŸ€¦β€β™‚οΈ

Posted tweet about email signatures https://twitter.com/KanbanMail/status/1051785437243736064

πŸ”₯✍️ New feature – Email signatures!!! Thanks @gadgick for the suggestion πŸ™Œ

Got Stripe metadata security working!! It will now only get/set it if the Google/Microsoft access token is valid & points to the correct email address.

KanbanMail has a new Twitter cover! (I removed the text because of cropping, and because it says inbox zero when there are things in the inbox πŸ˜†)

⚑️ HOTKEYS ARE LIVE ⚑️

woooooooop!

0 Likes

Only fetch emails in the last hour from Gmail when looking for new messages to make it faster & less laggy (instead of in the last 24h)

I somehow went over my Netlify cloud functions limit so now I have to pay $25 πŸ€¦β€β™‚οΈπŸ€¦β€β™‚οΈ (but it's really not that bad considering all the stuff I've got from them for free πŸ˜‚)

Added a "Note to self" feature! ✍️⚑️ (basically a quicker way to email yourself) – currently Gmail-only, coming for Outlook soon!

Proper Unicode encoding for subject lines! (emojis now show up properly πŸ’©)