Giter Club home page Giter Club logo

Comments (14)

lupine avatar lupine commented on May 14, 2024 2

Dovecot stores UIDs in a uidlist file. I've been working on a project similar to maddy, on and off (maddy is better!), and implemented a parser for it here: https://gitlab.com/lupine/crockery/tree/master/internal/imap/uidlist

from maddy.

emersion avatar emersion commented on May 14, 2024 1

Probably we would have to store message using native line separators to reduce possible interoperability problems

No, MIME says you MUST use CRLF. Using non-CRLF line endings with MIME messages leads to various issues including DKIM signature breakage.

from maddy.

foxcpp avatar foxcpp commented on May 14, 2024 1

go-imap-maildy is ready for use. Integration is blocked by #259 since it was written for v2.

from maddy.

xeoncross avatar xeoncross commented on May 14, 2024

https://github.com/flashmob/go-guerrilla/tree/master/backends implemented multiple backends using a Backend interface just as you did with your https://github.com/emersion/go-smtp#server

from maddy.

foxcpp avatar foxcpp commented on May 14, 2024

What's up with https://github.com/emersion/go-imap-disk? Can we use it? (of course, we need to finish it first)

from maddy.

emersion avatar emersion commented on May 14, 2024

We can use it, but it doesn't use maildir, it uses a bolt database. This is fine too, but a maildir backend would probably be higher priority for compatibility (makes migrating easier).

from maddy.

foxcpp avatar foxcpp commented on May 14, 2024

https://github.com/luksen/maildir
Except that we also need some way to store UIDs and some other meta-data (custom flags, internal date).

from maddy.

foxcpp avatar foxcpp commented on May 14, 2024

We currently want to implement support for Maildir storage by extending https://github.com/emersion/go-imap-disk which uses BoltDB for all meta-data. Personally, I don't like the idea of supporting other servers internal formats in maddy. Also we can't use your code anyway due to incompatible licenses (crockery's AGPL and maddy's MIT).

from maddy.

emersion avatar emersion commented on May 14, 2024

Are the UIDs the only metadata we need to save?

from maddy.

foxcpp avatar foxcpp commented on May 14, 2024

Mailbox-related: UIDVALIDITY, UIDNEXT
Message-related: flags, RFC822 size [1], internal date [2], UID

[1] - Probably we would have to store message using native line separators to reduce possible interoperability problems [research needed], but we should still report RFC822 size with CRLF (Is that right?).
[2] - Probably FS "modification time"?

from maddy.

foxcpp avatar foxcpp commented on May 14, 2024

Related discussion: https://dovecot.org/list/dovecot/2013-May/090499.html

The original (djb) definition of Maildir assumed that messages would be written to the maildir with LF line endings, and both MTA and POP server would translate back to CRLF as needed. Dovecot (as a POP server) can deal with messages in either format, and should always return them to clients with CRLF.

It mentions POP, but I think it applies to IMAP too.

from maddy.

emersion avatar emersion commented on May 14, 2024

Gah that is annoying.

Also note that:

mail_save_crlf setting controls if mails are saved as CRLF or LF to storage.

from maddy.

foxcpp avatar foxcpp commented on May 14, 2024

Started some work here.
https://github.com/foxcpp/go-imap-maildir

Not high priority though, go-imap-sql is working reasonably well.

from maddy.

foxcpp avatar foxcpp commented on May 14, 2024

Blocked by foxcpp/go-imap-maildir#1 since we need to use go-imap-mess "external update" adapter for maddyctl synchronization.

from maddy.

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.