Revision 3189d183
Added by Marc Dequènes almost 16 years ago
- ID 3189d1830157c07a6b2d3dfcc242ea4250e14693
lib/tmail_extra.rb | ||
---|---|---|
content = parts[0].raw.chomp.gsub(/\r?\n/, "\r\n")
|
||
sig = pgp_signature()
|
||
|
||
logger.debug "Proper signed content detected"
|
||
sig_check = nil
|
||
GPGME::verify(sig, content) do |signature|
|
||
sig_check = signature
|
Also available in: Unified diff
[fix] remove logger usage in tmail extension