Ignore:
Timestamp:
06/27/12 11:46:17 (12 years ago)
Author:
brunocosta
Message:

Ticket #2853 - Exibição de cotas de sub pastas IMAP. - ajuste.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/expressoMail1_2/imap.py

    r6340 r6657  
    88password=sys.argv[4] 
    99date_time=int(sys.argv[5]) 
    10 mailbox=sys.argv[6] 
    11 print sys.argv[7] 
     10mailbox=base64.b64decode(sys.argv[6]) 
    1211imap_file = open(sys.argv[7],"r") 
    1312tmp=imap_file.read() 
Note: See TracChangeset for help on using the changeset viewer.