[
https://issues.apache.org/jira/browse/MAILBOX-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Norman Maurer updated MAILBOX-118:
--
Summary: MaildirStore not setup correctly (was: MaildirStore)
> MaildirStore not setup correc
MaildirStore
Key: MAILBOX-118
URL: https://issues.apache.org/jira/browse/MAILBOX-118
Project: James Mailbox
Issue Type: Bug
Components: spring
Affects Versions: 0.4
Reporter: Norman Maurer
[
https://issues.apache.org/jira/browse/IMAP-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Norman Maurer resolved IMAP-336.
Resolution: Fixed
> Use static fields where possible for CAPABILITIES
> -
Deactive IMAP IDLE keep-alives
--
Key: JAMES-1300
URL: https://issues.apache.org/jira/browse/JAMES-1300
Project: JAMES Server
Issue Type: Improvement
Components: IMAPServer
Affects Versions: 3.0-beta
Use static fields where possible for CAPABILITIES
-
Key: IMAP-336
URL: https://issues.apache.org/jira/browse/IMAP-336
Project: JAMES Imap
Issue Type: Improvement
Components: Protocol
Author: norman
Date: Wed Aug 24 05:36:10 2011
New Revision: 1160980
URL: http://svn.apache.org/viewvc?rev=1160980&view=rev
Log:
Use static fields where possible for CAPABILITIES. See IMAP-336
Modified:
james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/AbstractSelection
Fixed.. Let us hope it will help:
norman@minotaur:/www/www.apache.org/dist/james/apache-james/3.0-beta3$
ls -lta *
-rw-rw-r-- 1 rdonkin james 30659717 Aug 24 05:15
apache-james-3.0-beta3-app.tar.gz
-rw-rw-r-- 1 rdonkin james 1530 Aug 24 05:15
apache-james-3.0-beta3-app.tar.gz.asc
-rw
On 24/08/11 02:50, sebb wrote:
(snipped)
I.e. use the unix "touch" command to update the dates of all the files
in the beta3 directory.
I tried touch -t 20110823 *, but I receive 'Operation not permitted'
(files in 3.0-beta3 are owned by rdonkin).
This needs to be done by someone in
On 23 August 2011 15:55, Eric Charles wrote:
> Hi Robert,
>
> Did you see anything special when deploying James server beta3?
> File/folders permissions? anything else?
>
> On INFRA-3869, I understand we need to release beta4 if we want to fix this.
That's not quite what I understood.
Releasing
Review synchronization / locking
Key: IMAP-335
URL: https://issues.apache.org/jira/browse/IMAP-335
Project: JAMES Imap
Issue Type: Improvement
Affects Versions: 0.2.1
Reporter: Norman Maurer
Only use one Thread for Idle keep-alives
Key: IMAP-334
URL: https://issues.apache.org/jira/browse/IMAP-334
Project: JAMES Imap
Issue Type: Improvement
Components: Protocol
Report
Author: norman
Date: Tue Aug 23 18:34:22 2011
New Revision: 1160838
URL: http://svn.apache.org/viewvc?rev=1160838&view=rev
Log:
Remove not necessary synchronization. See MAILBOX-117
Modified:
james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/MessageResultImpl.java
Modif
Review synchronization / locking
Key: MAILBOX-117
URL: https://issues.apache.org/jira/browse/MAILBOX-117
Project: James Mailbox
Issue Type: Improvement
Affects Versions: 0.3
Reporter: Norman M
Author: norman
Date: Tue Aug 23 18:14:42 2011
New Revision: 1160830
URL: http://svn.apache.org/viewvc?rev=1160830&view=rev
Log:
Lazy load and populate the MimeDescriptor. See MAILBOX-116
Added:
james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/LazyMimeDescriptor.java
[
https://issues.apache.org/jira/browse/MAILBOX-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Norman Maurer resolved MAILBOX-116.
---
Resolution: Fixed
done!
> Lazy load and populate the MimeDescriptor
> -
Hello,
There are six tests that fail, all located in the FetchBodyStructure
suite. I have isolated the first and put println's all over the code
to find the source.
If you look at the last lines, the differences in what the server
sends back and what he should are that instead of en, en-US,en-CA,
[
https://issues.apache.org/jira/browse/IMAP-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Norman Maurer resolved IMAP-333.
Resolution: Fixed
> FETCH 1 BODY[...] should not create a MimeDescriptorStructure
> -
you can also stop SMTP/IMAP/POP3 via JMX during the process...
bye
norman
Am Dienstag, 23. August 2011 schrieb Eric Charles :
> It's for the mailbox related tables, so all tables expect the JAMES_USER
and the JAMES_DOMAIN.
>
> Those two tables are not linked via FK to the others, and the relation
Hi Robert,
Did you see anything special when deploying James server beta3?
File/folders permissions? anything else?
On INFRA-3869, I understand we need to release beta4 if we want to fix this.
Thx.
On 23/08/11 16:35, Eric Charles wrote:
fyi.
You can follow on the INFRA-3869
Origina
It's for the mailbox related tables, so all tables expect the JAMES_USER
and the JAMES_DOMAIN.
Those two tables are not linked via FK to the others, and the relations
are made via names (the users and the domains).
You will have to recreate by hand (SQL insert, or via james-cli) the
users an
fyi.
You can follow on the INFRA-3869
Original Message
Subject: [jira] [Commented] (INFRA-3869) Some mirrors are broken for
James distribution
Date: Tue, 23 Aug 2011 14:33:34 + (UTC)
From: Sebb (JIRA)
To: e...@apache.org
[
https://issues.apache.org/jira/browse/INFR
Hi,
We are in process of taking backup and restore of James database using
maildir and jpa. In this process we would like to know if this backup and
restore is for entire repository or just emails table JAMES_MAIL?
Thanks,
Sai
Author: norman
Date: Tue Aug 23 11:03:50 2011
New Revision: 1160623
URL: http://svn.apache.org/viewvc?rev=1160623&view=rev
Log:
Only create MimeDescriptorStructure if really needed. See IMAP-333
Modified:
james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/fetch/FetchRes
[
https://issues.apache.org/jira/browse/IMAP-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Norman Maurer updated IMAP-333:
---
Description:
We don't need to generate a MimeDescriptorStructure if a client issue the
following comma
Lazy load and populate the MimeDescriptor
-
Key: MAILBOX-116
URL: https://issues.apache.org/jira/browse/MAILBOX-116
Project: James Mailbox
Issue Type: Improvement
Components: store
Affect
FETCH 1 BODY[...] should not create a MimeDescriptorStructure
-
Key: IMAP-333
URL: https://issues.apache.org/jira/browse/IMAP-333
Project: JAMES Imap
Issue Type: Improvement
26 matches
Mail list logo