Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: Uwe Brauer <oub@mat.ucm.es>
Cc: ding@gnus.org
Subject: Re: how to speed up connection to a imap server
Date: Mon, 20 Oct 2008 12:44:03 +0200	[thread overview]
Message-ID: <87y70jzguk.fsf@thinkpad.tsdh.de> (raw)
In-Reply-To: <87ej2bfvb9.fsf@mat.ucm.es> (Uwe Brauer's message of "Mon, 20 Oct 2008 11:51:54 +0200")

Uwe Brauer <oub@mat.ucm.es> writes:

Hi Uwe,

> It seems that the connection to my imap server gets slower and slower
> (I have agentized the server).
>
> I have the following setting
>
> (setq gnus-secondary-select-methods
>       '(
> 	(nnimap "ucimap.ucm.es" (nnimap-stream network))))
>
> Is there any way of speeding up the connection to that server, by
> setting additional parameters depending on the character of this imap
> server? Like setting the nnimap-server-port explicitly to 143 so
> something like this.

I think you've already done that implicitly by setting nnimap-stream to
network and thus forbidding encrypted connections.  Is that really what
you want?  The overhead of encrytion (if there's any) won't make a
difference compared to the normal network latency.

The only thing that will speed up things quite a lot is to install a
local imap server and let gnus connect to it.  Syncing between
ucimap.ucm.es and the local server can be done with offlineimap [1], for
example.

Bye,
Tassilo
__________
[1] http://software.complete.org/software/projects/show/offlineimap



  reply	other threads:[~2008-10-20 10:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-20  9:51 Uwe Brauer
2008-10-20 10:44 ` Tassilo Horn [this message]
2008-10-20 11:02   ` Uwe Brauer
2008-10-20 12:00     ` Tassilo Horn
2008-10-20 12:57       ` Uwe Brauer
2008-10-20 13:25         ` Tassilo Horn
2008-10-20 13:49           ` Uwe Brauer

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=87y70jzguk.fsf@thinkpad.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=ding@gnus.org \
    --cc=oub@mat.ucm.es \
    /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).