From: Chris Brannon <chris@the-brannons.com>
To: Edbrowse-dev@lists.the-brannons.com
Subject: Re: [Edbrowse-dev] mailx
Date: Sat, 11 Apr 2015 10:48:30 -0700 [thread overview]
Message-ID: <87wq1i8sk1.fsf@mushroom.localdomain> (raw)
In-Reply-To: <20150311131950.eklhad@comcast.net> (Karl Dahlke's message of "Sat, 11 Apr 2015 13:19:50 -0400")
Karl Dahlke <eklhad@comcast.net> writes:
> but I would need to know where you get all this cool information about
> curl development. It's probably a thick manual, hopefully with examples.
Actually no. Much of the library is documented with manpages, and
they are generally quite good.
But the POP and IMAP stuff isn't so well-documented.
There's some example source code, and that's about it.
The problem with IMAP support in curl is that we have to manually parse
a lot of responses that we get, for instance the response to a "list folders"
or "list messages" command.
We don't get the data in a form we can use directly.
But I wonder if we couldn't borrow code from mailx. The version that
supports IMAP is called "heirloom-mailx", formerly known as "nail", and
it is licensed under a permissive BSD license. So it'd be fine to
incorporate code from that project.
-- Chris
next prev parent reply other threads:[~2015-04-11 17:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-11 17:19 Karl Dahlke
2015-04-11 17:48 ` Chris Brannon [this message]
2015-04-12 13:08 ` Adam Thompson
2015-04-12 16:00 Karl Dahlke
2015-04-12 19:36 ` Adam Thompson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wq1i8sk1.fsf@mushroom.localdomain \
--to=chris@the-brannons.com \
--cc=Edbrowse-dev@lists.the-brannons.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).