aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/007713.html
blob: 2f001ece1fa5cf8e09da82b54dc88c74c2277cc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [fetchmail] Patch for IMAP idling where idling is unsupported
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:esr%40thyrsus.com">
   <META NAME="robots" CONTENT="index,nofollow">
   
   <LINK REL="Previous"  HREF="007705.html">
   <LINK REL="Next"  HREF="007706.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[fetchmail] Patch for IMAP idling where idling is unsupported
   </H1>
    <B>Eric S. Raymond
    </B> 
    <A HREF="mailto:esr%40thyrsus.com"
       TITLE="[fetchmail] Patch for IMAP idling where idling is unsupported">esr@thyrsus.com
       </A><BR>
    <I>Mon, 21 Jul 2003 22:32:31 -0400</I>
    <P><UL>
        <LI> Previous message: <A HREF="007705.html">[fetchmail] Patch for IMAP idling where idling is unsupported
</A></li>
        <LI> Next message: <A HREF="007706.html">[fetchmail] [PATCH] Debian bug #156592 again + update
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#7713">[ date ]</a>
              <a href="thread.html#7713">[ thread ]</a>
              <a href="subject.html#7713">[ subject ]</a>
              <a href="author.html#7713">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Chris Boyle &lt;<A HREF="mailto:fetchmail-friends@cmb.is-a-geek.org">fetchmail-friends@cmb.is-a-geek.org</A>&gt;:
&gt;<i> Here's a patch I've written: where IDLE is unavailable, it uses periodic
</I>&gt;<i> NOOP commands instead (every 28 seconds). Important behavioural change:
</I>&gt;<i> the option &quot;idle&quot; will now always result in *some* form of idle. I think
</I>&gt;<i> I read somewhere that some servers will unilaterally send status updates
</I>&gt;<i> if you just hold the connection open, i.e. NOOPs would be unnecessary,
</I>&gt;<i> but that doesn't seem to be the case anywhere I've tried. In any case,
</I>&gt;<i> this patch copes with updates both as a response to the NOOPs and
</I>&gt;<i> unilaterally sent between them. It functions exactly like normal idling
</I>&gt;<i> (N.B. like normal idling, it is single-folder only), and hopefully
</I>&gt;<i> includes all the appropriate changes to the documentation. Enjoy. :-)
</I>&gt;<i> 
</I>&gt;<i> <A HREF="http://cmb.is-a-geek.org/downloads/fetchmail-6.2.2+noopidle.diff.gz">http://cmb.is-a-geek.org/downloads/fetchmail-6.2.2+noopidle.diff.gz</A>
</I>
Nice work.  This will be in 6.2.4.
-- 
		&lt;a href=&quot;<A HREF="http://www.catb.org/~esr/"">http://www.catb.org/~esr/&quot;</A>&gt;Eric S. Raymond&lt;/a&gt;

</PRE>
<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI> Previous message: <A HREF="007705.html">[fetchmail] Patch for IMAP idling where idling is unsupported
</A></li>
	<LI> Next message: <A HREF="007706.html">[fetchmail] [PATCH] Debian bug #156592 again + update
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#7713">[ date ]</a>
              <a href="thread.html#7713">[ thread ]</a>
              <a href="subject.html#7713">[ subject ]</a>
              <a href="author.html#7713">[ author ]</a>
         </LI>
       </UL>
