|  | @@ -189,7 +189,7 @@ public class iMAPSetAccessKey extends WallPadiMAPClient{
 | 
	
		
			
				|  |  |          //XML Header 생성
 | 
	
		
			
				|  |  |          XMLHeader = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n"+
 | 
	
		
			
				|  |  |                  "<imap ver = \"1.0\" address = \""+myIP+"\" sender = \""+myDong+"동 "+myHo+"호"+"\">\r\n" ;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +        setContext(ctx);
 | 
	
		
			
				|  |  |          this.ctx = ctx;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -385,6 +385,7 @@ public class iMAPSetAccessKey extends WallPadiMAPClient{
 | 
	
		
			
				|  |  |          SendMessage = SetXMLInfo(actionType, keyType);
 | 
	
		
			
				|  |  |          SendMessage += SetXML_KeyInfo(getList);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          SendXMLDoc(SendMessage, true);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          return true;
 |