<<< Date Index >>>     <<< Thread Index >>>

Re: [Mutt] #3264: Erroneous "invalid IMAP path" stops mutt cold



#3264: Erroneous "invalid IMAP path" stops mutt cold
---------------------+------------------------------------------------------
  Reporter:  rdump   |       Owner:  pdmef   
      Type:  defect  |      Status:  accepted
  Priority:  major   |   Milestone:  1.6     
 Component:  mutt    |     Version:  1.5.20  
Resolution:          |    Keywords:          
---------------------+------------------------------------------------------
Changes (by pdmef):

  * owner:  mutt-dev => pdmef
  * status:  new => accepted
  * milestone:  => 1.6


Comment:

 Replying to [comment:3 dhill]:
 > The new patch breaks my mutt when sending an email.
 >
 > folder-hook work set
 smtp_url=smtp://davidh:mypassword@xxxxxxxxxxxxxxx:587
 >
 > Removing ':587' from the line fixes it.

 I guess you have proper quotes for the folder-hook? Does adding a slash
 help? The parser had a bug when no trailing slash for the path was
 present, but that is fixed and your example works fine in my unit tests.
 For the current parser I get:

 {{{
 url=[smtp://davidh:mypassword@xxxxxxxxxxxxxxx:587]
 rc=0 scheme=5 user=[davidh] pass=[mypassword] host=[mail.server.net]
 port=587 path=[]
 }}}

 which is correct. What version do you use?

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3264#comment:4>
Mutt <http://www.mutt.org/>
The Mutt mail user agent