GMAIL API:如何在没有原始消息的情况下获得答复
问题描述:
我正在将google api用于gmail.一切工作正常,我能够连接,列出和获取消息/线程,浏览线程的每个元素等...
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.