r-a-y / bp-reply-by-email

Reply to BuddyPress items from the comfort of your email inbox. Currently in pre-release.
GNU General Public License v2.0
63 stars 9 forks source link

IMAP: Add wp-cli module #91

Open r-a-y opened 7 years ago

r-a-y commented 7 years ago

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.