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

IMAP: Add wp-cli module #91

Open
r-a-y opened this issue Feb 23, 2017 · 0 comments
Open

IMAP: Add wp-cli module #91

r-a-y opened this issue Feb 23, 2017 · 0 comments

Comments

@r-a-y
Copy link
Owner

r-a-y commented Feb 23, 2017

If the auto-connect option is off, IMAP connections are currently initiated on a pageload and uses some filemarkers to determine if an IMAP connection is active or not. This method has limitations (see #56 for more background info).

One way to address this is to write a wp-cli module so if IMAP mode is selected, it can run on its own background process that will not rely on the current pageload method.

@r-a-y r-a-y changed the title IMAP: Move code to wp-cli IMAP: Move code to REST API Apr 13, 2017
@r-a-y r-a-y changed the title IMAP: Move code to REST API IMAP: Add WP REST API module Apr 13, 2017
@r-a-y r-a-y changed the title IMAP: Add WP REST API module IMAP: Add wp-cli module May 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant