Author |
Message
|
kastle |
Posted: Wed Feb 04, 2015 11:53 pm Post subject: Reading mail from Inbox using EmailInputNode |
|
|
Novice
Joined: 28 Jan 2014 Posts: 14
|
i hv import d sample from the hepl center of email Input node .
And i configured d all properties in the server tht is
mqsicreateconfigurableservice IB9NODE -c EmailServer -o myEmailConfigurableServiceName
mqsichangeproperties IB9NODE -c EmailServer -o myEmailConfigurableServiceName -n serverName -v pop3://pop.gmail.com:995
mqsichangeproperties IB9NODE -c EmailServer -o myEmailConfigurableServiceName -n securityIdentity -v mySecurityIdentity
mqsisetdbparms IB9NODE -n email::mySecurityIdentity -u gmailid -p password
But still its not picking the mail from my Inbox .And Nothing is coming in the EMAILOUT Queue.
Please help me out why it is not working  |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Feb 04, 2015 11:59 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Moderator can this be moved to the Broker forum. This is clearly nothing to do with Java. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 05, 2015 5:12 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
So moved _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 05, 2015 5:17 am Post subject: Re: Reading mail from Inbox using EmailInputNode |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
kastle wrote: |
Please help me out why it is not working  |
How? All you've told us is "it's not picking up the email". No mention of version, no mention of log messages.
Possible reasons include but are not limited to:
- you've incorrectly associated the configurable service with the flow
- your network does not allow access to that port / url combination
- your Gmail security settings do not allow simple userid / password log on (e.g. you have it enabled for 2 part security)
- your Gmail account uses IMAP not POP3 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
kastle |
Posted: Thu Feb 05, 2015 5:37 am Post subject: |
|
|
Novice
Joined: 28 Jan 2014 Posts: 14
|
I have enabled POP3 in gmail . but still its not initially d flow .
Please help me out ..  |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Feb 05, 2015 5:50 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
I think you'll find that even with POP3, gmail wants to use SSL.
You may want to download some kind of free email server and run it locally somewhere as a test machine. Then once you get everything worked out other than the SSL, you can go back to trying to talk to Gmail. |
|
Back to top |
|
 |
kastle |
Posted: Thu Feb 05, 2015 10:59 am Post subject: |
|
|
Novice
Joined: 28 Jan 2014 Posts: 14
|
Thank you !!!!
Now its flow is running .  |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 05, 2015 11:31 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
kastle wrote: |
Now its flow is running .  |
How did you fix it (for the benefit of future readers)? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
kastle |
Posted: Fri Feb 06, 2015 2:11 am Post subject: |
|
|
Novice
Joined: 28 Jan 2014 Posts: 14
|
I have changed it to imap to imaps as email server are using secured protocol . and configure the properties again and run the flow .
It will work  |
|
Back to top |
|
 |
kastle |
Posted: Mon Feb 09, 2015 1:53 am Post subject: |
|
|
Novice
Joined: 28 Jan 2014 Posts: 14
|
Can u please tell me that how to Parse the BLOB data into the valid readable String Format that are coming in the MIME format . ????  |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Feb 09, 2015 2:02 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Have you tried looking at some of the other posts here that are asking about the same thing?
What have you tried?
If you tried something, what went wrong? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Feb 09, 2015 5:27 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
kastle wrote: |
Can u please tell me that how to Parse the BLOB data into the valid readable String Format that are coming in the MIME format . ????  |
What about the information in the InfoCenter on MIME messages didn't help / didn't work?
Or did you just state in horror at the screen when the MIME messages didn't automagically become a beautifully formed message and post here without even trying to find a solution? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|