edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Karl Dahlke <eklhad@comcast.net>
To: edbrowse-dev@edbrowse.org
Subject: [edbrowse-dev] imap thoughts
Date: Sun, 03 Jun 2018 10:04:41 -0400	[thread overview]
Message-ID: <20180503100441.eklhad@comcast.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]

With recent work on imap, I remembered something from 2 years ago.
If you do an imap search on a word with nonascii utf8 characters in it, it works on some servers and not others. We never figured out why.
This could be relevant since Erwin speaks French, and will want to use accented letters.

The current imap interface doesn't scale well at all.
It's fine for a couple hundred messages per folder, but what if you have thousands.
This is just a thought, and perhaps not high priority.
I'll use a junk folder as example.

When you call up junk you get the last (most recent) 50 emails, or whatever your fetch limit is.
But how to go back through the thousands?

junk-

The previous 50 emails.
Sounds simple but there is a catch.
If you deleted or moved 10 emails during your first pass, and you go back to -100, you'll miss 10 emails in the gap.
So we have to be careful.

junk---

Back 3 groups.

junk-30

back 30 groups. junk+7, you see.

junk^ junk$

first and last groups.

Just a thought. I never have more than 100 emails in a folder so doesn't matter to me.

Karl Dahlke

                 reply	other threads:[~2018-06-03 14:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180503100441.eklhad@comcast.net \
    --to=eklhad@comcast.net \
    --cc=edbrowse-dev@edbrowse.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).