Live data from Hacker News

Viewing profile — Mailtemi

Mailtemi

HN member
Joined
Sun, Mar 06, 2016, 6:30 PM UTC
HN karma
112
Public activity
64 items

About Mailtemi

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #45678492

    As a JMAP client implementer, there’s a big plus, beside JMAP, in having an integrated server for email, contacts, and files. Some setups take days even for email, so an easy, fast…

  3. comment
    Comment #43543050

    Yep, there's always someone ranting about JSON inefficiencies, which I don't observe at all :)

  4. comment
    Comment #43537029

    Can confirm that (implemented JMAP). Deltas and asking for the entire mailbox instead of folder by folder is really good. And as a side effect: 1. Less client-side logic for sync. …

  5. comment
    Comment #43323948

    Really? Fire the Rust Servo team and double the CEO's salary in the same year? Almost the same money.

  6. comment
    Comment #43323565

    Mozilla diversifies by increasing the CEO's salary for nothing. Wiki: In 2020, after returning to the position of CEO, Baker's salary was more than $3 million. In 2021, her salary …

  7. comment
    Comment #43268534

    What do you mean by JMAP is 'limiting as an API'? It actually lifts the IMAP protocol to be used by web apps easily.

  8. comment
    Comment #43150892

    In addition to Cloud, there is one more thing: Mobile. Banks. Parking lots. Shops. Europe should invest in a Linux phone OS with NFC and unified push notifications.

  9. comment
    Comment #42524604

    This is just a step toward offline support. It's not available yet, because Android comes first. The app is ready for offline use, but I don't want to implement it without 'full te…

  10. comment
    Comment #42513285

    I'm actually working on this ( https://mailtemi.com/blog/storage-redesign/ ). After pushing Mailtemi on Android, I will continue working on full offline support.

  11. comment
    Comment #42496777

    It does behind CASA!

  12. comment
    Comment #42494627

    Can you give an example of expensive binary data parsing? Having implemented JMAP and IMAP protocols myself, I haven’t encountered a need in either protocol to send binary data to …

  13. comment
    Comment #42494345

    Neither Fastmail's JMAP for third-party apps nor Stalw.art supports Contacts/Calendars yet. Fastmail said that it will be enabled once it passes IETF standardization. Stalw.art als…

  14. comment
    Comment #42493422

    JMAP uses fewer resources server-side, and with their scale, it will probably reduce operating costs. But it will depends on how much they will save compared with devel/migration c…

  15. comment
    Comment #42493279

    MSGraph is slower and not as convenient for email compared to JMAP. In addition to requiring more API calls for the same result, MSGraph starts throttling with HTTP 429 responses a…

  16. comment
    Comment #42493235

    You can use https://stalw.art . Compared to other email stacks, it is very easy to set up. Its support is on par with Fastmail. I develop a JMAP email app ( https://mailtemi.com ) …

  17. comment
    Comment #39359681

    As a server ( https://stalw.art/ ) has very solid JMAP support. James ( https://james.apache.org ) has good support too. Only the filter part of the API lacks some features.

  18. comment
    Comment #39304132

    I've followed your advice, 'Google it.' "According to the company's filings, Mitchell Baker's compensation went from $5,591,406 in 2021 [PDF] to $6,903,089 in 2022." Did not contin…

  19. comment
    Comment #38844676

    Gmail is successful because it naturally is the biggest honeypot. Most antispam API filters are like accumulators. When a trend is detected, the rest are protected. But overall, it…

  20. comment
    Comment #38844481

    I've got sometimes a legitimate Google or MS dev newsletter emails going into their own spam folders :) .

  21. comment
    Comment #36352697

    The people who were capable continued to program, while the incapable ones found an easier career path through Agile.

  22. comment
    Comment #36073041

    I used multi_index a lot in the past. However, since I also frequently use sqlite, I have decided to exclusively use SQLite for multi_index in memory. If there is a problem, tempor…

  23. comment
    Comment #34927913

    Yep, just a few bites :) Especially if you're on vacation. IMAP IDs can change, requiring the email client to re-download all emails.

  24. comment
    Comment #34927646

    Each JMAP server should include IMAP QRESYNC like functionality at least. Plus the ability to batch JMAP calls. For instance, if you have five folders with IMAP, it might take at l…

  25. comment
    Comment #34927311

    Initially, the proposition relied on Fastmail protocol, which was/is superior to IMAP. It was pleasing that standardization began, as MS Activesync charged a few dollars per user j…