-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thread support #11
Comments
I don't know of any way right now, so no foreseeable way to add this -- BUT if anyone finds a way to get all emails of a certain Thread (Gmail conversations) via IMAP or some other way, please comment here! |
data = gmail.imap.fetch(message.uid, "(X-GM-MSGID)") I'm getting ParseError exception - Ruby's net/imap does not recognize the attribute. I'm now trying to monkey-patch net/imap in the Large Hadron Collider. |
Found the patch somewhere (adds two last when cases):
(I'll try to rework it to add only significant lines with alias_method or sth) And then:
|
Thanks @wojt-eu , that patch worked! |
Glad to hear, @alagu. I recall I have tried to make the patch smaller (so that it didn't repeat whole msg_att method) but failed. It works though, It's used in production. |
Is there a pull request for this anywhere? If not, I'll try to get this in as soon as I can get a test written. |
I didn't find a PR for this and I don't want to monkey patch IMAP so I am going to close this. If there is another way to do this without modifying internals then please open a new issue. |
Hey, one of the great advantages of Gmail is threads... is there a way for a given message to retrieve th ethread?
Thanks!
The text was updated successfully, but these errors were encountered: