110111112113114115116117118119120
DavPath thisPath = new DavPath( "/" ); thisPath.append( att.getName() ); AttachmentItem ai = new AttachmentItem( this, thisPath, att ); result.add( ai ); } } catch( ProviderException e )
151152153154155156157158159160161
{ Attachment att = m_engine.getAttachmentManager().getAttachmentInfo( attName ); if( att != null ) { AttachmentItem ai = new AttachmentItem( this, path, att ); return ai; } } catch( ProviderException e )