blobaugh / inbox-status

Easy way to show your unread email count in WordPress themes
0 stars 1 forks source link

Add check to ensure the host has the imap libraries #7

Open blobaugh opened 11 years ago

blobaugh commented 11 years ago

If not do not allow connections

When adding the widget do not show the form elements

On any output display on the front end display that the imap libraries need to be installed.

Use one function to hold the error string. That way we can change it in one spot later, and even add something for debugging.

pdclark commented 11 years ago

Resolved in this commit: Replace IMAP class with PEAR Net_IMAP