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: chatmail/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 91c39577858e73c07a84dda68c7c839496e02786
Choose a base ref
...
head repository: chatmail/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 933903f4e612383b9a83ac4a75a2793e10cc8d85
Choose a head ref
  • 14 commits
  • 24 files changed
  • 1 contributor

Commits on Nov 3, 2025

  1. refactor: split "transport" module out of "login_param"

    `login_param` module is now for user-visible entered login parameters,
    while the `transport` module contains structures for internal
    representation of connection candidate list
    created during transport configuration.
    link2xt committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    997e821 View commit details
    Browse the repository at this point in the history
  2. refactor(sql): do not expose rusqlite Error type in query_map methods

    We use query_and_then() instead of query_map() function now.
    The difference is that row processing function
    returns anyhow::Result, so simple fallible processing
    like JSON parsing can be done inside of it
    when calling query_map_vec() and query_map_collect()
    without having to resort to query_map()
    and iterating over all rows again afterwards.
    link2xt committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    e72b316 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f20f99f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d467f49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6897c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cdc46e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09f60d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aaa5a3a View commit details
    Browse the repository at this point in the history
  9. api: add count_transports()

    link2xt committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    59b6a9a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c3aaf7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    425c1c6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0fe3c33 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e202351 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    933903f View commit details
    Browse the repository at this point in the history
Loading