EmailViews future features preview (AI created software)

It’s a right pain to get working. I’ve recently implemented gmail support in Scribe.

Hi @memecode

By Gmail support, do you mean via Oauth authentication?

Yes, OAUTH2 specifically.

Wow! And this is in the Linux version of Scribe? Or there is a Haiku version? I am very intrigued :slightly_smiling_face:

There is a Linux version that I think does have OAUTH2 support for Gmail, but no Haiku build. Yet. I still have a ways to go before that. Currently the cross platform UI lib mostly builds for Haiku but doesn’t run reliably since I tried to refactor the threading model to be more similar to Win/Linux/Mac.

1 Like

I did an oauth v1 thing long ago, for a different application (not email.) The hard thing for me was not so much the software - if I remember right, libcurl was doing most of the work - it was getting the service admins to let me and my little application into their club. I got along for a long time on provisional certification for development purposes, but in the end it was easier to just use the web browser interface. Haven’t tried contacting Google, curious to know what it’s like.

2 Likes

Today I added text selection to the HTML preview.

5 Likes

Changes to the Remote content settings in preferences now update live in the main window email preview. :smiling_face_with_sunglasses:

Added support for inline images (Content-Disposition: inline;). :smiling_face_with_sunglasses:

Thank you @codewrangler for the help!

6 Likes

Implemented several utility functions.

.eml files import

With the feature, users will be able to import their .eml email files into fully attributed email files that EmailViews can see.

Imported email files can be assigned to an email account configured in mail_daemon.

Get info

It is now possible to open Tracker’s “Get info” window from any email in EmailViews.

This is useful if you need to verify the email file’s attributes directly from EmailViews.

3 Likes