Displaying 20 results from an estimated 5000 matches similar to: "imapc tries to fetch uid 0"
2015 May 04
4
imapc fetch optimization
Hi,
On 05/04/15 10:59, Timo Sirainen wrote:
> On 28 Apr 2015, at 23:49, Nagy, Attila <bra at fsn.hu> wrote:
>> Hi,
>>
>> imapc does a lot of UID FETCH $UID (BODY.PEEK[]), which is nice, because it works even with the dumbest IMAP server, altough it really kills performance, especially on high latency lines.
>>
>> I wonder: if IMAP servers can effectively
2015 Apr 28
2
imapc fetch optimization
Hi,
imapc does a lot of UID FETCH $UID (BODY.PEEK[]), which is nice, because
it works even with the dumbest IMAP server, altough it really kills
performance, especially on high latency lines.
I wonder: if IMAP servers can effectively handle boundless fetches (like
a list with all wanted UIDs, or simply 1:* if all are needed), do you
see this as a good addition to develop?
This could be a
2017 Sep 11
2
Is it possible to disable pipelining in imapc?
On 09/11/2017 10:42 AM, Sami Ketola wrote:
>> On 11 Sep 2017, at 11.24, Nagy, Attila <bra at fsn.hu> wrote:
>> I use dovecot with a broken IMAP server (which doesn't properly implement command pipelining amongst others) as an imapc backend.
>> Dovecot issues the above command sequence (SELECT and UID FETCH pipelined), which doesn't work with this server.
>>
2017 Sep 11
2
Is it possible to disable pipelining in imapc?
On 09/11/2017 09:17 AM, Aki Tuomi wrote:
>
> On 08.09.2017 15:29, Nagy, Attila wrote:
>> On 09/08/2017 01:53 PM, Aki Tuomi wrote:
>>> On 08.09.2017 14:50, Nagy, Attila wrote:
>>>> Hi,
>>>>
>>>> I've a broken IMAP server, which doesn't support pipelining and fails
>>>> on dovecot's attempt to do this ([C] is
2017 Sep 11
2
Is it possible to disable pipelining in imapc?
On 09/11/2017 11:14 AM, Aki Tuomi wrote:
>
> On 11.09.2017 11:59, Nagy, Attila wrote:
>> On 09/11/2017 10:42 AM, Sami Ketola wrote:
>>>> On 11 Sep 2017, at 11.24, Nagy, Attila <bra at fsn.hu> wrote:
>>>> I use dovecot with a broken IMAP server (which doesn't properly
>>>> implement command pipelining amongst others) as an imapc backend.
2015 Sep 30
1
userdb prefetch doesn't work with imapc (2.2.18)
Hi,
I have the following config in dovecot 2.2.18:
# doveconf -n userdb passdb
userdb {
driver = prefetch
}
passdb {
args = host=127.0.0.1 port=1430
default_fields = userdb_imapc_user=%u userdb_imapc_password=%w
driver = imap
}
I guess it should cause a single login to the backend IMAP server when
issuing a LOGIN to dovecot.
Yet, dovecot opens two TCP sessions. In the first, it
2016 Feb 08
2
RFC: HTTP based storage API
On 08 Feb 2016, at 12:56, Nagy, Attila <bra at fsn.hu> wrote:
>
> On 02/08/16 11:16, Timo Sirainen wrote:
>> Oh, you were thinking about ability to provide IMAP/etc support for other random servers, and have Dovecot act as kind of a middleware and translate the requests. Maybe the answer is still jmap though? It would require jmap lib-storage backend similar to imapc, which
2016 Feb 08
2
RFC: HTTP based storage API
> On 08 Feb 2016, at 11:59, Timo Sirainen <tss at iki.fi> wrote:
>
> On 08 Feb 2016, at 11:01, Nagy, Attila <bra at fsn.hu> wrote:
>>
>> Hi,
>>
>> Nearly every popular programming language has an LMTP/POP/IMAP implementation, most of them suck in many different ways.
>> I don't know any server or library which provides a well-established,
2016 Feb 08
5
RFC: HTTP based storage API
Hi,
Nearly every popular programming language has an LMTP/POP/IMAP
implementation, most of them suck in many different ways.
I don't know any server or library which provides a well-established,
compatible protocol frontend with an open backend API, which could be
used to easily make a custom storage backend for the LMTP/POP/IMAP
frontend in any language, in any programming paradigm,
2020 Apr 09
2
doveadm backup from gmail with imapc
> On 31 Mar 2020, at 23.18, Ben Mulvihill <ben.mulvihill at gmail.com> wrote:
>
> Hello again,
>
> I am still stuck I'm afraid.
>
> I now have doveadm backup working perfectly from
> a small gmail mailbox (a few hundred messages), but
> when I try the same configuration (apart from usernames
> and passwords obviously) with a large gmail mailbox
>
2017 Sep 08
2
Is it possible to disable pipelining in imapc?
On 09/08/2017 01:53 PM, Aki Tuomi wrote:
>
> On 08.09.2017 14:50, Nagy, Attila wrote:
>> Hi,
>>
>> I've a broken IMAP server, which doesn't support pipelining and fails
>> on dovecot's attempt to do this ([C] is dovecot's imapc, [S] is the
>> IMAP server):
>>
>> [C] 24 LOGIN "user" "pass"
>> [S] 23 OK
2015 May 04
1
imapc fetch optimization
On 04 May 2015, at 18:45, Timo Sirainen <tss at iki.fi> wrote:
>
> On 04 May 2015, at 16:59, Nagy, Attila <bra at fsn.hu> wrote:
>>
>> Hi,
>>
>> On 05/04/15 10:59, Timo Sirainen wrote:
>>> On 28 Apr 2015, at 23:49, Nagy, Attila <bra at fsn.hu> wrote:
>>>> Hi,
>>>>
>>>> imapc does a lot of UID FETCH
2017 Sep 08
2
Is it possible to disable pipelining in imapc?
Hi,
I've a broken IMAP server, which doesn't support pipelining and fails on
dovecot's attempt to do this ([C] is dovecot's imapc, [S] is the IMAP
server):
[C] 24 LOGIN "user" "pass"
[S] 23 OK
[C] 25 SELECT "INBOX"
[C] 23 UID FETCH 2 (INTERNALDATE)
[S] 25 OK
[S] 23 BAD No mailbox selected
Sadly, fixing the server would be a hard task, turning off
2017 Sep 11
2
Is it possible to disable pipelining in imapc?
On 09/11/2017 12:12 PM, Aki Tuomi wrote:
> Is there some reason you can't use normal proxy instead of imap backend?
> That is,return proxy, host=imap_backend, port=1430? There seems to be no
> pipeline setting currently for imapc in v2.2.
>
Yes, because it's a dumb IMAP server, which doesn't implement a lot of
things, like SEARCH, FETCH BODYSTRUCTURE and similar.
Dovecot
2017 Sep 11
1
Is it possible to disable pipelining in imapc?
On 09/11/2017 03:01 PM, Aki Tuomi wrote:
> On 11.09.2017 15:56, Nagy, Attila wrote:
>> On 09/11/2017 12:12 PM, Aki Tuomi wrote:
>>> Is there some reason you can't use normal proxy instead of imap backend?
>>> That is,return proxy, host=imap_backend, port=1430? There seems to be no
>>> pipeline setting currently for imapc in v2.2.
>>>
>> Yes,
2011 Sep 13
4
imapc and imap_acl
Hello (Timo),
yes, I know... maybe it's a bit far fetched, but I do have a use case.
Would it be (reasonably easily) possible to implement IMAP ACL
support for "imported" imapc namespaces/mailboxes?
There is no local directory (like with the virtual plugin) yet...
Greetings,
Lutz
--
Lutz Pre?ler <Lutz.Pressler at SerNet.DE> http://www.SerNet.DE/
SerNet Service
2010 Apr 02
2
Thunderbird subscription bug ?
Hello Timo,
I'm having a hard time trying to understand why Thunderbird 3.0.3 doesn't allow
me to subscribe to a shared mailbox which I can subscribe to via Kmail for
instance.
I'm running dovecot-1.2.11/Maildir. The user 'doveimap' shares his mailbox
folder/subfolder to the 'dovepop' user which should see it in the '#shared'
shared namespace at the following
2011 Sep 09
3
2.1: imapc LIST problem / usage question
----- Forwarded message from SerNet Support Lutz Pre?ler <support at SerNet.DE> -----
From: SerNet Support Lutz Pre?ler <support at SerNet.DE>
Subject: 2.1: imapc LIST problem / usage question
To: dovecot at dovecot.org
Date: Fri, 9 Sep 2011 12:00:46 +0200
Organization: SerNet Service Network GmbH
Hello,
2.1.alpha1 (latest Debian auto build on amd64)
As a test, namespace for gmail
2003 Jul 23
1
802.1x
Hi.
Is there a 802.1x implementation (client and server) for FreeBSD
-STABLE?
Sam
--
Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/sam
2015 May 04
0
imapc fetch optimization
On 04 May 2015, at 16:59, Nagy, Attila <bra at fsn.hu> wrote:
>
> Hi,
>
> On 05/04/15 10:59, Timo Sirainen wrote:
>> On 28 Apr 2015, at 23:49, Nagy, Attila <bra at fsn.hu> wrote:
>>> Hi,
>>>
>>> imapc does a lot of UID FETCH $UID (BODY.PEEK[]), which is nice, because it works even with the dumbest IMAP server, altough it really kills