mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #14] Contacts #10
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#10
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 @jasonmunro on GitHub (Aug 11, 2015).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/14
Originally assigned to: @jasonmunro on GitHub.
We need both an internal contacts system, and the ability to interact with other contact/address sources. A standard internal contact system is almost done, the main thing that needs attention is how it's used on the compose page. I started an auto-complete system, but it needs work!
@jasonmunro commented on GitHub (Sep 2, 2015):
Great discussion about the pros/cons of trying to hook into the native browser autocomplete ability here: https://github.com/jasonmunro/hm3/issues/18
Because of browser idiosyncrasies and custom requirements like auto-completing the second address in a list, I think we will have to build our own UI and ditch the native approach.
@jasonmunro commented on GitHub (Sep 10, 2015):
Added preliminary support for gmail contacts. When a gmail account is added using oauth2, we now get the additional scope required to access the google contacts api. The contacts page now shows the first 20 of these. Still need to integrate it into the contacts system properly but it's a good start
@jasonmunro commented on GitHub (Sep 14, 2015):
Contacts "work" but are pretty crappy still. I'm going to close this and open some more specific issues around what is left to do