My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Aug 09, 2009
    r78 (Project is now hosted at http://github.com/goerz/procimap) committed by michaelgoerz   -   Project is now hosted at http://github.com/goerz/procimap
    Project is now hosted at http://github.com/goerz/procimap
  • Jan 24, 2009
    r77 (Rewritten decrypt_mailbox script, so that it works with Gmai...) committed by michaelgoerz   -   Rewritten decrypt_mailbox script, so that it works with Gmail also
    Rewritten decrypt_mailbox script, so that it works with Gmail also
  • Jan 24, 2009
    r76 (Prepared for copy, add to return proper UID ) committed by michaelgoerz   -   Prepared for copy, add to return proper UID
    Prepared for copy, add to return proper UID

Older

  • Dec 25, 2008
    r75 (Removed flushing of mbox after backup of each email: this wa...) committed by michaelgoerz   -   Removed flushing of mbox after backup of each email: this was a huge performance problem
    Removed flushing of mbox after backup of each email: this was a huge performance problem
  • Dec 23, 2008
    r74 (Added script for backing up a gmail account ) committed by michaelgoerz   -   Added script for backing up a gmail account
    Added script for backing up a gmail account
  • Dec 23, 2008
    r73 (Finished a somewhat robust version of the backup routine ) committed by michaelgoerz   -   Finished a somewhat robust version of the backup routine
    Finished a somewhat robust version of the backup routine
  • Dec 23, 2008
    r72 (Made fetching of messages more robust: catch problems with m...) committed by michaelgoerz   -   Made fetching of messages more robust: catch problems with memory allocation
    Made fetching of messages more robust: catch problems with memory allocation
  • Dec 21, 2008
    r71 (Implemented backup for Gmail mailboxes. This crashes due to ...) committed by michaelgoerz   -   Implemented backup for Gmail mailboxes. This crashes due to running out of memory
    Implemented backup for Gmail mailboxes. This crashes due to running out of memory
  • Dec 14, 2008
    r70 (Added descriptions for Gmail backup and restore routines ) committed by michaelgoerz   -   Added descriptions for Gmail backup and restore routines
    Added descriptions for Gmail backup and restore routines
  • Dec 14, 2008
    r69 (Rewritten removal of deleted mails from GmailCache ) committed by michaelgoerz   -   Rewritten removal of deleted mails from GmailCache
    Rewritten removal of deleted mails from GmailCache
  • Dec 14, 2008
    r68 (Rewritten processing of new messages, especially thread-info...) committed by michaelgoerz   -   Rewritten processing of new messages, especially thread-information gathering
    Rewritten processing of new messages, especially thread-information gathering
  • Dec 13, 2008
    r67 (More splitting ) committed by michaelgoerz   -   More splitting
    More splitting
  • Dec 13, 2008
    r66 (Renamed fields in GmailCache, making everything much more re...) committed by michaelgoerz   -   Renamed fields in GmailCache, making everything much more readable.
    Renamed fields in GmailCache, making everything much more readable.
  • Dec 13, 2008
    r65 (Split the overlong update method of GmailCache into three pa...) committed by michaelgoerz   -   Split the overlong update method of GmailCache into three parts
    Split the overlong update method of GmailCache into three parts
  • Dec 13, 2008
    r64 (Improved reference tracking ) committed by michaelgoerz   -   Improved reference tracking
    Improved reference tracking
  • Dec 12, 2008
    r63 (Added get_lables method for the Gmail cache and specified th...) committed by michaelgoerz   -   Added get_lables method for the Gmail cache and specified the behavior of a get_thread method
    Added get_lables method for the Gmail cache and specified the behavior of a get_thread method
  • Dec 12, 2008
    r62 (Added a backup-option to the Gmail delete procedure ) committed by michaelgoerz   -   Added a backup-option to the Gmail delete procedure
    Added a backup-option to the Gmail delete procedure
  • Nov 30, 2008
    r61 (Changed decrypt_mailbox example to use CLI util. This is int...) committed by michaelgoerz   -   Changed decrypt_mailbox example to use CLI util. This is intended for non-Gmail accounts at this point
    Changed decrypt_mailbox example to use CLI util. This is intended for non-Gmail accounts at this point
  • Nov 30, 2008
    r60 (Expaneded docstring ) committed by michaelgoerz   -   Expaneded docstring
    Expaneded docstring
  • Nov 30, 2008
    r59 (Canged command line parser so that the profile attribute end...) committed by michaelgoerz   -   Canged command line parser so that the profile attribute ends up as an instance of MailboxFactory
    Canged command line parser so that the profile attribute ends up as an instance of MailboxFactory
  • Nov 30, 2008
    r58 (Gotten rid of initialize() method of GmailCache Minor fixes ) committed by michaelgoerz   -   Gotten rid of initialize() method of GmailCache Minor fixes
    Gotten rid of initialize() method of GmailCache Minor fixes
  • Nov 19, 2008
    r57 (Implementen customized OptionParser ) committed by michaelgoerz   -   Implementen customized OptionParser
    Implementen customized OptionParser
  • Nov 19, 2008
    r56 (Restorganized data structures, structured and streamlined co...) committed by michaelgoerz   -   Restorganized data structures, structured and streamlined code, corrected deletion of stale data
    Restorganized data structures, structured and streamlined code, corrected deletion of stale data
  • Nov 19, 2008
    r55 (Added autosave every 1000 iterations ) committed by michaelgoerz   -   Added autosave every 1000 iterations
    Added autosave every 1000 iterations
  • Nov 18, 2008
    r54 (Added module for command-line-utils. This will be for a cust...) committed by michaelgoerz   -   Added module for command-line-utils. This will be for a custom optparse.OptionParser subclass
    Added module for command-line-utils. This will be for a custom optparse.OptionParser subclass
  • Nov 18, 2008
    r53 (Written significant parts of the GmailCache ) committed by michaelgoerz   -   Written significant parts of the GmailCache
    Written significant parts of the GmailCache
  • Nov 18, 2008
    r52 (Improved the extraction of message-ids ) committed by michaelgoerz   -   Improved the extraction of message-ids
    Improved the extraction of message-ids
  • Nov 16, 2008
    r51 (A few lines of code for the GmailCache (not functional yet) ) committed by michaelgoerz   -   A few lines of code for the GmailCache (not functional yet)
    A few lines of code for the GmailCache (not functional yet)
  • Nov 16, 2008
    r50 (Changed list-method of ImapServer so that it actually return...) committed by michaelgoerz   -   Changed list-method of ImapServer so that it actually returns a list of mailboxes.
    Changed list-method of ImapServer so that it actually returns a list of mailboxes.
  • Nov 15, 2008
    r49 (Updated the generated documentation epydoc --html --url "htt...) committed by michaelgoerz   -   Updated the generated documentation epydoc --html --url "http://code.google.com/p/procimap/" --name "ProcImap v.2.0" -o doc ProcImap
    Updated the generated documentation epydoc --html --url "http://code.google.com/p/procimap/" --name "ProcImap v.2.0" -o doc ProcImap
  • Nov 15, 2008
    r48 (Updated examples ) committed by michaelgoerz   -   Updated examples
    Updated examples
  • Nov 15, 2008
    r47 (Extended Gmail utilities, renamed functions ) committed by michaelgoerz   -   Extended Gmail utilities, renamed functions
    Extended Gmail utilities, renamed functions
  • Nov 15, 2008
    r46 (Added references_from_header method ) committed by michaelgoerz   -   Added references_from_header method
    Added references_from_header method
  • Nov 15, 2008
    r45 (Added 'get_fields' method ) committed by michaelgoerz   -   Added 'get_fields' method
    Added 'get_fields' method
  • Nov 12, 2008
    r44 (Repaired building/distribution files, labeled them as 2.0 (w...) committed by michaelgoerz   -   Repaired building/distribution files, labeled them as 2.0 (which isn't ready, of course)
    Repaired building/distribution files, labeled them as 2.0 (which isn't ready, of course)
  • Nov 12, 2008
    r43 (More restructuring ) committed by michaelgoerz   -   More restructuring
    More restructuring
  • Nov 12, 2008
    r42 (Removed ProcImap package, restructured utils ) committed by michaelgoerz   -   Removed ProcImap package, restructured utils
    Removed ProcImap package, restructured utils
  • Nov 12, 2008
    r41 (Changed settings to what works on my Mac ) committed by michaelgoerz   -   Changed settings to what works on my Mac
    Changed settings to what works on my Mac
  • Sep 20, 2008
    issue 2 (losing mails from Gmail) commented on by michaelgoerz   -   The problem is that you can't upload a modified version of an email that's still in any gmail mailbox (including the Trash). The uploaded email just gets dropped silently. It seems that the only exception to this is when the modified email has a significantly changed subject line. Prepending a '[...]' in front of the subject does not constitute a significant change, and will not work. It seems that the only way around this is to remove the original message completely from the Trash
    The problem is that you can't upload a modified version of an email that's still in any gmail mailbox (including the Trash). The uploaded email just gets dropped silently. It seems that the only exception to this is when the modified email has a significantly changed subject line. Prepending a '[...]' in front of the subject does not constitute a significant change, and will not work. It seems that the only way around this is to remove the original message completely from the Trash
  • Sep 09, 2008
    issue 2 (losing mails from Gmail) reported by michaelgoerz   -   When filtering mail from a GMAIL Inbox, mail that is fully processed is sometimes lost. The procmail log shows that procmail uploaded the message to its target folder, but it does not appear there. At this point, it is unclear how the bug can be reproduced
    When filtering mail from a GMAIL Inbox, mail that is fully processed is sometimes lost. The procmail log shows that procmail uploaded the message to its target folder, but it does not appear there. At this point, it is unclear how the bug can be reproduced
  • Sep 04, 2008
    r40 (Updated documentation ) committed by michaelgoerz   -   Updated documentation
    Updated documentation
  • Sep 04, 2008
    issue 1 (Test bug) changed by michaelgoerz   -  
    Status: Invalid
    Labels: Type-Other Priority-Low Type-Defect Priority-Medium
    Status: Invalid
    Labels: Type-Other Priority-Low Type-Defect Priority-Medium
  • Sep 04, 2008
    issue 1 (Test bug) reported by pmorewed   -   What steps will reproduce the problem? 1. Do 2. nothing 3. at all What is the expected output? What do you see instead? Nothing What version of the product are you using? On what operating system? the latest Please provide any additional information below. foobar
    What steps will reproduce the problem? 1. Do 2. nothing 3. at all What is the expected output? What do you see instead? Nothing What version of the product are you using? On what operating system? the latest Please provide any additional information below. foobar
  • Sep 04, 2008
    r39 (Added documentation. Command: epydoc --html --url "http://co...) committed by michaelgoerz   -   Added documentation. Command: epydoc --html --url "http://code.google.com/p/procimap/" --name "ProcImap v.1.1" -o doc ProcImap
    Added documentation. Command: epydoc --html --url "http://code.google.com/p/procimap/" --name "ProcImap v.1.1" -o doc ProcImap
  • Sep 04, 2008
    r38 (Removed old documentation ) committed by michaelgoerz   -   Removed old documentation
    Removed old documentation
  • Sep 04, 2008
    r37 (Added a long description to the setup script ) committed by michaelgoerz   -   Added a long description to the setup script
    Added a long description to the setup script
  • Sep 04, 2008
    r36 (Created 1.1 tag ) committed by michaelgoerz   -   Created 1.1 tag
    Created 1.1 tag
  • Sep 04, 2008
    r35 (Updated setup.py for version 1.1 ) committed by michaelgoerz   -   Updated setup.py for version 1.1
    Updated setup.py for version 1.1
  • Sep 04, 2008
    r34 (Updated MANIFEST ) committed by michaelgoerz   -   Updated MANIFEST
    Updated MANIFEST
  • Sep 04, 2008
    r33 (Updated decrypt_mailbox script. This is what I use for gmail...) committed by michaelgoerz   -   Updated decrypt_mailbox script. This is what I use for gmail
    Updated decrypt_mailbox script. This is what I use for gmail
 
Hosted by Google Code