Ticket #3249 (closed defect: Fixed)

Opened 7 months ago

Last modified 7 weeks ago

zenpop3.py does not delete email messages

Reported by: zenoss Owned by: cluther
Priority: 4 - Low Milestone: zenoss-2.3
Component: ZenEvents Version: 2.2.3
Keywords: Cc: sawyersm@…
Community Patch Attached: Deployed @ Customer:
Installer: Any/All Maintenance Target:
Specific ZenPack: Maintenance Status:
Documentation Note?: Not required Regression:

Description

1) Processed emails not deleted because .quit() method not called. The .delete() method only flags messages for deletions, .quit makes it happen, see http://goodythoughts.blogspot.com/2008_01_01_archive.html

2) --nodelete flag causes crash cause deleters not initilized. Move line 104 'deleters = []' up two lines before the 'if' statement to fix.

Attachments

zenpop3.diff (326 bytes) - added by zenoss 4 months ago.
Patch to allow deleting messages

Change History

Changed 7 months ago by zenoss

  • version changed from 2.2.0 to 2.1.3

Changed 7 months ago by zenoss

  • owner changed from edahl to ecn
  • component changed from All to ZenEvents

Changed 5 months ago by ian

  • reviewed set to 0
  • milestone set to zenoss-2.3

Changed 5 months ago by ian

  • cc sawyersm@… added

Changed 4 months ago by bbibeault

  • priority changed from medium to low
  • reviewed changed from 0 to 1

Changed 4 months ago by zenoss

Patch to allow deleting messages

Changed 4 months ago by zenoss

  • version changed from 2.1.3 to 2.2.3

Changed 4 months ago by cluther

(In [10376]) * Refs #3737: Fix zenpop3 so it will properly reconnect and finish.

  • Refs #3249: Make zenpop3 delete emails if the nodelete flag is not used.

Changed 7 weeks ago by bbibeault

  • status changed from new to backlog
  • installer set to Any/All

Changed 7 weeks ago by cluther

  • owner changed from ecn to cluther
  • status changed from backlog to assigned

(In [10380]) * Fixes #3249: Make zenpop3 delete emails if the nodelete flag is not used.

Changed 7 weeks ago by cluther

  • status changed from assigned to verification
  • resolution set to Fixed

Changed 7 weeks ago by cluther

  • status changed from verification to closed
  • milestone changed from Blue Crab to zenoss-2.3
Note: See TracTickets for help on using tickets.