From: Globe T. <its...@ya...> - 2019-02-27 06:14:46
|
Hello, Our workplace has decided to move to multi-factor authentication using a Google Authenticator. I am the sole linux user, with unfortunately not much support. I know that evolution works and I found some help here: Evolution Mail (Linux Users) | Department of Statistics | | | | | | | | | | | Evolution Mail (Linux Users) | Department of Statistics The Evolution Mail client supports Office 365 through the evolution-ews plugin, starting in evolution-ews v3.27.... | | | but I was hoping (and wondering how) to continue to use fetchmail. I found this webpage: Setting Up OAUTH2 Support for Fetchmail and Postfix but I am having trouble figuring out how to specify tokens. We do not have password two-factor authentication. | | | | Setting Up OAUTH2 Support for Fetchmail and Postfix | | | Any suggestions as to what could be done? Thanks in advance for any help! |
From: Carlos E. R. <rob...@te...> - 2019-02-27 10:14:19
Attachments:
signature.asc
|
On 27/02/2019 07.14, Globe Trotter via Fetchmail-users wrote: > Hello, > Our workplace has decided to move to multi-factor authentication using a Google Authenticator. I am the sole linux user, with unfortunately not much support. I know that evolution works and I found some help here: Evolution Mail (Linux Users) | Department of Statistics I asked about oauth2 support on 2015. <https://sourceforge.net/p/fetchmail/mailman/fetchmail-users/?viewmonth=201511> -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar) |
From: Globe T. <its...@ya...> - 2019-02-27 13:21:39
|
> I asked about oauth2 support on 2015. <https://sourceforge.net/p/fetchmail/mailman/fetchmail-users/?viewmonth=201511> Thank you, Carlos. I am sorry that I did not understand this thread at all. It seems to veer off talking about IMAP vs POP3 (I prefer POP3) but it is not at all clear to me that fetchmail can handle tokens The thread seems to suggest that fetchmail does not support OAuth2, but that contradicts what I found on the web: Setting Up OAUTH2 Support for Fetchmail and Postfix. | | | | Setting Up OAUTH2 Support for Fetchmail and Postfix | | | So, can fetchmail handle OAuth2 tokens? If so, is there any example? That would be very helpful. I am trying to fetch mails from a POP3 exchange server. Thanks again for any further advice and best wishes!! |
From: Matthias A. <mat...@gm...> - 2019-02-27 23:43:47
|
Am 27.02.19 um 07:14 schrieb Globe Trotter via Fetchmail-users: > but I was hoping (and wondering how) to continue to use fetchmail. I found this webpage: Setting Up OAUTH2 Support for Fetchmail and Postfix but I am having trouble figuring out how to specify tokens. We do not have password two-factor authentication. There is contributed OAuth2 support in the "master" branch in Git, see https://gitlab.com/fetchmail/fetchmail/commits/master/contrib/README - I haven't tested it. Feedback solicited. |
From: Globe T. <its...@ya...> - 2019-02-28 20:54:25
|
Hi, I am very grateful to you for pointing this out to me. I have downloaded the master branch and will compile and try out. But before that, would you or anyone else know of an example .fetchmailrc for how to modify the lines to accommodate this support? How do the lines change to use the token? Many thanks again! On Wednesday, February 27, 2019, 5:44:20 PM CST, Matthias Andree <mat...@gm...> wrote: Am 27.02.19 um 07:14 schrieb Globe Trotter via Fetchmail-users: > but I was hoping (and wondering how) to continue to use fetchmail. I found this webpage: Setting Up OAUTH2 Support for Fetchmail and Postfix but I am having trouble figuring out how to specify tokens. We do not have password two-factor authentication. There is contributed OAuth2 support in the "master" branch in Git, see https://gitlab.com/fetchmail/fetchmail/commits/master/contrib/README - I haven't tested it. Feedback solicited. _______________________________________________ Fetchmail-users mailing list Fet...@li... https://lists.sourceforge.net/lists/listinfo/fetchmail-users |
From: Globe T. <its...@ya...> - 2019-03-02 22:51:57
|
I was trying to compile the version of fetchmail and I had the following questions: 1. Is any option needed to get the contributed OAuth2 support working? Any option in the configure script. 2. I configured with ./configure --with-ssl and everything went without a hitch. But when I tried to make, I got: /bin/sh ./ylwrap rcfile_y.y y.tab.c rcfile_y.c y.tab.h `echo rcfile_y.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output rcfile_y.output -- yacc -d yacc: e - line 85 of "/home/Downloads/fetchmail-git-78304ad9cb94fb3baa50819f2d529937f5f0052e/rcfile_y.y", syntax error %destructor { free ($$); } STRING ^ make: *** [Makefile:1282: rcfile_y.c] Error 1 What is the syntax error from? How do I fix it? Thanks! On Thursday, February 28, 2019, 2:55:09 PM CST, Globe Trotter via Fetchmail-users <fet...@li...> wrote: Hi, I am very grateful to you for pointing this out to me. I have downloaded the master branch and will compile and try out. But before that, would you or anyone else know of an example .fetchmailrc for how to modify the lines to accommodate this support? How do the lines change to use the token? Many thanks again! On Wednesday, February 27, 2019, 5:44:20 PM CST, Matthias Andree <mat...@gm...> wrote: Am 27.02.19 um 07:14 schrieb Globe Trotter via Fetchmail-users: > but I was hoping (and wondering how) to continue to use fetchmail. I found this webpage: Setting Up OAUTH2 Support for Fetchmail and Postfix but I am having trouble figuring out how to specify tokens. We do not have password two-factor authentication. There is contributed OAuth2 suppor OAuth2 suppor OAuth2 support in the "master" branch in Git, see https://gitlab.com/fetchmail/fetchmail/commits/master/contrib/README - I haven't tested it. Feedback solicited. _______________________________________________ Fetchmail-users mailing list Fet...@li... https://lists.sourceforge.net/lists/listinfo/fetchmail-users _______________________________________________ Fetchmail-users mailing list Fet...@li... https://lists.sourceforge.net/lists/listinfo/fetchmail-users |
From: Ralph C. <ra...@in...> - 2019-03-03 10:08:06
|
Hi Globe, > /bin/sh ./ylwrap rcfile_y.y y.tab.c rcfile_y.c y.tab.h `echo rcfile_y.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output rcfile_y.output -- yacc -d > yacc: e - line 85 of "/home/Downloads/fetchmail-git-78304ad9cb94fb3baa50819f2d529937f5f0052e/rcfile_y.y", syntax error > %destructor { free ($$); } STRING > ^ > make: *** [Makefile:1282: rcfile_y.c] Error 1 > > What is the syntax error from? How do I fix it? It's from yacc(1), which may be provided by bison(1) on your system. I'm guessing `%destructor' is not understood by your yacc or bison. -- Cheers, Ralph. |
From: Globe T. <its...@ya...> - 2019-03-04 12:59:25
|
On Sunday, March 3, 2019, 4:07:59 AM CST, Ralph Corderoy <ra...@in...> wrote: Hi Globe, > /bin/sh ./ylwrap rcfile_y.y y.tab.c rcfile_y.c y.tab.h `echo rcfile_y.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output rcfile_y.output -- yacc -d > yacc: e - line 85 of "/home/Downloads/fetchmail-git-78304ad9cb94fb3baa50819f2d529937f5f0052e/rcfile_y.y", syntax error > %destructor { free ($$); } STRING > ^ > make: *** [Makefile:1282: rcfile_y.c] Error 1 > > What is the syntax error from? How do I fix it? It's from yacc(1), which may be provided by bison(1) on your system. I'm guessing `%destructor' is not understood by your yacc or bison. -- Cheers, Ralph. Ralph, Thanks! How do I fix it? Best wishes. |
From: Jerry <je...@se...> - 2019-03-03 12:49:15
|
On Sat, 2 Mar 2019 22:51:44 +0000 (UTC), Globe Trotter via Fetchmail-users stated: > I was trying to compile the version of fetchmail and I had the > following questions: >1. Is any option needed to get the contributed OAuth2 support working? >Any option in the configure script. 2. I configured with > >./configure --with-ssl > >and everything went without a hitch. >But when I tried to make, I got: >/bin/sh ./ylwrap rcfile_y.y y.tab.c rcfile_y.c y.tab.h `echo >rcfile_y.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e >s/c++$/h++/ -e s/c$/h/` y.output rcfile_y.output -- yacc -d yacc: e - >line 85 of >"/home/Downloads/fetchmail-git-78304ad9cb94fb3baa50819f2d529937f5f0052e/rcfile_y.y", >syntax error %destructor { free ($$); } STRING ^ make: *** >[Makefile:1282: rcfile_y.c] Error 1 > >What is the syntax error from? How do I fix it? What version of "yacc" are you using? -- Jerry |
From: Globe T. <its...@ya...> - 2019-03-03 13:27:26
|
Hi, Thanks! I am on Fedora 29 which uses: Name : byacc Version : 1.9.20170709 Release : 6.fc29 Architecture : x86_64 Size : 252 k Source : byacc-1.9.20170709-6.fc29.src.rpm Is there a more recent version? Many thanks! On Sunday, March 3, 2019, 6:19:52 AM CST, Jerry <je...@se...> wrote: On Sat, 2 Mar 2019 22:51:44 +0000 (UTC), Globe Trotter via Fetchmail-users stated: > I was trying to compile the version of fetchmail and I had the > following questions: >1. Is any option needed to get the contributed OAuth2 support working? >Any option in the configure script. 2. I configured with > >./configure --with-ssl > >and everything went without a hitch. >But when I tried to make, I got: >/bin/sh ./ylwrap rcfile_y.y y.tab.c rcfile_y.c y.tab.h `echo >rcfile_y.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e >s/c++$/h++/ -e s/c$/h/` y.output rcfile_y.output -- yacc -d yacc: e - >line 85 of >"/home/Downloads/fetchmail-git-78304ad9cb94fb3baa50819f2d529937f5f0052e/rcfile_y.y", >syntax error %destructor { free ($$); } STRING ^ make: *** >[Makefile:1282: rcfile_y.c] Error 1 > >What is the syntax error from? How do I fix it? What version of "yacc" are you using? -- Jerry |
From: Globe T. <its...@ya...> - 2019-03-03 13:28:04
|
HI, Thanks! yacc on Fedora 29 is provided by byacc. My version of byacc is: Name : byacc Version : 1.9.20170709 Release : 6.fc29 Architecture : x86_64 Size : 252 k Source : byacc-1.9.20170709-6.fc29.src.rpm and my version of bison-devel is: Name : bison-devel Version : 3.0.5 Release : 1.fc29 Architecture : x86_64 Size : 40 k Source : bison-3.0.5-1.fc29.src.rpm Thanks again! On Sunday, March 3, 2019, 4:07:59 AM CST, Ralph Corderoy <ra...@in...> wrote: Hi Globe, > /bin/sh ./ylwrap rcfile_y.y y.tab.c rcfile_y.c y.tab.h `echo rcfile_y.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output rcfile_y.output -- yacc -d > yacc: e - line 85 of "/home/Downloads/fetchmail-git-78304ad9cb94fb3baa50819f2d529937f5f0052e/rcfile_y.y", syntax error > %destructor { free ($$); } STRING > ^ > make: *** [Makefile:1282: rcfile_y.c] Error 1 > > What is the syntax error from? How do I fix it? It's from yacc(1), which may be provided by bison(1) on your system. I'm guessing `%destructor' is not understood by your yacc or bison. -- Cheers, Ralph. |
From: Matthias A. <mat...@gm...> - 2019-03-04 11:03:51
|
Am 03.03.19 um 14:27 schrieb Globe Trotter via Fetchmail-users: > HI, Thanks! yacc on Fedora 29 is provided by byacc. My version of byacc is: > Name : byacc > Version : 1.9.20170709 > Release : 6.fc29 > Architecture : x86_64 > Size : 252 k > Source : byacc-1.9.20170709-6.fc29.src.rpm > > and my version of bison-devel is: > > Name : bison-devel > Version : 3.0.5 > Release : 1.fc29 > Architecture : x86_64 > Size : 40 k > Source : bison-3.0.5-1.fc29.src.rpm Use GNU Bison. Fetchmail doesn't build with Yacc. |
From: Ralph C. <ra...@in...> - 2019-03-04 13:18:07
|
Hi Globe, > > It's from yacc(1), which may be provided by bison(1) on your system. > > I'm guessing `%destructor' is not understood by your yacc or bison. > > Thanks! How do I fix it? Matthias has since said bison is required so have ./configure prefer bison over byacc. I now see README.git says bison is required. Arguably, the configure script shouldn't settle for byacc if it's not suitable. If ./configure doesn't allow that, then consider temporarily uninstalling the byacc package. -- Cheers, Ralph. |
From: Matthias A. <mat...@gm...> - 2019-03-04 17:07:35
|
Am 04.03.19 um 14:08 schrieb Ralph Corderoy: > Hi Globe, > >>> It's from yacc(1), which may be provided by bison(1) on your system. >>> I'm guessing `%destructor' is not understood by your yacc or bison. >> Thanks! How do I fix it? > Matthias has since said bison is required so have ./configure prefer > bison over byacc. I now see README.git says bison is required. > Arguably, the configure script shouldn't settle for byacc if it's not > suitable. > > If ./configure doesn't allow that, then consider temporarily > uninstalling the byacc package. > Configure should automatically prefer Bison over Yacc; in doubt, "rm -f config.cache" and then re-configure. Quoting autoconf.info on Fedora Linux 29 (autoconf 2.69): > -- Macro: AC_PROG_YACC > If `bison' is found, set output variable `YACC' to `bison -y'. > Otherwise, if `byacc' is found, set `YACC' to `byacc'. Otherwise > set `YACC' to `yacc'. The result of this test can be influenced > by setting the variable `YACC' or the cache variable > `ac_cv_prog_YACC'. |
From: Globe T. <its...@ya...> - 2019-03-04 16:47:42
|
On Monday, March 4, 2019, 7:18:01 AM CST, Ralph Corderoy <ra...@in...> wrote: Hi Globe, > > It's from yacc(1), which may be provided by bison(1) on your system. > > I'm guessing `%destructor' is not understood by your yacc or bison. > > Thanks! How do I fix it? Matthias has since said bison is required so have ./configure prefer bison over byacc. I now see README.git says bison is required. Arguably, the configure script shouldn't settle for byacc if it's not suitable. If ./configure doesn't allow that, then consider temporarily uninstalling the byacc package. -- Cheers, Ralph. Thanks! I will try this. The installation instructions from the github download said that I should have a working yacc so I installed it. It appears to not be needed. I will correct this and test. Thanks again! |
From: Matthias A. <mat...@gm...> - 2019-03-04 17:06:00
|
Globe Trotter, Please pay attention to your quoting and replies. Do not put your answer inside or below the signature. |
From: Carlos E. R. <rob...@te...> - 2019-03-06 02:36:19
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Content-ID: <alp...@mi...linor> El 2019-03-04 a las 16:47 -0000, Globe Trotter via Fetchmail-users escribió: > On Monday, March 4, 2019, 7:18:01 AM CST, Ralph Corderoy <...@inputplus.co.uk> wrote: Globe Trotter, I don't know what mail program you are using, but it is broken. Please use another. First, the text of the post to which you are replying to must have each line preceded by '>' that both humans and machines know it is from previous emails. (and lines that already start with '>' should get added one more '>') Second, you can not have a line starting with "-- " and then write your answer below it, because normal mail programs think that is your signature, paint it in another colour, and remove it (everything after the line) when replying. A good mail program would have either removed the previouse signature or preceded it with the '>' symbol. This is the same thing Matthias Andree told you, in more words :-) If this is the doing of yahoo webmail, then either don't use it, or add the required symbols manually yourself. Thank you! Otherwise, both reading your replies and answering is more difficult for others. - -- Cheers Carlos E. R. (from openSUSE Leap 15.0 x86_64 (Minas Tirith)) -----BEGIN PGP SIGNATURE----- iJIEAREIADoWIQQt/vKEw5659AgM/X2NrxRtxRYzXAUCXH8yBRwccm9iaW4ubGlz dGFzQHRlbGVmb25pY2EubmV0AAoJEI2vFG3FFjNcy5kA/2L5WCMvTjLCChOtUCUs oJGMZOsj/3qNvaYZrGxAF/uEAP9syyoTWaC+eLXCU11FFGFRHAXsQZVm26MaKSzE z8tQOA== =K6/r -----END PGP SIGNATURE----- |
From: Globe T. <its...@ya...> - 2019-03-06 04:48:50
|
Thank you very much. I find Yahoo Mail reponse settings to be very difficult to handle/change. I will see if I can switch my e-mail accounts. Till then, I will respond using top-posting I guess. I very much appreciate your and Matthias's points here and am very thankful for all the help that you have provided so far. Best wishes! On Tuesday, March 5, 2019, 8:36:53 PM CST, Carlos E. R. <rob...@te...> wrote: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Content-ID: <alp...@mi...linor> El 2019-03-04 a las 16:47 -0000, Globe Trotter via Fetchmail-users escribió: > On Monday, March 4, 2019, 7:18:01 AM CST, Ralph Corderoy <...@inputplus.co.uk> wrote: Globe Trotter, I don't know what mail program you are using, but it is broken. Please use another. First, the text of the post to which you are replying to must have each line preceded by '>' that both humans and machines know it is from previous emails. (and lines that already start with '>' should get added one more '>') Second, you can not have a line starting with "-- " and then write your answer below it, because normal mail programs think that is your signature, paint it in another colour, and remove it (everything after the line) when replying. A good mail program would have either removed the previouse signature or preceded it with the '>' symbol. This is the same thing Matthias Andree told you, in more words :-) If this is the doing of yahoo webmail, then either don't use it, or add the required symbols manually yourself. Thank you! Otherwise, both reading your replies and answering is more difficult for others. - -- Cheers Carlos E. R. (from openSUSE Leap 15.0 x86_64 (Minas Tirith)) -----BEGIN PGP SIGNATURE----- iJIEAREIADoWIQQt/vKEw5659AgM/X2NrxRtxRYzXAUCXH8yBRwccm9iaW4ubGlz dGFzQHRlbGVmb25pY2EubmV0AAoJEI2vFG3FFjNcy5kA/2L5WCMvTjLCChOtUCUs oJGMZOsj/3qNvaYZrGxAF/uEAP9syyoTWaC+eLXCU11FFGFRHAXsQZVm26MaKSzE z8tQOA== =K6/r -----END PGP SIGNATURE----- _______________________________________________ Fetchmail-users mailing list Fet...@li... https://lists.sourceforge.net/lists/listinfo/fetchmail-users |
From: Matthias A. <mat...@gm...> - 2019-03-06 10:37:41
|
Am 06.03.19 um 05:48 schrieb Globe Trotter via Fetchmail-users: > Thank you very much. I find Yahoo Mail reponse settings to be very difficult to handle/change. I will see if I can switch my e-mail accounts. Till then, I will respond using top-posting I guess. No you don't. If you find the webmail interface is getting in your way, don't use it. Yahoo offers IMAP access AFAICT. Please fix your mail setup *before* you post again. (I wonder why people especially on a fetchmail list would resort to using crappy webmail interfaces.) |
From: Ralph C. <ra...@in...> - 2019-03-06 11:58:05
|
Hi Matthias, > (I wonder why people especially on a fetchmail list would resort to > using crappy webmail interfaces.) Perhaps he has to resort to that until he can get fetchmail working again with OAuth2? :-) -- Cheers, Ralph. |
From: Matthias A. <mat...@gm...> - 2019-03-06 15:03:56
|
Am 06.03.19 um 12:57 schrieb Ralph Corderoy: > Hi Matthias, > >> (I wonder why people especially on a fetchmail list would resort to >> using crappy webmail interfaces.) > Perhaps he has to resort to that until he can get fetchmail working > again with OAuth2? :-) > Yahoo has this misleadingly named "less secure app" switch, too. |
From: Gene H. <ghe...@sh...> - 2019-03-06 16:31:35
|
On Wednesday 06 March 2019 05:37:32 Matthias Andree wrote: > Am 06.03.19 um 05:48 schrieb Globe Trotter via Fetchmail-users: > > Thank you very much. I find Yahoo Mail reponse settings to be very > > difficult to handle/change. I will see if I can switch my e-mail > > accounts. Till then, I will respond using top-posting I guess. > > No you don't. If you find the webmail interface is getting in your > way, don't use it. Yahoo offers IMAP access AFAICT. > > Please fix your mail setup *before* you post again. > > (I wonder why people especially on a fetchmail list would resort to > using crappy webmail interfaces.) > Good question. Boggles the mind a bit. > > _______________________________________________ > Fetchmail-users mailing list > Fet...@li... > https://lists.sourceforge.net/lists/listinfo/fetchmail-users Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Genes Web page <http://geneslinuxbox.net:6309/gene> |
From: <sup...@gm...> - 2019-03-06 17:09:32
|
On Wednesday, 6 March 2019 16:31:27 GMT Gene Heskett wrote: > On Wednesday 06 March 2019 05:37:32 Matthias Andree wrote: > > Am 06.03.19 um 05:48 schrieb Globe Trotter via Fetchmail-users: > > > Thank you very much. I find Yahoo Mail reponse settings to be very > > > difficult to handle/change. I will see if I can switch my e-mail > > > accounts. Till then, I will respond using top-posting I guess. > > > > No you don't. If you find the webmail interface is getting in your > > way, don't use it. Yahoo offers IMAP access AFAICT. > > > > Please fix your mail setup *before* you post again. > > > > (I wonder why people especially on a fetchmail list would resort to > > using crappy webmail interfaces.) > > Good question. Boggles the mind a bit. > > > _______________________________________________ > > Fetchmail-users mailing list > > Fet...@li... > > https://lists.sourceforge.net/lists/listinfo/fetchmail-users > > Cheers, Gene Heskett Because their fetchmail is broken? |
From: Gene H. <ghe...@sh...> - 2019-03-06 18:14:00
|
On Wednesday 06 March 2019 12:09:21 sup...@gm... wrote: > On Wednesday, 6 March 2019 16:31:27 GMT Gene Heskett wrote: > > On Wednesday 06 March 2019 05:37:32 Matthias Andree wrote: > > > Am 06.03.19 um 05:48 schrieb Globe Trotter via Fetchmail-users: > > > > Thank you very much. I find Yahoo Mail reponse settings to be > > > > very difficult to handle/change. I will see if I can switch my > > > > e-mail accounts. Till then, I will respond using top-posting I > > > > guess. > > > > > > No you don't. If you find the webmail interface is getting in your > > > way, don't use it. Yahoo offers IMAP access AFAICT. > > > > > > Please fix your mail setup *before* you post again. > > > > > > (I wonder why people especially on a fetchmail list would resort > > > to using crappy webmail interfaces.) > > > > Good question. Boggles the mind a bit. > > > > > _______________________________________________ > > > Fetchmail-users mailing list > > > Fet...@li... > > > https://lists.sourceforge.net/lists/listinfo/fetchmail-users > > > > Cheers, Gene Heskett > > Because their fetchmail is broken? > No, because while the info to fix it is I believe contained in this thread, the OP hasn't fixed it yet. I am a member of a couple yahoo groups, and peoples inability to learn that the arrow keys on their keyboards will put the curser nearly anyplace in the message so they can type their reply so as to create the email according to list customs or even the RFC's is what boggles what little mind I have left at my age. We won't get into just how broken the yahoo web mail is, its a well established fact, and will not be fixed because Marisa fired all the tech help 2+ years ago. And so far, kmail here has not been given any problems submitting to those groups thru the server at my ISP. Sucking from them is entirely at my ISP's discretion because I actually pull from Shentels dovecot server, not yahoo's. Thats what ISP's are for. Isn't it? Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Genes Web page <http://geneslinuxbox.net:6309/gene> |
From: <sup...@gm...> - 2019-03-06 18:43:00
|
On Wednesday, 6 March 2019 18:13:51 GMT Gene Heskett wrote: > On Wednesday 06 March 2019 12:09:21 sup...@gm... wrote: > > On Wednesday, 6 March 2019 16:31:27 GMT Gene Heskett wrote: > > > On Wednesday 06 March 2019 05:37:32 Matthias Andree wrote: > > > > Am 06.03.19 um 05:48 schrieb Globe Trotter via Fetchmail-users: > > > > > Thank you very much. I find Yahoo Mail reponse settings to be > > > > > very difficult to handle/change. I will see if I can switch my > > > > > e-mail accounts. Till then, I will respond using top-posting I > > > > > guess. > > > > > > > > No you don't. If you find the webmail interface is getting in your > > > > way, don't use it. Yahoo offers IMAP access AFAICT. > > > > > > > > Please fix your mail setup *before* you post again. > > > > > > > > (I wonder why people especially on a fetchmail list would resort > > > > to using crappy webmail interfaces.) > > > > > > Good question. Boggles the mind a bit. > > > > > > > _______________________________________________ > > > > Fetchmail-users mailing list > > > > Fet...@li... > > > > https://lists.sourceforge.net/lists/listinfo/fetchmail-users > > > > > > Cheers, Gene Heskett > > > > Because their fetchmail is broken? > > No, because while the info to fix it is I believe contained in this > thread, the OP hasn't fixed it yet. I am a member of a couple yahoo > groups, and peoples inability to learn that the arrow keys on their > keyboards will put the curser nearly anyplace in the message so they can > type their reply so as to create the email according to list customs or > even the RFC's is what boggles what little mind I have left at my age. > > We won't get into just how broken the yahoo web mail is, its a well > established fact, and will not be fixed because Marisa fired all the > tech help 2+ years ago. And so far, kmail here has not been given any > problems submitting to those groups thru the server at my ISP. Sucking > from them is entirely at my ISP's discretion because I actually pull > from Shentels dovecot server, not yahoo's. Thats what ISP's are for. > Isn't it? > > Cheers, Gene Heskett TLDR! let's be a little less grumpy please |