mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[PR #976] [MERGED] Adding bulk-import accounts using csv sample file #1190
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#1190
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/976
Author: @Shadow243
Created: 4/25/2024
Status: ✅ Merged
Merged: 9/12/2024
Merged by: @josaphatim
Base:
master← Head:add-accounts-auto-connect📝 Commits (5)
1590f0dAdding multiple server connection using csv sample file9e466e0Add symfony/yaml to format accounts_source file && complete integration1c6c3f8Adding csv support1a5f4dfparse_csv_with_headers added to support any csv16c5b4bAdd profile_add📊 Changes
28 files changed (+608 additions, -73 deletions)
View changed files
📝
composer.json(+1 -0)📝
composer.lock(+152 -1)📝
language/az.php(+2 -0)📝
language/de.php(+2 -0)📝
language/en.php(+2 -0)📝
language/es.php(+2 -0)📝
language/et.php(+2 -0)📝
language/fa.php(+2 -0)📝
language/fr.php(+2 -0)📝
language/hu.php(+2 -0)📝
language/id.php(+2 -0)📝
language/it.php(+2 -0)📝
language/ja.php(+2 -0)📝
language/nl.php(+2 -0)📝
language/pt-BR.php(+2 -0)📝
language/ro.php(+2 -0)📝
language/ru.php(+2 -0)📝
language/zh-Hans.php(+2 -0)📝
modules/core/functions.php(+14 -0)📝
modules/imap/functions.php(+13 -6)...and 8 more files
📄 Description
Email Account Configuration for Cypht
This repository contains the account configuration settings for the Cypht. Unlike an approach based on directly storing configuration settings in the code (ex: config/account.php), we have opted to use a CSV file for configuring accounts.
Related Issue: https://github.com/cypht-org/cypht/issues/974
Data Isolation
By storing configuration settings in a CSV file, each user can have their own distinct configuration file. This allows for data isolation, ensuring that each user only has access to their own configured accounts and cannot access accounts configured by other users.
Example CSV File Structure:
This is the display
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.