[ 
https://issues.apache.org/jira/browse/IMAP-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213506#comment-13213506
 ] 

lcl hst commented on IMAP-360:
------------------------------

Ok, tested some more: I don't even need those e-mails.

Steps:
1. Download fresh James 3.0 beta3 app.zip
2. Unzip.
3. Modify database.properties (see below).
4. Put Oracle jars in conf/lib: ojdbc5.jar (2.030.460 bytes), ojdbc6.jar 
(2.152.137 bytes).
5. run.bat
6. james-cli.bat -h 127.0.0.1 adddomain domain.tld
7. james-cli.bat -h 127.0.0.1 adduser t...@domain.tld test
8. james-cli.bat -h 127.0.0.1 adduser te...@domain.tld test
9. Open Thunderbird, add account:
- Name: t...@domain.tld
- E-mail address: t...@domain.tld
- Password: test
- Incoming: IMAP
- Incoming hostname: 127.0.0.1
- Incoming port: Auto
- Incoming SSL: Auto
- Incoming Auth: Auto
- Outgoing: SMTP
- Outgoing hostname: 127.0.0.1
- Outgoing port: Auto
- Outgoing SSL: Auto
- Outgoing Auth: Auto
- Username: t...@domain.tld
10. Finish adding the account.
11. Click "inbox". Everything's empty.
12. Compose message. Send "hello" (subject and message) 
To:t...@domain.tld,te...@domain.tld. Note the message arrives.
13. Close Thunderbird (make sure the process thunderbird.exe is gone).
14. Start Thunderbird. There's a new unread message.
15. Send another message to only t...@domain.tld. Note the message arrives.
16. Close Thunderbird (make sure the process thunderbid.exe is gone).
17. Start Thunderbird. There's 2 new unread messages.
18. Click "Get messages". Note 1 of the messages disappears from the Inbox.
19. Click "Get messages". Note there's 2 messages in the Inbox again.
20. Also note it's always the first message that disappears. 
21. The Sent-folder is also jumping.

I hope you can reproduce the problem with these steps.

database.properties:
database.driverClassName=oracle.jdbc.OracleDriver
database.url=jdbc:oracle:thin:@//192.168.4.137:1521/ourdb
database.username=myusername
database.password=ourpassword
vendorAdapter.database=ORACLE
openjpa.streaming=true

Mozilla Thunderbird v10.0.2.
Apache James v3.0 beta3.

select * from v$version;

Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
PL/SQL Release 10.2.0.4.0 - Production
"CORE   10.2.0.4.0      Production"
TNS for 64-bit Windows: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
                
> IMAP-folder jumps
> -----------------
>
>                 Key: IMAP-360
>                 URL: https://issues.apache.org/jira/browse/IMAP-360
>             Project: JAMES Imap
>          Issue Type: Bug
>          Components: JPA Mailbox, Mailbox, Protocol
>    Affects Versions: 0.1, 0.2-M1, 0.2, 0.2.1, 0.3
>         Environment: Windows 7, 64 bits, Oracle JPA.
>            Reporter: lcl hst
>            Priority: Critical
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When clicking an IMAP-folder in Thunderbird, I see several messages,
> when changing to another and switching back, I see different messages!
> This is the case, everytime I switch folders. So this folder "jumps".
> I did not expect this. This should never happen.
> It seems different messages are returned sometimes? Or maybe
> Thunderbird is doing something wrong.
> I've attached the IMAP-log from Thunderbird. As you can see in the log
> below, I chose INBOX, then clicked "Trash", then chose "INBOX" again.
> The 2nd time I viewed the inbox, there were other messages and
> messages got removed. When I switch over and over, I get different
> messages all the time. Some messages are marked read, some not. This
> changes all the time.
> What is going on here?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to