-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mail client #37
Comments
Fwiw, a while ago I read something about http://trojita.flaska.net/ (a Qt4-based mail client). |
Yeah, I've found that one too, while looking for Qt-friendly library. ;-) |
|
Is this really needed? I never understood why Opera had the mediocre mail client built in... |
@kripz: You are right that the Opera's email client was not so good. I always ended using Outlook or the webmail pages. |
@kripz, it is. ;-) |
Opera's e-mail client was mediocre only in the sense that it hasn't improved much since Opera 7 (2003), although one might argue it didn't need many changes. Other e-mail clients, especially the Gmail online interface, but later also e.g. Virtual Folders in Thunderbird, more or less caught up with its unique features since. http://www.markschenk.com/various/originalm2/m2tutorial.html |
@Frenzie, it changed quite recently (don't remember which version exactly, 11.x?) - that rich text variant (with nonsense bugs related to new line handling) and new views (I had issues in changing them back to old ones...). :-D |
I know, but the only true improvement from my perspective was the fact that feeds could finally be organized in folders. Edit: also, rich text is not an improvement. :P |
Well, feeds are separate thing, they might share storage and some UI concepts but that will be separate module anyway (they are more like a core feature). |
Is it possible to leave it as a plugin so it's fully opt in (as in not part of the original install)? Unless it's going to have unique features i don't see why a web browser should have a built in mail client when there's plenty of alternatives. The only reason i see why you would add it is just so you can call otter a fully opera 12 clone. |
@kripz, yes, it could be, like some other non essential modules. The reason to have it is that some people (including me) like to have all in one solutions. ;-) |
Could it be possible to run opera mail module as a daemon? if so it could fucntion both as a Browser client and Web interface Client. RSS could have better functionality than what was in 12.X. in 12.X it was possible to save feeds in a folder but not save the opml in that same folder only globally.extensions or scripting for feeds. to do tasks when presented with a file-type from a certain url. i.e download or notify user in a myriad of ways, etc. |
@jadedgnome, if someone would create such module (or just client part, if there is already such solution available) then why not, but only as addon (shipped one should be "simpler", built in server is not usual functionality ;-)). |
I still use Opera's M2 and IRC client. M2 was/is the lightest, and fastest mail client out there, and it integrated with browser nicely, with minimal memory footprint. Its unique features still make it one of the best email clients available (for me). Geary looks promising as alternative, but still I'm used to have email client in a browser. |
I never understood why Opera had the mediocre mail client built in... because running another mail client in bg, starting with OS is quite bad, and if you are using browser then (probably) you have enough free resources and won't forget t orun mail client when needed and close it when it would only bother you |
The future of Mozilla products being quite uncertain since the end of 2015 (especially for Thunderbird) and considering the fact that good desktop mail client are pretty rare (at least under Linux), having a mail client in Otter will be a key feature for its adoption among users. Even if the browser part is not quite finished, it may be a good idea to have a fully functional mail client as soon as possible because it would draw more users, hence more people would hear of it and draw potentially new regular contributors. |
What is the progress on this? |
@mariokamenjak, I haven't heard about any progress on that topic. |
Somebody plan to work on this feature in 2018? |
Including the fact that most people use web-mail I think this is not so necessary function as it may seem. Very necessary things I would like to note there are mail notify, this is very much lacking. As for the built-in mail client - my opinion: first need to bring the browser itself to an almost perfect state. Naturally, if someone else can develop this parallely to mainline - that will be perfect =) |
Another library that promises to support all three protocols: |
I dont understand why the mail client was called mediocre. What was mediocre about it? For me it was the lightest most easy to use email client. It was inspired from the Eudora mail client which was very praised across the computing community. Used SQLite backend which was incredibly fast and had a lot of nice features like quick reply. But more than that, it used plain text to store email so it was easily browsable, no binaries. |
To be clear, I was disagreeing with it being called mediocre. ;-)
|
This will be pretty big task on its own, so help would be welcomed (it possibly could have own maintainer).
Mail client shall have all useful features of M2 plus support for useful stuff that everybody always wanted but was never added there (like PGP).
Mail client and RSS reader should be separated modules, but sharing single panel and similar UI design. Also all PIM related modules should use common storage for contacts, possibly using backends for integration with system wide contacts database (like for example KDEPIM). There used to be such modules available for Qt4 (as part of Qt Mobility) but their API was overcomplicated and as of now there is no direct replacement for them yet (but may be available in near future, so some research would be great).
There exists some pure Qt reference implementations for mail protocols (for example as plugins for QtMessaging - again, part of Qt Mobility), but if there is nice and clean library with proper Qt bindings around (and compatible license) then we could make use of it.
The text was updated successfully, but these errors were encountered: