Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KartikTalwar/gmail.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: KartikTalwar/gmail.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: vnext
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 22, 2022

  1. Remove broken functions.

    - api.get.loggedin_accounts() no longer works.
    - this also breaks api.get.delegated_to_email()
    - this also breaks api.get.manager_email()
    - removing those also mean we no longer need api.helper.get.is_delegated_inbox() either.
    
    Bye bye :)
    josteink committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    2f78cca View commit details
    Browse the repository at this point in the history
  2. Update changelog

    josteink committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f2aea61 View commit details
    Browse the repository at this point in the history
  3. Obtain jQuery through imports.

    No more nonsense :)
    josteink committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d9a97cb View commit details
    Browse the repository at this point in the history
  4. Convert "Gmail" object to real export.

    - Try make it act more like a real class too.
    josteink committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    07ba5aa View commit details
    Browse the repository at this point in the history
Loading