</body></html>
an> += imap.c endif if ETRN_ENABLE fetchmail_SOURCES += etrn.c endif if ODMR_ENABLE fetchmail_SOURCES += odmr.c endif if KERBEROS_V4_ENABLE fetchmail_SOURCES += kerberos.c endif if RPA_ENABLE fetchmail_SOURCES += rpa.c endif if NEED_GETNAMEINFO fetchmail_SOURCES += KAME/getnameinfo.c endif if NEED_GETADDRINFO fetchmail_SOURCES += libesmtp/getaddrinfo.h libesmtp/getaddrinfo.c endif check_PROGRAMS += rfc822 unmime netrc rfc2047e mxget rfc822valid rfc2047e_CFLAGS= -DTEST rfc822valid_CFLAGS= -DTEST rfc822_CFLAGS= -DMAIN unmime_SOURCES= unmime.c unmime_CFLAGS= -DSTANDALONE -DHAVE_CONFIG_H -I$(builddir) netrc_SOURCES= netrc.c xmalloc.c report.c netrc_CFLAGS= -DSTANDALONE -DHAVE_CONFIG_H -I$(builddir) mxget_SOURCES= mxget.c mxget_CFLAGS= -DSTANDALONE -DHAVE_CONFIG_H -I$(builddir) @SET_MAKE@ fetchmail.spec: Makefile.in specgen.sh $(srcdir)/specgen.sh $(VERSION) >fetchmail.spec DISTDOCS= FAQ FEATURES NOTES OLDNEWS fetchmail-man.html \ design-notes.html esrs-design-notes.html todo.html \ fetchmail-features.html README.SSL README.NTLM \ README.packaging README.SSL-SERVER \ fetchmail-FAQ.book fetchmail-FAQ.pdf fetchmail-FAQ.html \ fetchmail-SA-2010-01.txt \ fetchmail-SA-2009-01.txt \ fetchmail-SA-2008-01.txt \ fetchmail-SA-2007-02.txt \ fetchmail-SA-2007-01.txt \ fetchmail-SA-2006-03.txt \ fetchmail-SA-2006-02.txt \ fetchmail-SA-2006-01.txt \ fetchmail-SA-2005-01.txt \ fetchmail-SA-2005-02.txt \ fetchmail-SA-2005-03.txt # extra directories to ship distdirs = rh-config contrib beos EXTRA_DIST+= $(DISTDOCS) $(distdirs) \ fetchmail.spec fetchmail.xpm \ trio/CHANGES trio/README \ strlcpy.3 bighand.png \ m4/codeset.m4 \ m4/gettext.m4 \ m4/glibc21.m4 \ m4/iconv.m4 \ m4/intdiv0.m4 \ m4/intmax.m4 \ m4/inttypes-pri.m4 \ m4/inttypes.m4 \ m4/inttypes_h.m4 \ m4/isc-posix.m4 \ m4/lcmessage.m4 \ m4/lib-ld.m4 \ m4/lib-link.m4 \ m4/lib-prefix.m4 \ m4/longdouble.m4 \ m4/longlong.m4 \ m4/nls.m4 \ m4/po.m4 \ m4/printf-posix.m4 \ m4/progtest.m4 \ m4/signed.m4 \ m4/size_max.m4 \ m4/stdint_h.m4 \ m4/uintmax_t.m4 \ m4/ulonglong.m4 \ m4/wchar_t.m4 \ m4/wint_t.m4 \ m4/xsize.m4 \ m4-local/ac-archive-license.txt \ m4-local/ac_ma_search_package.m4 \ $(TESTS) t.rc \ dist-tools/html2txt \ dist-tools/manServer.pl \ Doxyfile fetchmailconf: ( echo '#! /bin/sh' && echo 'exec @PYTHON@ @pythondir@/fetchmailconf.py "$$@"' ) >$@ && chmod +x $@ || { rm -f $@ ; exit 1; } FAQ: fetchmail-FAQ.html $(srcdir)/dist-tools/html2txt AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/fetchmail-FAQ.html >$@ || { rm -f $@ ; exit 1 ; } fetchmail-FAQ.pdf: fetchmail-FAQ.html fetchmail-FAQ.book bighand.png $(AWK) '/^[ \t]*<h1/ {sec++; } {if (sec < 2 || sec > 3) print $0;}' <$(srcdir)/fetchmail-FAQ.html >fetchmail-FAQ-print.html htmldoc --logoimage $(srcdir)/bighand.png --batch $(srcdir)/fetchmail-FAQ.book || { rm -f $@ ; exit 1 ; } rm -f fetchmail-FAQ-print.html FEATURES: fetchmail-features.html $(srcdir)/dist-tools/html2txt AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/fetchmail-features.html >$@ || { rm -f $@ ; exit 1 ; } NOTES: design-notes.html esrs-design-notes.html $(srcdir)/dist-tools/html2txt echo "This file contains two articles reformatted from HTML." > $@ \ && echo "------------------------------------------------------" >> $@ \ && echo "" >> $@ \ && AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/design-notes.html >>$@ \ && AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/esrs-design-notes.html >>$@ \ || { rm -f $@ ; exit 1 ; } TODO: todo.html $(srcdir)/dist-tools/html2txt AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/todo.html >$@ || { rm -f $@ ; exit 1 ; } fetchmail-man.html: fetchmail.man $(srcdir)/dist-tools/manServer.pl env - "PATH=$$PATH" $(srcdir)/dist-tools/manServer.pl $(srcdir)/fetchmail.man >$@ \ || { rm -f $@ ; exit 1 ; } dist-hook: cd $(distdir) && find $(distdirs) po -name .git -type d -prune -exec rm -rf '{}' ';' cd $(distdir) && find $(distdirs) po -name '*~' -exec rm -f '{}' ';' .PHONY: lsm lsm: genlsm.sh dist $(SHELL) genlsm.sh >$(PACKAGE)-$(VERSION).lsm # this target expects a .rsyncs file with lines of this format: # host:directory/ # it will call rsync from its source directory to the destination for # each of them, running them in parallel rsync: distdir $(srcdir)/.rsyncs @( cat $(srcdir)/.rsyncs | sed -e 's}^}rsync -aH --delete-after $(PACKAGE)-$(VERSION)/ }; s/\($$\)/ \&/;' ; echo "wait" ) | $(SHELL) -x # The following sets edit modes for GNU EMACS. # Local Variables: # compile-command:"configure" # End: