1

i'm using google api for gmail. All is working fine, i was able to connect, list and get message / thread, browse every elements of a thread etc...

I want to be able to retrieve a reply without the original message, is it somehow doable ?

I think that every email software will put together a different constructed reply message with the original message included but maybe there's a way to retrieve only the reply.

Thanks for any hint that will allow me to do such thing.

Seb
  • 217
  • 1
  • 4
  • 11

1 Answers1

2

It appears the consensus is that this is not possible, and that the message/thread must be parsed manually with your program.

Community
  • 1
  • 1
Dan Klos
  • 699
  • 7
  • 21
  • 1
    You're right. I'll delete my answer since I misunderstood the original question. It will only confuse people. – Tholle Jul 16 '15 at 18:59
  • 1
    It's a shame that google didn't manage to offer us this possibility. It didn't seems to complicated at their level to store each individual message in parralel of the all thread. – Seb Jul 17 '15 at 04:29