Page 2 of 2

Re: [Solved] IMAP trouble ?

PostPosted:Thu Apr 15, 2010 10:45 am
by jllort
1- Now there's no way to force importing, I added as future enhancement in our tracking system ( I'm not sure if we could implement in version 5.0 we'll try )

2- About automatic mail copy ( categorization etc... ) there's two ways in 4.0 for doing it
2.1- Using scripting ( in folder -> you can do minimal java program -> script -> assigned to folder to make automatic operation ) ( take a look here all openkm api is accessible by the java scripting )
2.2- Using worflow ( and minimal scripting to execute automatically a workflow process each time a new mail is created )

Re: [Solved] IMAP trouble ?

PostPosted:Thu Sep 09, 2010 3:45 pm
by paulet
Saludos;
Mi mi problema es el siguiente, el Jboss se ejecutacon normalidad, y mientras estoy visualizando archivos de pronto me sale el error como sigue:
Code: Select all
08:51:43,265 ERROR [MailUtils] mail.latasca.com.ec/webmail
javax.mail.MessagingException: mail.latasca.com.ec/webmail;
  nested exception is:
        java.net.UnknownHostException: mail.latasca.com.ec/webmail
        at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:479)
        at javax.mail.Service.connect(Service.java:275)
        at javax.mail.Service.connect(Service.java:156)
        at es.git.openkm.util.MailUtils.importMessages(MailUtils.java:183)
        at es.git.openkm.core.UserMailImporter.run(UserMailImporter.java:52)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
Caused by: java.net.UnknownHostException: mail.latasca.com.ec/webmail
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
        at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(Unknown Source
)
        at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
        at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
        at com.sun.mail.iap.Protocol.<init>(Protocol.java:84)
        at com.sun.mail.imap.protocol.IMAPProtocol.<init>(IMAPProtocol.java:87)
        at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:446)
        ... 6 more
entonces, no se que me hace falta configurar, por cierto en el archivo mail service.xml hay dos partes la sel server MAIL CONECTION FACTORY y la del OPENKM, no se si tenga que llenar ambas partes con los datos solicitados... espero su ayuda.. muchas gracias. a por cierto en la parte donde especifico mi host, esta bien esrcito mail.latasca.com.ec/webmail..? o en le quito la parte de /webmail.

Re: [Solved] IMAP trouble ?

PostPosted:Thu Sep 09, 2010 4:36 pm
by jllort
Make a new post in the spanish forum or write in english