mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 13:36:02 +03:00
[PR #855] [MERGED] Refactor/stmp imap server configuration #1096
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1096
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/855
Author: @henochit
Created: 1/3/2024
Status: ✅ Merged
Merged: 3/22/2024
Merged by: @kroky
Base:
master← Head:refactor/stmp_imap_server_configuration📝 Commits (10+)
6631757[Ref]: Add stepper82e20e3Merge branch 'master' of https://github.com/jasonmunro/cypht into refactor/stmp_imap_server_configuration1a5b863[Ref]: Rename2cfcd26[feat] add validation on first stepf5c24fc[feat]: implement auto detect provider from email then load provider config details5bef982[feat]: set preconfigured value4b25b6d[Feat]: add conditional stmp and imap displayff65f40[Feat]: Implement imap & smtp con.443923bFeat: implement saving profile logic02713a0[Ref] implement profil saving & refactor nux by splitting code in functions📊 Changes
26 files changed (+1613 additions, -602 deletions)
View changed files
📝
.gitignore(+1 -0)📝
.travis/.env(+0 -3)📝
language/en.php(+19 -1)📝
modules/core/handler_modules.php(+146 -0)📝
modules/core/output_modules.php(+189 -0)📝
modules/core/setup.php(+42 -4)📝
modules/core/site.css(+31 -0)📝
modules/core/site.js(+302 -3)📝
modules/imap/functions.php(+48 -0)📝
modules/imap/handler_modules.php(+8 -8)📝
modules/imap/output_modules.php(+133 -66)📝
modules/imap/setup.php(+3 -4)📝
modules/imap/site.css(+5 -5)📝
modules/ldap_contacts/modules.php(+1 -1)📝
modules/nux/modules.php(+27 -0)📝
modules/nux/services.php(+6 -6)📝
modules/nux/setup.php(+12 -2)📝
modules/nux/site.js(+1 -1)➕
modules/profiles/functions.php(+21 -0)📝
modules/profiles/modules.php(+3 -2)...and 6 more files
📄 Description
Goal: Make it easier to set up IMAP, SMTP and connect them together (A profile with optional signature)
Context: Cypht is very flexible but quite unintuitive/complicated to set up a simple email account. Too many steps. Too many places it can go wrong and you end up with a half configured system.
A related discussion to "use login data from IMAP for SMTP"
https://github.com/jasonmunro/cypht/issues/459
Also desired: auto-configuration via auto-detection or via an URL
Details (login required): reference
How2Test
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.