Displaying 20 results from an estimated 3000 matches similar to: "Thunderbird 1.5 and messages with no Date: header"
2006 May 24
1
Bug / Problem - Dovecot and Thunderbird
Greetings,
I've been running Dovecot for a couple years now. Currently 1.0.b8
on FreeBSD i386. I just switched to Mozilla Thunderbird 1.5.0.2
(windows) for an IMAP client, and am having some problems that appear
to be at least partially attributable to Dovecot.
After configuring the IMAP account, TB fetched the list of folders on
the server, but was displaying several folders that had
2008 Sep 10
3
Outlook 2003 and Thunderbird IMAP + getting new headers
Hi,
We run 1.1.3 and I use Outlook to connect to my IMAP box and a couple of
times per day (randomly) when I click certain folders IMAP will start
retrieving ALL headers for that folder again ('retrieving new headers')!
I don't understand this. What triggers IMAP to do so, why not just retrieve
only the NEW headers?
Is it Dovecot or Outlook (probably) and what can be done
2005 Dec 15
3
Ezstream Program Call Patch
Alrighty,
Got it patched and working (at least in my one setup). You can pull
the patch from:
http://denetron.com/~dballenger/ezstream-program.patch
(I can post the pre-patched source too if people would like)
You'll have to add a "<filetype></filetype>" line into your config
files, just put "file" if you want it to work just by reading that
file or playlist.
2007 Oct 16
2
[Fwd: Re: Namespace Question]
Timo Sirainen wrote:
> On Fri, 2007-10-05 at 17:27 -0700, Jeff Grossman wrote:
>
>> Timo Sirainen wrote:
>>
>>> On Tue, 2007-10-02 at 18:12 -0700, Jeff Grossman wrote:
>>>
>>>
>>>> So, what would
>>>> have changed between version 1.0.5 and 1.1beta2 to somehow make the
>>>> phone think all of the messages are older
2006 Apr 07
2
IMAP threading - the THREAD command
Hi folks,
there's an extension [1] to IMAP specifying the THREAD command to return
list of message sequence numbers grouped to indicate the threading of
them. That draft currently defines two algorithms, one of them based
solely on Subjects (which is rather dumb) and the second one, combining
Subjects with In-Reply-To (etc) headers.
The second method is actually advertised and supported by
2005 Nov 07
9
Using Gettext To Translate Your Rails Application
Hi,
Has anyone has any success using the gettext translation methods mentioned in
this wiki page?
http://manuals.rubyonrails.com/read/chapter/105
I got up to running the localize script at which point it protests about not
being able to find ''gettext/rgettext'' from the require line at the top of the
script:
script/localize:8:in `require'': no such file to load --
2007 Oct 14
2
receive date wrong in outlook
hi,
we migrate from exchange to dovecot. we do it with imapsync. first we
try to do it with --syncinternaldates, but this fails on many messages
with invalid date, so we drop this option. unfortunately after this
those users who use outlook see the received date as the date we do the
migration in stead of the real received date. other clients eg webmail,
thunderbird etc sees the right date. so my
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
2008 Jul 16
4
changing INTERNALDATE or similar
I have a question which others must have encountered. I switched from
uw-imap to dovecot-imap a few months ago and moved my fairly large mail
archive (~15 yrs) by simply mounting both accounts in a mail app and
simply copying my folders over. This worked well, and all my mail is in
order when I view it in evolution or thunderbird on any number of
machines. However, since our company uses MS
2006 Jun 08
8
Trash expire plugin
Dovecot will soon have a plugin which allows running a nightly cronjob
to expunge mails from configured mailboxes which have been in there for
a configurable amount of time. For example the configuration could be:
plugin {
# Trash 7d, Spam 30d
expire = Trash 7 Spam 30
}
It also supports using Dovecot's lib-dict to keep track of the mailboxes
and their oldest mail's timestamp, so that
2006 Apr 18
1
Test migration (IMAP copy) and INTERNALDATE?
We're trying some migration tests ... from CommuniGate to Dovecot. The
migration program does an APPEND into the new mailbox:
src>: a0 FETCH 2900 (FLAGS INTERNALDATE RFC822.PEEK)
src<: * 2900 FETCH (FLAGS (\Seen) INTERNALDATE "29-Aug-2005 18:36:54
+0000" RFC822 {1194157}
src<: )
dst>: bAPP APPEND "INBOX" (\Seen) "29-Aug-2005 18:36:54 +0000" {1194157}
2011 Jul 29
9
Custom fact question
Hi,
I need to use the output of a script to set the value of a variable. I
understand the only way to do this is to use a custom Facter fact.
However, this script will only run when (naturally) it''s been installed,
which is something Puppet takes care of. Conf files, which I would very much
like to be able to install as part of the same run depend on the variable
being set.
So, it
2017 Sep 09
2
What INTERNALDATE does dovecot with mbox storage set on a COPY'd message?
When a message is copied to a folder on dovecot with mbox storage, is
the mtime of the saved mbox file set to the time of the save?
Or is the mtime set to the Date: field of the source message that is
saved?
If there is a difference in the behaviour, do someone know the dovecot
version number where the change happened?
The reason I'm asking is a problem reported on the Gnus imap client in
2006 Jun 06
2
Dovecot configure script for 1.0b8 not including SQL drivers?
I am having a problem with the configure script for Dovecot 1.0b8. It
doesn't seem to be compiling in sql engine driver support. I have
specified --with-sql and --with-pgsql but when the script is done it
says "Building with SQL drivers ..............:" but lists no drivers
afterwards. I tried compiling it anyway but it logs the error "
auth(default): Unknown database driver
2006 Sep 26
1
Cache fields
Hi,
We are using Dovecot with maildir, and the mail client requests flags, internaldate, and uid for all messages on folder open, which on average takes 3 seconds, but for large folders is much longer.
It seems like I want mail_cache_fields to include "flags", but which date corresponds to internaldate? date.received?
Is UID always cached for messages, or does it have to read through
2017 Sep 13
2
What INTERNALDATE does dovecot with mbox storage set on a COPY'd message?
>>>>> Aki Tuomi <aki.tuomi at dovecot.fi>:
> On 09.09.2017 12:33, Steinar Bang wrote:
>> When a message is copied to a folder on dovecot with mbox storage, is
>> the mtime of the saved mbox file set to the time of the save?
[snip!]
> Internaldate is picked from the separating 'From' line in mbox file.
> "From user at example.org Thu Oct 20
2008 Nov 26
1
INTERNALDATE call, timezone randomly changes
Hi guys,
I've run into an odd little problem. We use SquirrelMail as the basis
for our webmail. Recently I've had a user complaining that the
"Received" time on mail in the Sent folder has changed between logins.
The change is always been by +1 hours or -5 hours. While checking, our
developer had a time changed by +2 hours. On refresh it changed back.
He poked through the code
2003 Aug 12
1
Hardlinks in copy
Hi, Dovecotters.
In the Maildir code,
dovecot-0.99.10/src/lib-storage/index/maildir/maildir-copy.c, I see that
hardlinks are used. It seems that (line 185) if
MAILDIR_COPY_WITH_HARDLINKS is exported, then copying is attempted by
using link.
Having problems reading the source / flow of control, I resort to this
list.
When a file is linked, the mtime is naturally kept on the destination.
This
2006 Apr 27
2
Re: mail shown throught outlook, shows todays date
> bclark wrote:
>
> > The interesting thing is, once I have some mail on the dovecot,
> the date
> > displayed on Mozilla is correct, but the mail shown throught
> outlook,
> > shows todays date (thats for all mail).
>
> Each mail has (at least) two dates : the date it was sent (stored
> in the
> headers), and the date it arrived (in Maildir, the
2006 Feb 16
2
maildir and stat
Hi.
I plan to use dovecot on nfs with maildir.
Does dovecot need to stat each file in a maildir, or does it just read a list of files in the directory?
i.e. does it do the equivalent of an ls -f, or an ls -l?
HYCH