>Problems entering the password seems familiar. Could it be this fault? >http://git.savannah.nongnu.org/cgit/nmh.git/commit/?id=896f07bf3c08becc0 >6a881f57fb0ad2160819d45
Yeah, that's almost certainly it. I can reproduce that here. I really need to write some tests, we've had so many problems with that code over the years because when it gets modified no one tests all of the permutations. Norm, if you create a .netrc file I bet it will work. If you've forgotten the format of a .netrc file, you want the file to contain a line that looks like this: machine pop.gmail.com login [email protected] password foobar --Ken
