contacts done
This commit is contained in:
parent
68b925ea5e
commit
217c7a2288
60 changed files with 1286 additions and 439 deletions
|
@ -18,4 +18,8 @@ def close_imap_session
|
|||
@mailbox = nil
|
||||
end
|
||||
|
||||
def select_imap_folder
|
||||
@mailbox.set_folder(@current_folder.full_name) if not @current_folder.nil?
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue