method
uid_data
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
uid_data()
private
Hide source
# File lib/net/imap.rb, line 2499 def uid_data token = match(T_ATOM) name = token.value.upcase match(T_SPACE) return name, number end