-
-
Notifications
You must be signed in to change notification settings - Fork 29
PHP-imap replacement #198
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
PHP-imap replacement #198
Conversation
4aff757 to
44b5b15
Compare
cfd457d to
ae56070
Compare
bfd9552 to
f667704
Compare
|
|
||
| // Set a reminder, if needed | ||
| if (strtolower($this->birthdayReminderOffset) !== "false") { | ||
| if ('false' !== strtolower($this->birthdayReminderOffset)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🏕️ Unrelated cs fix
| <a class="github-link" href="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/tchapi/davis" data-bs-toggle="popover" data-bs-trigger="hover" data-bs-content="Project Github page" data-bs-placement="bottom"></a> | ||
| </li> | ||
| <li class="list-group-item list-group-item-secondary">{{ "dashboard.auth"|trans }} : <code>{{ authMethod }}</code> ({{ "dashboard.auth_realm"|trans }}: <code>{{ authRealm }}</code>)</li> | ||
| <li class="list-group-item list-group-item-secondary">{{ "dashboard.auth"|trans }} : <code>{{ authMethod }}</code>{% if authMethod == 'Basic' %} ({{ "dashboard.auth_realm"|trans }}: <code>{{ authRealm }}</code>){% endif %}</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🏕️ Not displaying the realm except for Basic auth
d2675f5 to
6fecdb4
Compare
Ramblurr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working great on my end with php 8.4.13
Issue: php-imap was removed as deprecated from PHP8.4
See #195
Using https://www.php-imap.com/ as a replacement
New config format
🧪 Testing setup
Running a local Greenmail instance via Docker with