Skip to content
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

A method to run IMAP commands? #83

Closed
mrcasual opened this issue Apr 20, 2015 · 2 comments
Closed

A method to run IMAP commands? #83

mrcasual opened this issue Apr 20, 2015 · 2 comments

Comments

@mrcasual
Copy link

Is there a way I can run something like FETCH 1 (X-GM-MSGID)?

@ddeboer
Copy link
Owner

ddeboer commented Apr 20, 2015

As far as I can see, the IMAP extension has no way to run custom IMAP commands, so we would have run them over sockets. Maybe have a look at how https://github.com/petewarden/handmadeimap does this. Would you be able to work on a PR for this?

@mrcasual
Copy link
Author

I'll take a look at it. Before, I've been using Zend's IMAP and it allows one to do something like protocol->requestAndResponse(command).

@mrcasual mrcasual closed this as completed Mar 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants