Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Do you know how may I parse emails on my server. They all put in a specific folder and I want to parse this kind of mail :
"Bonjour,
Un L24 a été déplacé en erreur suite détection d'une anomalie Merci de prévenir le transporteur
VIN: UU1JSDA0551346737
RAISON LO24 non intégré - Le lot '110262' n'existe pas"
I can have 50 mails like that and I want to retreive only the value VIN: .....
Do you know if it's possible with the component cMail or tPop ?
connecting to socket on port 3665
connected
Exception in component tPOP_1
javax.mail.MessagingException: No login methods supported!;
nested exception is:
com.sun.mail.iap.ProtocolException: No login methods supported!
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:477)
at javax.mail.Service.connect(Service.java:275)
at javax.mail.Service.connect(Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at mail.mail_0_1.Mail.tPOP_1Process(Mail.java:356)
at mail.mail_0_1.Mail.runJobInTOS(Mail.java:673)
at mail.mail_0_1.Mail.main(Mail.java:522)
Caused by: com.sun.mail.iap.ProtocolException: No login methods supported!
at com.sun.mail.imap.IMAPStore.login(IMAPStore.java:519)
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:458)
... 6 more
disconnected
Hi,
Is your input parameter correct? SMTP connections secured by are known by the shorthand on TCP port 465. Could you please check your input paramater in tPop component?
Best regards
Sabrina