You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Joachim Draeger (JIRA)" <se...@james.apache.org> on 2006/11/20 08:52:03 UTC

[jira] Commented: (JAMES-702) pooka can't get imap folders

    [ http://issues.apache.org/jira/browse/JAMES-702?page=comments#action_12451246 ] 
            
Joachim Draeger commented on JAMES-702:
---------------------------------------

At the first sight there is nothing unusual. But:
It's trying to list the INBOX and gets no result, because INBOX probably does not exist yet. 
Inbox is autocreated when it gets first accessed by an arriving mail or if the IMAP client starts with a SELECT INBOX.

Mmhhh... INBOX should be autocreated somewhere the user logs in. I have to think about that.

In the mean time, as a workaround, you could try one of the following:

- send an email to that account (Don't forget to activate:
   <James>
     ...
      <!-- Experimental IMAP support -->
      <inboxRepository>
         <repository destinationURL="mailboxmanager://users/" type="MAIL" />
      </inboxRepository>
   </James>
  and deactivate dbfile in config.xml)

- use another client (e.g. thunderbird), that accesses INBOX blind, to   trigger the autocreation. 

- use a simple "telnet localhost 10143" session (with preceding line numbers):

1 login theuser thepassword
2 select INBOX
3 logout


> pooka can't get imap folders
> ----------------------------
>
>                 Key: JAMES-702
>                 URL: http://issues.apache.org/jira/browse/JAMES-702
>             Project: James
>          Issue Type: Bug
>          Components: IMAPServer
>    Affects Versions: Next Major
>            Reporter: smoking_boy
>             Fix For: Next Major
>
>         Attachments: ???.bmp, imap.bmp, imapserver-2006-11-17-16-55.log, mailboxmanager-2006-11-17-16-55.log, streamdump.rar
>
>
> javax.mail.MessagingException: Folder does not exist or is unavailable.
> 	at net.suberic.pooka.UIDFolderInfo.createInfosAndProxies(UIDFolderInfo.java:52)
> 	at net.suberic.pooka.FolderInfo.loadAllMessages(FolderInfo.java:962)
> 	at net.suberic.pooka.gui.FolderNode.openFolder(FolderNode.java:452)
> 	at net.suberic.pooka.gui.FolderNode.openFolder(FolderNode.java:443)
> 	at net.suberic.pooka.gui.FolderNode$OpenAction.actionPerformed(FolderNode.java:571)
> 	at net.suberic.util.thread.ActionThread.run(ActionThread.java:82)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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