Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update imessage-2fa extension #16985

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

omaerkhan
Copy link

@omaerkhan omaerkhan commented Feb 11, 2025

Description

Made the following changes:

  • Instead of pasting the detected code, it now "types" it in. This helps when apps / websites don't allow pasting, or have multiple text boxes which don't work with paste.
  • In addition to checking iMessage for OTP codes, it can now also check email over IMAP for OTPs as an increasing number of services send the 2FA codes using email instead of SMS.
  • Updated packages to latest version.

Screencast

Checklist

- NPM update
- Lint fixes
- Can search for 2FA codes in email (IMAP) or Messages
- Add function to fetch emails
- Add "Type Code"
- Update packages (security vulnerabilities)
- Add to .gitignore: raycast-env.d.ts (auto generated)
- Initial commit
@raycastbot
Copy link
Collaborator

raycastbot commented Feb 11, 2025

Thank you for your first contribution! 🎉

🔔 @yuercl @thomaspaulmann @arronhunt @ronaldheft @hitolaus you might want to have a look.

You can use this guide to learn how to check out the Pull Request locally in order to test it.

You can expect an initial review within five business days.

@raycastbot raycastbot added extension fix / improvement Label for PRs with extension's fix improvements extension: imessage-2fa Issues related to the imessage-2fa extension labels Feb 11, 2025
@yuercl
Copy link
Contributor

yuercl commented Feb 14, 2025

Yes, thank you for your submission! We’ve noticed that many Captcha codes are being sent via email. A new PR has already been created to support Gmail 2FA extraction. You can check out the latest PR here: #16364. Please review it and see if there are any additional areas for improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension fix / improvement Label for PRs with extension's fix improvements extension: imessage-2fa Issues related to the imessage-2fa extension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants