[Evolution-users] Constantly have to clear cache

Milan Crha mcrha at redhat.com
Mon Nov 10 11:01:24 UTC 2025


On Mon, 2025-11-10 at 00:39 +0100, Patrick O'Callaghan wrote:
> > Can the client ask how many connections the server allows, and not
> > try to open more than that?
> 
> Milan could answer that, but my assumption would be that it already
> does this. Multiple connections are a feature of IMAP4 and I would
> imagine (without checking) that there is a way to query the server.

	Hi,
Evolution (libcamel from the evolution-data-server) does not ask, it
lefts the user to decide, using some default (which works for many/most
servers). I do not think IMAP4 has any such command, but I did not try
to search for it.

Evolution does not open all those connections at once, it opens them on
demand, only when needed. You can have set 10 connections to be used
and after hours you'll have only two opened in reality. It depends how
the commands/operations in the account come. Some of them can run in
parallel with others, some cannot. For example downloading messages in
two different folders can run independently, then when there is no free
connection and there can be opened a new one, the new one is opened and
used for the second folder message download.

	Bye,
	Milan



More information about the evolution-users mailing list