Benedikt Terhechte

Results 28 issues of Benedikt Terhechte

This PR includes macOS support. I've also added a simple "Example" project for the Mac. I'm adding an 'Image' type alias in order to support using UIImage and NSImage across...

Hey! I recently ran `email-parser` on a batch of ~650.000 emails from 2004 - 2021. Initially roughly half of those emails were marked as invalid. I slowly went through the...

This PR contains a cleaned up version of #109. It also contains additional tests for AttributedString processing particularly because they make it easy to spot a bug where Splash introduces...

Currently, the Swift bindings generate Swift `class` reference types. This seems to be used in order for Swift to call `deinit` when the object isn't being used anymore (and thus...

This will close #32 The current state is that it is waiting for implementing [something on the `egui_glium` side.](https://github.com/emilk/egui/issues/1095)

The yaml currently contains the hard coded version for the generated deb package. This can probably be read from the environment. Apart from that, it might also be useful to...

https://github.com/marketplace/actions/windows-signtool-exe-code-sign-action

Currently, Postsack only works if the emails are already downloaded to the users system, which means for Gmail to use [Gmvault](http://gmvault.org). However, this function could be added to be available...

The Apple Mail importer currently fails on Windows. No, I doubt many people would want to import Apple Mail folders on Windows, but I think the issue is just something...

As Postsack has a good separation between the individual parts, it would be possible to re-implement the ui nee `ps-gui` in another Rust UI toolkit such as [Druid](https://github.com/linebender/druid) or [Iced](https://github.com/iced-rs/iced)....