[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

imap and Tmail. Getting whole email with imap

Adam Akhtar

12/13/2008 5:48:00 AM

Hi Im finding the imap docs to be a bit hard to understand. Ive also
searched on these forums but cant find the answer i need.

I can access my gmail account via imap fine and i can use "fetch" to
pull various parts of my emails out using parameters "ENVELOPE" or
"BODY[TEXT]".

I want to use Tmail and it requires a complete email in its "raw" (as it
says on its site) state but how do i use imap to do this. So far i can
only grab parts of the messge using those parameters above e.g.
Envelope.attr[:subject] etc and i cant find a parameter in the docs that
just gives you the email in full.

anyone help me on this one?
--
Posted via http://www.ruby-....

1 Answer

Eric Hodel

12/15/2008 10:56:00 PM

0

On Dec 12, 2008, at 21:48 PM, Adam Akhtar wrote:

> Hi Im finding the imap docs to be a bit hard to understand. Ive also
> searched on these forums but cant find the answer i need.
>
> I can access my gmail account via imap fine and i can use "fetch" to
> pull various parts of my emails out using parameters "ENVELOPE" or
> "BODY[TEXT]".
>
> I want to use Tmail and it requires a complete email in its
> "raw" (as it
> says on its site) state but how do i use imap to do this. So far i can
> only grab parts of the messge using those parameters above e.g.
> Envelope.attr[:subject] etc and i cant find a parameter in the docs
> that
> just gives you the email in full.
>
> anyone help me on this one?

Read:

http://www.rfc-editor.org/rfc/r... Section 6.4.5 (page 53)

You can probably get away with ALL. Otherwise ENVELOPE BODY will get
what you want. If you don't want to mark the message as read, use
BODY.PEEK