LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Accessing IMAP folders using mutt with Lavabit. (https://www.linuxquestions.org/questions/linux-software-2/accessing-imap-folders-using-mutt-with-lavabit-817504/)

108134865 07-01-2010 05:04 PM

Accessing IMAP folders using mutt with Lavabit.
 
I'm having some issues accessing any folders besides INBOX on the lavabit IMAP server using mutt. I'm not sure if it's something I'm doing wrong specifically or if lavabit just has some funky folder setup and I don't know how to use it. here's the basic server info, though I don't think that'll do much good for my issue (more specifically: I can log in, send messages and read my inbox, but not use other folders).

Here's my .muttrc:

Code:

#####.muttrc#####
set realname                = '<REAL NAME>'
set from                = <USER>

set imap_user                = [user]@lavabit.com
set folder                =imaps://lavabit.com:993
set spoolfile                = +INBOX
set postponed                = +Drafts
set trash                = +Trash
set record                = +Sent



#Check mail regularly
mailboxes                = +Inbox +Important

# allow mutt to open new imap connection automatically
set imap_passive        = no

# keep imap connection alive by polling intermittently (time in seconds)
set imap_keepalive        = 300

# how often to check for new mail (time in seconds)
set mail_check                = 20

#Cache config stuff to speed everything up
set header_cache        = ~/.mutt/cache/headers
set message_cachedir        = ~/.mutt/cache/bodies
set certificate_file        = ~/.mutt/certificates
set edit_headers        = yes


#Sending emails
set sendmail                = "/usr/bin/msmtp"
set my_user                = <USER>@lavabit.comm
set smtp_url                = smtps://<USER>@lavabit.com
set ssl_force_tls        = yes


# Header stuff
ignore "Authentication-Results:"
ignore "DomainKey-Signature:"
ignore "DKIM-Signature:"
hdr_order Date From To Cc

ignore *
unignore from: date subject to cc
unignore x-mailing-list: posted-to:
unignore x-mailer:

# For better looks
set markers                = no #(don't put '+' at the beginning of wrapped lines)
set pager_index_lines        = 5 # how large is the index window?
set sort                = 'threads'
set sort_aux                = 'last-date-received'


# Rolodeck
set alias_file                = ~/.mutt/aliases
set sort_alias                = alias
set reverse_alias        = yes
source $alias_file


108134865 07-01-2010 11:28 PM

bump

polarops 09-23-2011 05:25 PM

same problem
 
I have the exact same problem. I can access the inbox and that's it. I'm posting here, because this is a top hit in Google. However, I suppose a mutt forum might be more in order.
Anyway, I can see the folder tree structure and many of the folders seem to end with a period. For example folder "2011" appears in the mutt hierarchy as "2011." with the "." at then end. When I try to change into that folder, mutt cannot navigate into it. Seems like this might be a setting problem, but I've not discovered it.
Any help?

lucasm86 12-12-2011 09:37 AM

Problem sending mail
 
Quote:

Originally Posted by 108134865 (Post 4021052)
I'm having some issues accessing any folders besides INBOX on the lavabit IMAP server using mutt. I'm not sure if it's something I'm doing wrong specifically or if lavabit just has some funky folder setup and I don't know how to use it. here's the basic server info[/URL], though I don't think that'll do much good for my issue (more specifically: I can log in, send messages and read my inbox, but not use other folders).

Here's my .muttrc:

Code:

#####.muttrc#####

Hi. I was looking for a config file for lavabit on mutt, and yours is the first of so much that works!
But, I have a problem: I can't send e-mails.
It saids:
Quote:

TP session failed: 550 This user account is not authorized to send messages with the address lucas. Please adjust your e-mail client settings and try again.
Here is my .muttrc:
Code:

#####.muttrc#####
set realname                = '@lucasm86'
set from                = lucas

set imap_user                = lucas@lavabit.com
set folder                =imaps://lavabit.com:993
set spoolfile                = +INBOX
set postponed                = +Drafts
#set trash                = +Trash
set record                = +Sent



#Check mail regularly
mailboxes                = +Inbox +Important

# allow mutt to open new imap connection automatically
set imap_passive        = no

# keep imap connection alive by polling intermittently (time in seconds)
set imap_keepalive        = 300

# how often to check for new mail (time in seconds)
set mail_check                = 20

#Cache config stuff to speed everything up
set header_cache        = ~/.mutt/cache/headers
set message_cachedir        = ~/.mutt/cache/bodies
set certificate_file        = ~/.mutt/certificates
set edit_headers        = yes


#Sending emails
set sendmail                = "/usr/bin/msmtp"
set my_user                = lucas@lavabit.com
set smtp_url                = smtps://lucas@lavabit.com
set ssl_force_tls        = yes


# Header stuff
ignore "Authentication-Results:"
ignore "DomainKey-Signature:"
ignore "DKIM-Signature:"
hdr_order Date From To Cc

ignore *
unignore from: date subject to cc
unignore x-mailing-list: posted-to:
unignore x-mailer:

# For better looks
set markers                = no #(don't put '+' at the beginning of wrapped lines)
set pager_index_lines        = 5 # how large is the index window?
set sort                = 'threads'
set sort_aux                = 'last-date-received'


# Rolodeck
set alias_file                = ~/.mutt/aliases
set sort_alias                = alias
set reverse_alias        = yes
#source $alias_file

set editor="emacs -nw"

Thanks!


All times are GMT -5. The time now is 05:00 PM.