
Anonymous
Not applicable
2009-04-24
08:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
tPOP usage
I'm trying to use tPOP compoment to retrieve emails from a Novell-Groupwise system
After having setup all necessary data (host,port, user,pwd,etc..) , if I run the job it remains running with no way to know what is doing and if there are any issue
Is the component working or has some bugs ?
How else could I retrieve emails ?
After having setup all necessary data (host,port, user,pwd,etc..) , if I run the job it remains running with no way to know what is doing and if there are any issue
Is the component working or has some bugs ?
How else could I retrieve emails ?
971 Views
- « Previous Replies
- Next Replies »
38 Replies

Anonymous
Not applicable
2009-04-24
08:55 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
Which type of email do you use? Which version of TOS?
Best regards
shong
Which type of email do you use? Which version of TOS?
Best regards
shong
361 Views

Anonymous
Not applicable
2009-04-24
09:49 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
TOS 3.0.0
Novell Groupwise 6.5.7
Novell Groupwise 6.5.7
361 Views

Anonymous
Not applicable
2009-04-24
10:56 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to use IMAP protocol....
361 Views

Anonymous
Not applicable
2009-04-24
11:19 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've seen that thare was a bug but now resolved
I've downloaded the zip archive of the files changed in the component tPOP and I've overwritten previous files
Now I get the following error
Exception in component tPOP_1
javax.mail.MessagingException: Connect failed;
nested exception is:
java.io.IOException: Unexpected response: * OK GroupWise Server Ready
at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:148)
at javax.mail.Service.connect(Service.java:275)
at cegedim.insert_update_cegedim_sugar_0_1.insert_update_cegedim_sugar.tPOP_1Process(insert_update_cegedim_sugar.java:175)
at cegedim.insert_update_cegedim_sugar_0_1.insert_update_cegedim_sugar.runJobInTOS(insert_update_cegedim_sugar.java:373)
at cegedim.insert_update_cegedim_sugar_0_1.insert_update_cegedim_sugar.main(insert_update_cegedim_sugar.java:287)
Caused by: java.io.IOException: Unexpected response: * OK GroupWise Server Ready
at com.sun.mail.pop3.Protocol.simpleCommand(Protocol.java:361)
at com.sun.mail.pop3.Protocol.<init>(Protocol.java:91)
at com.sun.mail.pop3.POP3Store.getPort(POP3Store.java:201)
at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:144)
... 4 more
I've downloaded the zip archive of the files changed in the component tPOP and I've overwritten previous files
Now I get the following error
Exception in component tPOP_1
javax.mail.MessagingException: Connect failed;
nested exception is:
java.io.IOException: Unexpected response: * OK GroupWise Server Ready
at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:148)
at javax.mail.Service.connect(Service.java:275)
at cegedim.insert_update_cegedim_sugar_0_1.insert_update_cegedim_sugar.tPOP_1Process(insert_update_cegedim_sugar.java:175)
at cegedim.insert_update_cegedim_sugar_0_1.insert_update_cegedim_sugar.runJobInTOS(insert_update_cegedim_sugar.java:373)
at cegedim.insert_update_cegedim_sugar_0_1.insert_update_cegedim_sugar.main(insert_update_cegedim_sugar.java:287)
Caused by: java.io.IOException: Unexpected response: * OK GroupWise Server Ready
at com.sun.mail.pop3.Protocol.simpleCommand(Protocol.java:361)
at com.sun.mail.pop3.Protocol.<init>(Protocol.java:91)
at com.sun.mail.pop3.POP3Store.getPort(POP3Store.java:201)
at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:144)
... 4 more
361 Views

Anonymous
Not applicable
2009-04-24
11:23 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
latest tentative....
I missed to select imap in the new dropdown of the component !
But now I get the following error message
Exception in component tPOP_1
java.io.IOException: No content
at com.sun.mail.imap.IMAPInputStream.fill(IMAPInputStream.java:111)
at com.sun.mail.imap.IMAPInputStream.read(IMAPInputStream.java:158)
at cegedim.insert_update_cegedim_sugar_0_1.insert_update_cegedim_sugar.tPOP_1Process(insert_update_cegedim_sugar.java:209)
at cegedim.insert_update_cegedim_sugar_0_1.insert_update_cegedim_sugar.runJobInTOS(insert_update_cegedim_sugar.java:366)
at cegedim.insert_update_cegedim_sugar_0_1.insert_update_cegedim_sugar.main(insert_update_cegedim_sugar.java:280)
I missed to select imap in the new dropdown of the component !
But now I get the following error message
Exception in component tPOP_1
java.io.IOException: No content
at com.sun.mail.imap.IMAPInputStream.fill(IMAPInputStream.java:111)
at com.sun.mail.imap.IMAPInputStream.read(IMAPInputStream.java:158)
at cegedim.insert_update_cegedim_sugar_0_1.insert_update_cegedim_sugar.tPOP_1Process(insert_update_cegedim_sugar.java:209)
at cegedim.insert_update_cegedim_sugar_0_1.insert_update_cegedim_sugar.runJobInTOS(insert_update_cegedim_sugar.java:366)
at cegedim.insert_update_cegedim_sugar_0_1.insert_update_cegedim_sugar.main(insert_update_cegedim_sugar.java:280)
361 Views

Anonymous
Not applicable
2009-04-27
06:43 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to debug the problem and I've used the debugger
I end up with a File Not found exception "\C:\Program Files\Java\jre1.6.0_05\lib\sunrsasign.jar"
I cannot find the specified file
What I can do to solve this problem ?
Is it the correct cause of the error "java.io.IOException: No content" ?
I end up with a File Not found exception "\C:\Program Files\Java\jre1.6.0_05\lib\sunrsasign.jar"
I cannot find the specified file
What I can do to solve this problem ?
Is it the correct cause of the error "java.io.IOException: No content" ?
361 Views

Anonymous
Not applicable
2009-08-19
11:06 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I TRY TO use tpop to recover mail , but the file result doesn't contains the mail content but information about mail, IP adress , receiver , sender....
How I can recover only content of mail ?
any idea please.
How I can recover only content of mail ?
any idea please.
361 Views

Anonymous
Not applicable
2009-08-20
06:08 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello raja
After you featch the email form server and save it on local machine, then use a tFileInputMail to extrac data from the file, contains body, subject etc...
Best regards
shong
After you featch the email form server and save it on local machine, then use a tFileInputMail to extrac data from the file, contains body, subject etc...
Best regards
shong
361 Views

Anonymous
Not applicable
2009-08-21
08:13 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi , please in the file result of execution of tpop
body of mail don't apper
what i do i need the body ?
Is have reklated of some fnt in code or there are a error ?
pleeeeese help me it is so urgent
thanks
body of mail don't apper
what i do i need the body ?
Is have reklated of some fnt in code or there are a error ?
pleeeeese help me it is so urgent
thanks
361 Views

- « Previous Replies
- Next Replies »