Displaying 20 results from an estimated 5000 matches similar to: "Can I import RFC822 messages into Dovecot from file system"
2004 Apr 03
0
Bug fix - message/rfc822 attachments
Greetings
I've attached a patch that fixes a bug in Dovecot relating to rfc822
attachments. This problem shows up in Mulberry (which hammers the IMAP
protocol more than most!).
The problem is that FETCH BODY[n], where "n" is the number for the
message/rfc822 part, returns the wrong information. It returns the message
without the headers, whereas it should return the entire
2006 Jan 24
0
to_formatted_s(:rfc822) doesn''t work
I do ''@item.datetime.to_formatted_s(:rfc822)'' and it
outputs:
2003-08-06T04:12:00-0600
'':db'' doesn''t work either, but '':short'' does. How can
I output rfc822 without actually putting all that
awful % code in my templates? I''ve also tried this in
environment.rb, but it still doesn''t work:
2004 Oct 01
1
Dovecot/IMP Bug with RFC822.SIZE and BODYSTRUCTURE
Ok, I have narrowed my IMP/Dovecot attachment problem down to what I
think is a bug in Dovecot. The test that follow are performed on
0.99.11.
When you download an attachment in IMP it uses the php function
imap_fetchbody() which contacts the IMAP server and retrieves just the
mime chunk you are looking for.
It does this by first fetching some information about the email, and
then grabs the
2011 Jan 16
1
unknown MIME type 'message/rfc822' - skipping
Is it possible to omindex message/rfc822 type files?
I am running omega version 1.2.4 in ubuntu 10.10. installed the
backported ppa apt xapian-omega 1.2
Would be nice if I could search the maildir (/var/www/maildir) emails
through web interface.
I can index them fine using `mu' (came with ubuntu pkg maildir-utils)
--
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it
2004 Jul 29
2
Problems compiling PHP --with-imap - can't find rfc822.h
I'm trying to add webmail (IMP/HORDE) to my OpenBSD 3.5 mail server
(Procmail/Amavid/SA/DCC/Razor/Dovecot 0.99.10.7), which means adding
PHP and several other libraries.
I'm building PHP 4.3 from the ports tree and, as per the IMP/HORDE
readme files, added --with-imap to the makefile. Makeing PHP barfs
with a "Cannot find rfc822.h. Please check your IMAP installation."
error. I
2019 Mar 27
0
v2.2.27 Panic: file rfc822-parser.h: line 23 (rfc822_parser_deinit): assertion failed: (ctx->data <= ctx->end)
On 27 Mar 2019, at 1.25, Jason Lewis via dovecot <dovecot at dovecot.org> wrote:
>
> Hi Aki,
>
> debian jessie backports has been moved to archive.debian.org and
> initially I was unable to install dovecot-dbg because of that. But I've
> managed to resolve that issue now.
>
> This was the command I ran:
> doveadm -D -f flow fetch imap.envelope mailbox
2019 Mar 28
1
v2.2.27 Panic: file rfc822-parser.h: line 23 (rfc822_parser_deinit): assertion failed: (ctx->data <= ctx->end)
Thanks Timo.
Given the age of these dovecot packages, and this being on debian
oldstable, what should we do next? I'm inclined to just delete the email
in question and move on.
Jason
Timo Sirainen wrote on 28/3/19 12:16 am:
> On 27 Mar 2019, at 1.25, Jason Lewis via dovecot <dovecot at dovecot.org> wrote:
>>
>> Hi Aki,
>>
>> debian jessie backports has been
2008 Nov 28
1
Namespaces and shared folders
I had a working dovecot install before I tried to implement shared folders
using namespaces.
I added the following to /etc/dovecot/dovecot.conf:
namespace private {
separator =
prefix =
inbox = yes
}
namespace public {
separator = /
prefix =
location = maildir:/home/public/shared/Maildir
}
</pre>
I created my shared folder using the maildirmake
2006 Jul 06
1
Problems with deliver (LDA)
Hi,
I'm using Dovecot's (1.0.rc2) 'deliver' (no sieve) as LDA - calling it
from a .qmail file.
It seems that 'deliver' destroys "message/rfc822" attachments (forward
as attachment).
My .qmail file looks like this, and use qmail to deliver a copy directly
to my Maildir, and 'deliver' to deliver a second copy of the same
message to the same Maildir:
%
2019 Mar 25
0
v2.2.27 Panic: file rfc822-parser.h: line 23 (rfc822_parser_deinit): assertion failed: (ctx->data <= ctx->end)
Can you install dovecot-dbg and try gdb again?
Aki
On 25.3.2019 3.20, Jason Lewis via dovecot wrote:
> Hi,
>
> I've been having an issue with the indexer giving me errors on mailbox
> in dovecot.
>
> I managed to narrow it down to a specific email in that mailbox.
>
> Various dovecot functions have issues with this email.
>
> The email itself is just spam. I can
2008 Aug 13
4
Marking as Read causes Body.Peek on ALL messages - Reasonable?
I've noticed when I select a folder of messages (Thunderbird) and mark
them all as read (or unread) it produces the following IMAP transcript:
Source Destination Info
c.c.c.c s.s.s.s Request: DONE
s.s.s.s c.c.c.c Response: 20 OK Idle completed.
c.c.c.c s.s.s.s Request: 21 uid store 1:20 -Flags (\Seen)
s.s.s.s c.c.c.c Response: * 1 FETCH (UID 1 FLAGS (\Recent NonJunk))
c.c.c.c s.s.s.s
2019 Mar 26
4
v2.2.27 Panic: file rfc822-parser.h: line 23 (rfc822_parser_deinit): assertion failed: (ctx->data <= ctx->end)
Hi Aki,
debian jessie backports has been moved to archive.debian.org and
initially I was unable to install dovecot-dbg because of that. But I've
managed to resolve that issue now.
This was the command I ran:
doveadm -D -f flow fetch imap.envelope mailbox crm-spam.2008.g
Backtrace follows.
Jason
jason at debian:~$ gdb /usr/bin/doveadm /home/jason/core
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
2019 Mar 26
0
v2.2.27 Panic: file rfc822-parser.h: line 23 (rfc822_parser_deinit): assertion failed: (ctx->data <= ctx->end)
What's non-trivial about apt-get install dovecot-dbg?
Aki
On 26.3.2019 5.38, Jason Lewis via dovecot wrote:
> After some investigation, it turns out it is non trivial to install
> dovecot-dbg on debian jessie.
>
> Sorry I can't investigate further.
>
> Jason
>
> Aki Tuomi wrote on 25/3/19 6:12 pm:
>> Can you install dovecot-dbg and try gdb again?
>>
2019 Mar 28
0
v2.2.27 Panic: file rfc822-parser.h: line 23 (rfc822_parser_deinit): assertion failed: (ctx->data <= ctx->end)
On Wed, Mar 27, 2019 at 10:25:02AM +1100, Jason Lewis via dovecot wrote:
> Hi Aki,
>
> debian jessie backports has been moved to archive.debian.org and
> initially I was unable to install dovecot-dbg because of that. But I've
> managed to resolve that issue now.
Just curious -- what deb line did you use in /etc/apt/sources.lst to
refer to the archived repositories?
--
2019 Mar 26
2
v2.2.27 Panic: file rfc822-parser.h: line 23 (rfc822_parser_deinit): assertion failed: (ctx->data <= ctx->end)
After some investigation, it turns out it is non trivial to install
dovecot-dbg on debian jessie.
Sorry I can't investigate further.
Jason
Aki Tuomi wrote on 25/3/19 6:12 pm:
> Can you install dovecot-dbg and try gdb again?
>
> Aki
>
> On 25.3.2019 3.20, Jason Lewis via dovecot wrote:
>> Hi,
>>
>> I've been having an issue with the indexer giving me
2004 Jul 12
1
dovecot-1.0-test27 crash on FETCH
Hello,
I've got a crash with -test27 on a FETCH, just after logging in. Attached
are the mailbox (1 message only), logs, sniffed session, testcase and core
dump backtrace. If the dovecot.conf is needed, just ask (it's pretty much
the default configuration).
Maybe this has just been fixed in -test28, in which case you can just
delete this email. :)
Btw, it's rather irrelevant, but
2008 Mar 06
4
Wrong message information reported shortly after delivery
Hi,
If an IMAP fetch is issued some "short" time after a message was delivered
with dovecot deliver then dovecot reports wrong (zero) values
for that new message. Afterward, it reports the information OK.
This causes problems to our IMAP client.
The problem is easily reproduced with a large message on a slow machine.
I'm using dovecot 1.0.10
Here's a sample trace:
1 uid fetch
2015 May 05
0
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
I have just verified with IMAP commands. This is the procedure:
telnet localhost 143
and then type this:
A0001 CAPABILITY
A0002 LOGIN "bluser" "bluser"
A0003 SELECT "inbox-b"
A0004 EXPUNGE
A0005 FETCH 1:12 RFC822.SIZE
A0006 FETCH 1 RFC822.HEADER
A0007 FETCH 1 BODY.PEEK[TEXT]
A0008 STORE 1 +FLAGS (\Seen \Deleted)
A0009 EXPUNGE
A0010 FETCH 1 RFC822.HEADER
A0011 FETCH
2015 May 06
0
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
On 05/06/2015 09:57 AM, Teemu Huovila wrote:
> On 05/05/2015 05:26 PM, Santiago Vila wrote:
>> I have just verified with IMAP commands. This is the procedure:
>>
>> telnet localhost 143
>>
>> and then type this:
>>
>> A0001 CAPABILITY
>> A0002 LOGIN "bluser" "bluser"
>> A0003 SELECT "inbox-b"
>> A0004
2015 Jan 20
0
Help backup mails from one dovecot server to another dovecot server
Hi to all i'm running two Dovecot servers version 2.2.15 both Server A
and Server B
Server A is in production instead Server B is ready to start as a
replacement
My goal is replicate through doveadm backup command mails from Server A
to Server B
but when i execute following command in Server B error happens
doveadm -vvv -D backup -R -u davide.marchi at mail.cgilfe.it imapc: