Skip to main content

Messages

This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.

Messages - larry

1
Otter Browser Forum / Re: password record problem
yes, that's a known Problem. See the discussion in the release notes for RC 12.
The fix was merged into master after RC 12. So RC 12 does (still) store the login/password again and again...

See:
* 9d727d5 2018-09-10 | Prevent duplicate entries, fixes #1536 [aurhat]
2
Otter Browser Forum / Re: Otter-Mail
I totally agree. I looks quite nice, your simple mail client!
I'll try to find some time to test it. Maybe next week....
And of course, I wish you all the best for your studies and the thesis!
3
Otter Browser Forum / Re: Feature Requests
I have one more feature request:
It would be great to switch the browser engine while running Otter browser! So that you could easily view a page rendered be different web enginges (first using the default renderer, then witch to another one, maybe to another version etc.).
This is useful 1. If a pager isn't rendered correctly in a special browser engine and
2. This is especially useful for web developers who could easily test pages using different engines!
This would be a quite nice feature, right??

Or is this possible right now? As far as I know, the browser engine can be chosen (webkit or blink) at compile time, right?
5
Otter Browser Forum / Re: Otter-Mail
Importing Mails from M2 (the Opera Mail client), should be easy as these are just textfiles containing the whole message (headerdata, mailtext etc.). In Opera like in many other mailclients one mail per file. So this is straight forward.
Of course and unfortunately, this doesn't mean that these mails are automatically assigned to the desired label!
Unless we get some support from a developer of the Opera Mail Team I guess you will have to reassign the mails to the labels/folders.
For the "saved searches" and the "attachment", "document" etc. labels/folders this is different though, as this being done automatically by the mail client and so, can be done in a different mail client, too.
The Label/Folder-Names (including the "saved search" folders) are known, as they are plain text files.
The real problem is, that we do not know which mails the user has manually put into which folder (meaning assigned to which label).
6
Otter Browser Forum / Otter-Mail
Hi,
as I am one of those guys who really, really like to have an email client in otter-browser, I may start a new thread discussing how the development can/may be done.
Please comment: Do you think that this is a good idea or not? Or how would you guys do that?

This is how I would do it:
I would split the email module into 3 parts:
1. The email sender module (the smtp module)
2. The email fetcher module (inculding a pop3 and an imap module)
3. The email indexer module (the module that is used to search/tag etc. and read the emails)

The separation into these three parts would make it possible to:
- develop the parts without many conflicts and by different developers.
- use existing mail storages by the indexer and test/use it (the mail-reader) even if (e.g.) no pop3 or imap module exists yet.
- more "easily" built an importer for (e.g.) the Opera m2 mail client storage and use the mail module while still using Opera Mail (or some other Email client) in the background.

1. The smtp module is probably the easiest part I think. There are probably several libs out there that may do the work of encoding for email, attachments etc., though I didn't use anyone of them.
Also: Nothing in here may break existing email storages so if a user wants to combine otter-mail with an other email client this should be fine (except for emails in the "sent" folder, which may not occur in the other mail client).

2. The pop3/imap module may be a bit more trickier as this cannot easily be combined with another (existing) mail client as both may then write to the same email storage and the indexing-process will not be syncronized.


3. There are already email indexer out there. I am currently testing "notmuch mail":
https://notmuchmail.org/
which seems to work quite well for this suppose!! I even could easily read the opera mail storage, index it and search it without many configurations (except for the folder, of course)! And: It seems to be really fast, and everything is based on tags (or "labels"), which is exactly what opera mail was built on! So mails are not saved in folders but are tagged with read/unread/inbox/darfts/attachments etc.
You could then let opera mail (or another email client) fetch your mail and search/read it through a new mail client (otter-mail in this case).
Tags/Labels (meaning the name of the tag/label) could probably be imported from Opera Mail, while the references to the mails probably couldn't, as this seems to be closed software (please correct me if you know how to read/parse an existing opera indexer-binary file).

What do you think about this? What are your ideas about how the email client could be developed? What are the minimal features one may have (or users may want to have) for a first user-test-realease?

I will probably keep on searching/testing some solutions that may help building the email client and maybe (if I find some time) build a prototype of such an email-client....

Any ideas about the email client subject would be appreciated!
Thanks!
8
Otter Browser Forum / Re: (Pre) RC 11 release (01.08.2018)
Where has the "AppImage for Linux" gone?
No update since week 233...
Aren't they supported annymore? Can anyone build the current RC and upload the binary to sourceforge (or wherever)?
Anyway, thanks a lot for your work! You are doing a great job!
9
Otter Browser Forum / Re: Get involved in Otter
Hi!
Great work! Otter-Browser is really, really cool!  :up:
I am also one of those guys who is waiting for the email client. The email client is THE missing part in my opinion.
I would really like to help otter to make progress. So I just joined the team of translators (for the german language).
How can help to make the email module come true? I am not a C++ developer and especially not a QT Developer (just a Java developer).
Maybe one could start writing a document/specification for the email client? Or don't you use that and just look into the opera browser for how it should/could work? I don't know if some kind of specification/documentation would help at all....
Anyways, thanks again for this browser!
11
Otter Browser Forum / Re: (Pre) RC 3 release (01.12.2017)
Hi!
I am new to otter-browser, but I really, really love it! It's by far the best (old < 12.16?) Opera replacement!
I now use Otter-browser on my new System, but it would be great to have a binary package for my old 32 bit System.
Would it be possible to relase binary packages for 32 bit Linux systems, too?
That would be really great!
Thanks a lot, for your great work!