Certified
Community
Search
Certified
Webinars
Forums
Community
Page
Page
Discussion
View source
History
Personal
Log in
Request account
Tools
Page information
Permanent link
Special pages
Related changes
What links here
Difference between revisions of "Chewie71-Notes"
Revision as of 04:16, 23 August 2008
(
view source
)
Chewie71
(
talk
|
contribs
)
← Older edit
Revision as of 04:23, 23 August 2008
(
view source
)
Chewie71
(
talk
|
contribs
)
(Removing all content from page)
Newer edit →
Line 1:
Line 1:
−
== Headline text ==
−
−
−
#selectMailbox
−
def sm(user)
−
$cmdin.puts("sm #{user}")
−
$cmdout.each do |line|
−
if line.include?("mailbox:")
−
return
−
elsif line.include?("NO_SUCH_ACCOUNT")
−
$logger.fatal(line)
−
puts "EXITING:: #{line}"
−
exit
−
else
−
$logger.fatal(line)
−
puts "UNKNOWN ERROR: #{line}"
−
exit
−
end
−
end
−
end
Revision as of 04:23, 23 August 2008
Jump to:
navigation
,
search