commit | bd55b0cb156280f44e82c50e02f9a07d6b528dcd | [log] [tgz] |
---|---|---|
author | Satish Roddom <satishroddom@motorola.com> | Wed Jul 29 05:40:41 2009 -0500 |
committer | Wink Saville <wink@google.com> | Thu Jul 30 17:25:23 2009 -0700 |
tree | 622ed13b06fea1345a86955c717f7d82dd96dc59 | |
parent | a05f75d61aa4e779f2fdf466267b47e7df213566 [diff] |
Second word lost when SMS is received from email When SMS is sent from a email address, Email Gateway server sends a string containing from address, message text. Current code is treating the first word as from_address, second word as subject and rest of the string as message_body. Because of this second word is getting stored in separate variable and not as part of message text, so second word is always lost.