cyanfish / naps2

Scan documents to PDF and more, as simply as possible.
https://www.naps2.com
Other
2.7k stars 320 forks source link

Linux: KMail email support #328

Open KBDCALLS opened 6 months ago

KBDCALLS commented 6 months ago

Email as PDF only wants to send mails with Thunderbird. Changing the settings does not work either. The settings for this cannot be changed. Kmail is installed for emails.

At the moment I am using a Debian Testing

cyanfish commented 6 months ago

Linux doesn't have a standard way to integrate with email apps like Windows and Mac do which means every Linux mail app needs specific coding, and I've only implemented Thunderbird support so far.

RokeJulianLockhart commented 5 months ago

https://github.com/cyanfish/naps2/issues/328#issuecomment-1993375187

@cyanfish, is there a Freedesktop issue about that? If not, maybe it's worth opening so that you don't have to maintain different implementations.

Regardless, I would be surprised if that were true, considering that cpe:/o:kde:plasma:6.0.2's kcmshell6 kcm_componentchooser displays

%Y%M%DT%H%m%S%t-29

I would not expect it to exist were it to have no functionality, especially after their :6.0.0 update.

cyanfish commented 5 months ago

I believe that's only for things like "mailto:" links, there's no standard API for creating a draft email message with attachments etc.

If someone else wants to open an issue they're welcome to, but I don't have any illusions about the likelihood/timeline of coordinating a new API across multiple major Linux projects :)

RokeJulianLockhart commented 5 months ago

https://github.com/cyanfish/naps2/issues/328#issuecomment-2015561898

@cyanfish, it seems that that's a consequence of https://x.com/jensvoid/status/1295724959709437956?s=20, unfortunately. Apologies.