emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 08/119: NOTES file for tasks and notes


From: Eric Schulte
Subject: [elpa] 08/119: NOTES file for tasks and notes
Date: Mon, 10 Mar 2014 16:56:59 +0000

eschulte pushed a commit to branch master
in repository elpa.

commit 4819547b5eb77ae8303037a0fab99ae05563037d
Author: Eric Schulte <address@hidden>
Date:   Wed Dec 18 07:44:46 2013 -0700

    NOTES file for tasks and notes
---
 NOTES |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/NOTES b/NOTES
new file mode 100644
index 0000000..a840c62
--- /dev/null
+++ b/NOTES
@@ -0,0 +1,24 @@
+                                                           -*- org -*-
+
+* Notes
+* Tasks [0/4]
+** TODO Handle POST requests
+1. read standard for POST data
+2. parse multi-line headers with boundaries
+
+For now keep this all incremental and in ews-filter.
+
+** TODO Makefile
+- byte-compile
+- package
+- test
+- benchmark
+
+** TODO Lazy header processing
+Use lazy sequence functions for header a-list to avoid parsing all
+headers.  For regexp matchers should stop when matched header is
+encountered (often the first one when :GET), For function matchers
+provide lazy version of assoc.
+
+** TODO use gnutls for https
+I think this should work.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]