Is net/imap completed?

  • Thread starter Magicloud Magiclouds
  • Start date
M

Magicloud Magiclouds

I wanted to use ruby to receive my office mail. Well I could not.
Because net/imap reported "unexpected token: RPAR".
I checked out on google, and I found out that many people had this
problem, and it is because of net/imap.
So net/imap is useless to me.
As a well developed language's library, could someone tell that if
net/imap can be used seriously?
Thanks.
 
E

Eric Hodel

I wanted to use ruby to receive my office mail. Well I could not.
Because net/imap reported "unexpected token: RPAR".

Since you didn't give the full output of your program, I'm guessing
that your IMAP server's response has a "(" character in the wrong spot.
I checked out on google, and I found out that many people had this
problem, and it is because of
net/imap.

If you can provide your code and debugging output from a session with
the server that shows this issue maybe somebody can fix it. Even
better would be a login to the server set up to show this problem.
So net/imap is useless to me.

Without a reliable way to reproduce this problem nobody can help you
fix it.
As a well developed language's library, could someone tell that if
net/imap can be used seriously?

I use net/imap 24 times a day on mailboxes that combined total around
10,000 messages with the IMAPCleanse gem. I've never had any
problems. So far I know my tool has been used against dovecot and UW-
IMAP without problem.

I consider automatic processing of my email serious business and net/
imap has not failed me yet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top