mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #364] Allow to save profile without account and fill it automatically #351
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#351
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?
Originally created by @user9931 on GitHub (Aug 8, 2022).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/364
Will be nice to have an option to save profile without account name (and email) and password when UseAccountPassword is enabled. Its retrived anyway (if those fields are empty) with click on "Get IMAP/POP3 account settings". Yes, its possible to clean those fields in gui (except password), but for some reason those fields and and are saving anyway. Its possible to edit in text editor later
And on profile loading, when and and are empty and UseAccountPassword is set to true it would be nice to automatically "Get IMAP/POP3 account settings" on profile load
@aluxnimm commented on GitHub (Feb 17, 2023):
Useful for passwords only. We don't need to store password and salt when UseAccountPassword is enabled, will be fixed in next release. But other values need to be stored since they can be changed after getting them from imap/pop3 account settings.