mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #356] Available API endpoints #306
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#306
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 @TetrisIQ on GitHub (Oct 16, 2019).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/356
Originally assigned to: @jasonmunro on GitHub.
💬 What API Endpoints are available
Currently, I try to use the API to get the number of all unread E-Mails in Python. The first step in the authorization works (getting the hm_id and hm_session) but the second step is not working at all, I'll get the login page back. This is the python code.
So I'm not sure if the 'page=process_api_login' endpoint is right here. And I'm not sure what other endpoints exists, (for example to get all unread mails or all mails). Is the API designed for that kind of used.
Thanks for help
Regards TetrisIQ
@jasonmunro commented on GitHub (Nov 12, 2019):
@TetrisIQ sorry for the late response. The api login process is only intended to supply a way to automatically be logged into Cypht - not as an API to get things like a list of unread E-mail. You may want to look at something like JMAP for a modern E-mail API.
@TetrisIQ commented on GitHub (Nov 14, 2019):
Thanks for your response and for the hint to JMAP. I will take a look on it.