Git Product home page Git Product logo

Comments (10)

jstedfast avatar jstedfast commented on August 25, 2024

See also: https://tools.ietf.org/html/rfc7888

from go-imap.

emersion avatar emersion commented on August 25, 2024

Oh yeah, you're right, the RFC I mentioned has been obsoleted. Thanks :)

from go-imap.

jstedfast avatar jstedfast commented on August 25, 2024

no problem :)

I just implemented LITERAL- last night for my own IMAP library :)

They are so easy to miss!

from go-imap.

emersion avatar emersion commented on August 25, 2024

The server side of this has been implemented in #258

from go-imap.

foxcpp avatar foxcpp commented on August 25, 2024

It includes LITERAL+ only though.

from go-imap.

emersion avatar emersion commented on August 25, 2024

Oh, right. I don't think there's any point in supporting LITERAL-.

from go-imap.

jstedfast avatar jstedfast commented on August 25, 2024

LITERAL- is really meant to be used for not needing to synchronize when sending literals in common cases (e.g. mailbox names, SEARCH expressions, etc) but still having the ability to enforce synchronization during operations like APPEND (at least for messages that have size > 4k or so).

That's how GMail makes use of LITERAL-.

from go-imap.

emersion avatar emersion commented on August 25, 2024

The RFC says that APPENDLIMIT should cover the APPEND case.

from go-imap.

foxcpp avatar foxcpp commented on August 25, 2024

The server side of this has been implemented in #258

I wonder how client support should look like. Use non-synchronizing literals for small ones (and probably support LITERAL- in the client then)?

from go-imap.

emersion avatar emersion commented on August 25, 2024

Maybe we could:

  1. Add LITERAL- support
  2. Move over the APPENDLIMIT extension to this repo
  3. Add LITERAL+ support

from go-imap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.