meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
plugin:imap2 [2025/01/22 11:41] – [Use IMAP instead of POP3] duncanc | plugin:imap2 [2025/02/08 11:00] (current) – [Usage] duncanc | ||
---|---|---|---|
Line 11: | Line 11: | ||
This plugin uses the javanile/ | This plugin uses the javanile/ | ||
- | From version 8.4 php does not include | + | Those functions are provided by the IMAP extension, |
- | This plugin can be used with php versions prior to 8.4 if the hosting provider does not provide the IMAP extension. | + | This plugin can also be used with php versions prior to 8.4 if the hosting provider does not provide the IMAP extension. |
- | If your php configuration already includes the IMAP extension then you do not need this plugin. | + | If your php configuration already includes the IMAP extension then you do not need this plugin. The plugin can be installed but will not have any effect. |
Line 25: | Line 25: | ||
=== Use of localhost === | === Use of localhost === | ||
- | Using '' | + | Using '' |
<code php> | <code php> | ||
Line 32: | Line 32: | ||
=== Use IMAP instead of POP3 === | === Use IMAP instead of POP3 === | ||
- | The php-imap2 package supports only the IMAP protocol, not the POP3 protocol. | + | The php-imap2 package supports only the IMAP protocol, not the POP3 protocol. |
+ | |||
+ | The plugin | ||
For example, if you currently access the mailbox using POP3 | For example, if you currently access the mailbox using POP3 | ||
Line 50: | Line 52: | ||
<code php> | <code php> | ||
- | However, the plugin will detect when POP3 is trying to be used and change to the equivalent IMAP setting. | + | |