Displaying 20 results from an estimated 128 matches for "internaldates".
Did you mean:
internaldate
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
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
2009 May 29
1
Assertion failure in maildir-mail.c for gzipped maildir files in 1.1.15
I attempted an upgrade from 1.1.7 to 1.1.15 and encountered an apparent
regression in handling gzipped maildir files.
I have tried to narrow down the conditions under which it happens and
reproduce it with as simple a case as possible. The actual mail
application that exposed this problem is Squirrelmail.
Starting off with the index files removed from the "Folder" maildir
directory:
*
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}
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
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
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 question wh...
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
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
2017 Sep 11
0
What INTERNALDATE does dovecot with mbox storage set on a COPY'd message?
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?
>
> 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
2017 Sep 14
0
What INTERNALDATE does dovecot with mbox storage set on a COPY'd message?
On 13.09.2017 23:59, Steinar Bang wrote:
>>>>>> 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'
2004 Mar 07
1
imap internaldate
I think I found a bug in dovecot which I'm not sure where to fix. (I may
even have found a reference to it in an archived list message from Jul
2003.) Here is the situation:
dovecot (dovecot-0.99.10.4) running with an imap server on an mbox
system is queried by a local client program, like Mail.app, and is
told the "Received" date of the message (presumably sent through
2009 Jul 21
1
Problem with INTERNALDATE when the year in localtime and GMT different
In my thought utc_offset function in src/lib/utc-offset.c returns wrong
offset value when the year in localtime and GMT different.
/* max offset of 24 hours */
if (ltm.tm_yday < gtm.tm_yday)
offset = -24 * 60;
else if (ltm.tm_yday > gtm.tm_yday)
offset = 24 * 60;
else
offset = 0;
I think this code should be modified as followings.
/* max offset of 24 hours */
if ((ltm.tm_year ==
2006 Apr 19
0
[patch] Re: Test migration (IMAP copy) and INTERNALDATE?]
I haven't been able to find what is responsible for altering the time on
APPENDed mail, but was able to come up with a temporary workaround ...
simply calling utime() later on in the process resolves it.
Below is my patch.
Steve
--- dovecot-1.0.beta7-orig/src/lib-storage/index/maildir/maildir-save.c
2006-03-25 05:53:43.000000000 -0500
+++
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
2005 Aug 23
2
Weird internaldate behavior with 1.0-test80 and mbox folder
Has anyone else encountered weird date behavior with mbox-style folders?
I am nearly ready to bite the bullet and convert my UW imap hierarchy
(which is in mbx format) to Dovecot. In so doing, I need to convert each
UW-specific mbx-format mailboxes to the more portable mbox format, which
Dovecot can read. (This is done with the 'mbxcvt' utility that's part of
UW.)
I am then
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 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
2005 Feb 13
2
dovecot-stable: NIL from in envelope request
Using the latest dovecot-stable (20050213) with pine, I get an empty
"from" header in my e-mails. This doesn't happen with 1.0.59-test, nor did it
happen with the first dovecot-stable (20050131). A partial connection log is
below:
1.0-test59:
IMAP DEBUG 15:23:32 2/13: 00000007 FETCH 1:41 (UID ENVELOPE BODY.PEEK[HEADER.FIELDS (Newsgroups Content-MD5 Content-Disposition