Forgot your password?
typodupeerror

Comment Re:Warning: Gmail IMAP support is ASCII only!!! (Score 1) 440

It turns out that the problem is not a character encoding problem. It is most likely to be a stupid coding error.

If a client retrieves the message with the '. FETCH n BODY[]' the characters are garbled.
If a client retrieves the message body with the '. FETCH n BODY[1]' the characters are intact.

In the first case, the message body is preceded by the (7-bit only) headers. The body is probably being treated as part of the header, and 8-bit characters are being filtered out.

Google

Submission + - Free IMAP on GMAIL? (google.com)

Demaratus writes: "It looks like Google is rolling out free IMAP service on select GMAIL accounts. One one of my gmail accounts, IMAP is now available in addition to POP in the settings for the account. I checked several of my other accounts, but it appears that only one of them has this new feature available. I can't find any information on this anywhere else after a few brief search engine queries, so I figured I'd share this great news with other \.ers. How long until Google rolls out free IMAP to all Gmail accounts?"

Slashdot Top Deals

The first rule of intelligent tinkering is to save all the parts. -- Paul Erlich

Working...