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