# -*- encoding: utf-8 -*- # stub: imap_processor 1.7 ruby lib Gem::Specification.new do |s| s.name = "imap_processor".freeze s.version = "1.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/seattlerb/imap_processor" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Ryan Davis".freeze, "Eric Hodel".freeze] s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIDPjCCAiagAwIBAgIBBDANBgkqhkiG9w0BAQsFADBFMRMwEQYDVQQDDApyeWFu\nZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB\nGRYDY29tMB4XDTE5MTIxMzAwMDIwNFoXDTIwMTIxMjAwMDIwNFowRTETMBEGA1UE\nAwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS\nJomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda\nb9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx\ntaCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT\noOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh\nGiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt\nqhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV\ngBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw\nHQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBCwUAA4IB\nAQCkkcHqAa6IKLYGl93rn78J3L+LnqyxaA059n4IGMHWN5bv9KBQnIjOrpLadtYZ\nvhWkunWDKdfVapBEq5+T4HzqnsEXC3aCv6JEKJY6Zw7iSzl0M8hozuzRr+w46wvT\nfV2yTN6QTVxqbMsJJyjosks4ZdQYov2zdvQpt1HsLi+Qmckmg8SPZsd+T8uiiBCf\nb+1ORSM5eEfBQenPXy83LZcoQz8i6zVB4aAfTGGdhxjoMGUEmSZ6xpkOzmnGa9QK\nm5x9IDiApM+vCELNwDXXGNFEnQBBK+wAe4Pek8o1V1TTOxL1kGPewVOitX1p3xoN\nh7iEjga8iM1LbZUfiISZ+WrB\n-----END CERTIFICATE-----\n".freeze] s.date = "2020-06-04" s.description = "IMAPProcessor is a client for processing messages on an IMAP server. It\nprovides some basic mechanisms for connecting to an IMAP server, determining\ncapabilities and handling messages.\n\nIMAPProcessor ships with several executables which can query and\nmanipulate IMAP mailboxes in several different ways:\n\nimap_archive :: Archives old messages to a new dated mailbox.\nimap_cleanse :: Delete messages older than a certain age in specified mailboxes.\nimap_flag :: Flag messages to/from certain people.\nimap_idle :: Shows new messages in a mailbox.\nimap_keywords :: Queries an IMAP server for keywords set on messages\nimap_learn :: Flags messages based on what you've flagged before.\nimap_mkdir :: Ensures that certain mailboxes exist.".freeze s.email = ["ryand-ruby@zenspider.com".freeze, "drbrain@segment7.net".freeze] s.executables = ["imap_archive".freeze, "imap_cleanse".freeze, "imap_flag".freeze, "imap_idle".freeze, "imap_keywords".freeze, "imap_learn".freeze, "imap_mkdir".freeze] s.extra_rdoc_files = ["History.rdoc".freeze, "Manifest.txt".freeze, "README.rdoc".freeze] s.files = [".autotest".freeze, "History.rdoc".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/imap_archive".freeze, "bin/imap_cleanse".freeze, "bin/imap_flag".freeze, "bin/imap_idle".freeze, "bin/imap_keywords".freeze, "bin/imap_learn".freeze, "bin/imap_mkdir".freeze, "lib/imap_processor.rb".freeze, "lib/imap_processor/archive.rb".freeze, "lib/imap_processor/cleanse.rb".freeze, "lib/imap_processor/client.rb".freeze, "lib/imap_processor/flag.rb".freeze, "lib/imap_processor/idle.rb".freeze, "lib/imap_processor/keywords.rb".freeze, "lib/imap_processor/learn.rb".freeze, "lib/imap_processor/mkdir.rb".freeze, "lib/imap_sasl_plain.rb".freeze, "lib/net/imap/date.rb".freeze, "lib/net/imap/idle.rb".freeze, "test/test_imap_processor.rb".freeze] s.homepage = "https://github.com/seattlerb/imap_processor".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "IMAPProcessor is a client for processing messages on an IMAP server".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 4.0".freeze, "< 7".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.22".freeze]) end