frieky / imapcopy

Automatically exported from code.google.com/p/imapcopy
0 stars 0 forks source link

No login methods supported! #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What is the expected output? What do you see instead?
2012-03-30 15:44:08,079  INFO ImapCopier - Starting
2012-03-30 15:44:08,080 DEBUG ImapCopier - Parameters length:2
2012-03-30 15:44:08,080 DEBUG ImapCopier - opening conections
2012-03-30 15:44:08,083 DEBUG ImapCopier - opening imap conection to zici.fr
Exception in thread "main" 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:569)
    at javax.mail.Service.connect(Service.java:288)
    at javax.mail.Service.connect(Service.java:169)
    at javax.mail.Service.connect(Service.java:118)
    at com.fisbein.joan.model.ImapCopier.openConnection(ImapCopier.java:133)
    at com.fisbein.joan.model.ImapCopier.openSourceConnection(ImapCopier.java:70)
    at com.fisbein.joan.model.ImapCopier.main(ImapCopier.java:33)
Caused by: com.sun.mail.iap.ProtocolException: No login methods supported!
    at com.sun.mail.imap.IMAPStore.login(IMAPStore.java:617)
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:549)
    ... 6 more

What version of the product are you using? On what operating system?
0.3.1, debian squeeze

Please provide any additional information below.

It's possible to add function other login methods?
Why login methods use?

Original issue reported on code.google.com by david.me...@gmail.com on 30 Mar 2012 at 1:46

GoogleCodeExporter commented 8 years ago
Could you solve this problem?

Original comment by marmolle...@gmail.com on 2 Dec 2013 at 6:31

GoogleCodeExporter commented 8 years ago
This is "no defect". There are some loginmethods defined on the server and some 
on the client, i.e. IMAP is configured for SSL-only and you trie imap://....

Work-a-rounds:

var 1)
imap://... ..-> imaps://... instead

var 1b)
imaps://... ..-> imap://... instead

var 2)
if you are the mail-admin (and use imapcopy for migration):
enable none-SSL for IMAP-server

Original comment by robert.p...@gmail.com on 13 May 2014 at 10:48

GoogleCodeExporter commented 8 years ago
Waw... After 2 years...
Thank's !

Original comment by david.me...@gmail.com on 13 May 2014 at 10:58

GoogleCodeExporter commented 8 years ago
I'm not the developer. I use imapcopy to migrate my mails to my new server.

I try to document all issues for me (next server ~ 4 years) and the community.

Original comment by robert.p...@gmail.com on 13 May 2014 at 11:47